update
This commit is contained in:
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.min.js
vendored
Normal file
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder/admin-builder-lite.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var WPFormsBuilderLite=window.WPFormsBuilderLite||((e,i,o)=>{let t={init(){o(t.ready)},ready(){t.bindUIActions()},bindUIActions(){o(e).on("change","#wpforms-panel-field-settings-notification_enable",function(){t.formBuilderNotificationAlert(o(this).is(":checked"))})},formBuilderNotificationAlert(e){!1===e&&o.alert({title:wpforms_builder.heads_up,content:wpforms_builder_lite.disable_notifications,icon:"fa fa-exclamation-circle",type:"orange",buttons:{confirm:{text:wpforms_builder.ok,btnClass:"btn-confirm",keys:["enter"]}}})},initCouponsChoicesJS(){"function"==typeof i.Choices&&o(".wpforms-field-option-row-allowed_coupons select:not(.choices__input)").each(function(){WPForms.Admin.Builder.UndoRedo?.preventRecord(!0);var e=o(this),i=new Choices(e.get(0),{shouldSort:!1,removeItemButton:!0,renderChoicesLimit:5,callbackOnInit(){wpf.showMoreButtonForChoices(this.containerOuter.element),WPForms.Admin.Builder.UndoRedo?.preventRecord("continue")}});e.data("choicesjs",i)})}};return t})(document,window,jQuery);WPFormsBuilderLite.init();
|
||||
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js
vendored
Normal file
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/connect.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var WPFormsConnect=window.WPFormsConnect||((e,t)=>{var o={$connectBtn:t("#wpforms-settings-connect-btn"),$connectKey:t("#wpforms-settings-upgrade-license-key")},r={init:function(){t(r.ready)},ready:function(){r.events()},events:function(){r.connectBtnClick()},connectBtnClick:function(){o.$connectBtn.on("click",function(n){n.preventDefault(),r.gotoUpgradeUrl()})},proAlreadyInstalled:function(n){var t={confirm:{text:wpforms_admin.plugin_activate_btn,btnClass:"btn-confirm",keys:["enter"],action:function(){e.location.reload()}}};return{title:wpforms_admin.almost_done,content:n.data.message,icon:"fa fa-check-circle",type:"green",buttons:t}},gotoUpgradeUrl:function(){var n={action:"wpforms_connect_url",key:o.$connectKey.val(),nonce:wpforms_admin.nonce};t.post(wpforms_admin.ajax_url,n).done(function(n){if(n.success)return n.data.reload?void t.alert(r.proAlreadyInstalled(n)):void(e.location.href=n.data.url);t.alert({title:wpforms_admin.oops,content:n.data.message,icon:"fa fa-exclamation-circle",type:"orange",buttons:{confirm:{text:wpforms_admin.ok,btnClass:"btn-confirm",keys:["enter"]}}})}).fail(function(n){r.failAlert(n)})},failAlert:function(n){t.alert({title:wpforms_admin.oops,content:wpforms_admin.server_error+"<br>"+n.status+" "+n.statusText+" "+n.responseText,icon:"fa fa-exclamation-circle",type:"orange",buttons:{confirm:{text:wpforms_admin.ok,btnClass:"btn-confirm",keys:["enter"]}}})}};return r})((document,window),jQuery);WPFormsConnect.init();
|
||||
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js
vendored
Normal file
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/dashboard-widget.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
let WPFormsDashboardWidget=window.WPFormsDashboardWidget||((t,s)=>{let a={$widget:s("#wpforms_reports_widget_lite"),$settingsBtn:s("#wpforms-dash-widget-settings-button"),$canvas:s("#wpforms-dash-widget-chart"),$chartDismissButton:s(".wpforms-dash-widget-dismiss-chart-upgrade"),$dismissButton:s(".wpforms-dash-widget-dismiss-icon"),$recommendedBlockDismissButton:s("#wpforms-dash-widget-dismiss-recommended-plugin-block")};var e=s("body").hasClass("rtl"),i={instance:null,settings:{type:"line",data:{labels:[],datasets:[{label:wpforms_dashboard_widget.i18n.entries,data:[],backgroundColor:"rgba(255, 129, 0, 0.135)",borderColor:"rgba(211, 126, 71, 1)",borderWidth:2,pointRadius:4,pointBorderWidth:1,pointBackgroundColor:"rgba(255, 255, 255, 1)"}]},options:{maintainAspectRatio:!1,scales:{x:{type:"timeseries",reverse:e,ticks:{source:"labels",padding:10,minRotation:25,maxRotation:25,callback(e,t,s){var a=Math.floor(s.length/7);return a<1||(s.length-t-1)%a==0?moment(e).format("MMM D"):void 0}}},y:{beginAtZero:!0,ticks:{maxTicksLimit:6,padding:20,callback(e){if(Math.floor(e)===e)return e}}}},elements:{line:{tension:0,fill:!0}},animation:!1,plugins:{legend:{display:!1},tooltip:{displayColors:!1,rtl:e}}}},init(){a.$canvas.length&&i.injectChartScript()},injectChartScript(){var e;wpforms_dashboard_widget.adapter_path&&((e=t.createElement("script")).src=wpforms_dashboard_widget.adapter_path,e.onload=i.initializeChart,e.onerror=function(e){console.log("Script injection failed:",e)},t.body.appendChild(e))},initializeChart(){var e=a.$canvas[0].getContext("2d");i.instance=new Chart(e,i.settings),i.updateUI()},updateUI(){i.updateWithDummyData(),i.instance.data.labels=i.settings.data.labels,i.instance.data.datasets[0].data=i.settings.data.datasets[0].data,i.instance.update()},updateWithDummyData(){var e,t=moment().endOf("day");let s;for(s=1;s<=7;s++)e=t.clone().subtract(s,"days"),i.settings.data.labels.push(e),i.settings.data.datasets[0].data.push({x:e,y:Math.floor(16*Math.random())+5})}},o={init(){s(o.ready)},ready(){i.init(),o.events(),o.graphSettings()},graphSettings(){a.$settingsBtn.on("click",function(){s(this).siblings(".wpforms-dash-widget-settings-menu").toggle()})},events(){o.formsListEvents(),o.handleChartClose(),o.handleWidgetBlockClose()},formsListEvents(){a.$widget.on("click","#wpforms-dash-widget-forms-more",function(){o.toggleCompleteFormsList()})},handleChartClose(){a.$chartDismissButton.on("click",function(e){e.preventDefault(),o.saveWidgetMeta("hide_graph",1),s(".wpforms-dash-widget.wpforms-lite").addClass("wpforms-dash-widget-no-graph"),s(this).closest(".wpforms-dash-widget-chart-block-container").remove()})},handleRecommendedPluginsClose(){console.warn("WARNING! WPFormsDashboardWidget.handleRecommendedPluginsClose() has been deprecated, please use WPFormsDashboardWidget.handleWidgetBlockClose() instead."),a.$recommendedBlockDismissButton.on("click",function(){o.dismissRecommendedBlock()})},handleWidgetBlockClose(){a.$dismissButton.on("click",function(){o.dismissWidgetBlock(s(this))})},saveWidgetMeta(e,t){e={_wpnonce:wpforms_dashboard_widget.nonce,action:"wpforms_"+wpforms_dashboard_widget.slug+"_save_widget_meta",meta:e,value:t};s.post(ajaxurl,e)},toggleCompleteFormsList(){s("#wpforms-dash-widget-forms-list-table .wpforms-dash-widget-forms-list-hidden-el").toggle(),s("#wpforms-dash-widget-forms-more").html(function(e,t){return t===wpforms_dashboard_widget.show_less_html?wpforms_dashboard_widget.show_more_html:wpforms_dashboard_widget.show_less_html})},dismissWidgetBlock(e){e.closest(".wpforms-dash-widget-block").remove(),o.saveWidgetMeta(e.data("field"),1)},dismissRecommendedBlock(){console.warn("WARNING! WPFormsDashboardWidget.dismissRecommendedBlock() has been deprecated, please use WPFormsDashboardWidget.dismissWidgetBlock() instead."),s(".wpforms-dash-widget-recommended-plugin-block").remove(),o.saveWidgetMeta("hide_recommended_block",1)}};return o})(document,(window,jQuery));WPFormsDashboardWidget.init();
|
||||
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js
vendored
Normal file
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/core.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var WPFormsEducation=window.WPFormsEducation||{};WPFormsEducation.liteCore=window.WPFormsEducation.liteCore||((e,l,c)=>{let a={init(){c(a.ready)},ready(){a.events()},events(){a.openModalButtonClick()},openModalButtonClick(){c(e).on("click",".education-modal:not(.wpforms-add-fields-button)",a.openModalButtonHandler).on("mousedown",".education-modal.wpforms-add-fields-button",a.openModalButtonHandler)},openModalButtonHandler(o){var t=c(this);if(!t.data("action")||!["activate","install"].includes(t.data("action"))){o.preventDefault(),o.stopImmediatePropagation();let e=t.data("name");t.hasClass("wpforms-add-fields-button")&&(e=t.text(),e+=e.indexOf(wpforms_builder.field)<0?" "+wpforms_builder.field:"");o=WPFormsEducation.core.getUTMContentValue(t);a.upgradeModal(e,o,t.data("license"),t.data("video"),t.data("plural"))}},upgradeModal(a,n,d,i,r){if(void 0!==d&&0!==d.length||(d="pro"),!(c.inArray(d,["pro","elite"])<0)){var s=wpforms_education.upgrade[d].message.replace(/%name%/g,a);let o=Boolean(i);r=r?wpforms_education.upgrade[d].title_plural:wpforms_education.upgrade[d].title;let e=WPFormsEducation.core.getUpgradeModalWidth(o),t=c.alert({backgroundDismiss:!0,title:a+" "+r,icon:"fa fa-lock",content:s,boxWidth:e,theme:"modern,wpforms-education",closeIcon:!0,onOpenBefore(){o&&this.$el.addClass("has-video");var e=o?'<iframe src="'+i+'" class="feature-video" allowfullscreen="" width="475" height="267"></iframe>':"";this.$btnc.after('<div class="discount-note">'+wpforms_education.upgrade_bonus+"</div>"),this.$btnc.after(wpforms_education.upgrade[d].doc.replace(/%25name%25/g,a)),this.$btnc.after(e),this.$body.find(".jconfirm-content").addClass("lite-upgrade")},buttons:{confirm:{text:wpforms_education.upgrade[d].button,btnClass:"btn-confirm",keys:["enter"],action:()=>{l.open(WPFormsEducation.core.getUpgradeURL(n,d),"_blank"),WPFormsEducation.core.upgradeModalThankYou(d)}}}});c(l).on("resize",function(){e=WPFormsEducation.core.getUpgradeModalWidth(o),t.isOpen()&&t.setBoxWidth(e)})}}};return a})(document,window,jQuery),WPFormsEducation.liteCore.init();
|
||||
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js
vendored
Normal file
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/education/lite-connect.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.min.js
vendored
Normal file
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/entry-list.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
let WPFormsEntryList=window.WPFormsEntryList||(t=>{let e={init(){t(e.ready)},ready(){e.events()},events(){t("#wpforms-entries-explore").on("click",e.showEntries),t("#wpforms-hide-sample-data").on("click",e.hideEntries),t("#wpforms-list-table-ext-edit-columns-cog").on("click",e.toggleActionDropdown),t("#wpcontent").on("click",e.hideActionDropdown)},showEntries(e){e.preventDefault(),t(".entries-modal").fadeOut(500,function(){t("#wpforms-sample-entry-main-notice").slideDown(250),t("#wpforms-entries-list").addClass("wpforms-entires-sample-view")}),wpCookies.set("wpforms_sample_entries","true",2592e3)},hideEntries(e){e.preventDefault(),t("#wpforms-sample-entry-main-notice").fadeOut(250,function(){t("#wpforms-entries-list").removeClass("wpforms-entires-sample-view"),t(".wpforms-sample-entry-notice").removeClass("wpf-no-animate"),t(".entries-modal").fadeIn(500)}),wpCookies.remove("wpforms_sample_entries")},toggleActionDropdown(e){e.preventDefault(),e.stopPropagation(),t(this).parent().toggleClass("is_active")},hideActionDropdown(){var e=t("#wpforms-list-table-ext-edit-columns-cog").parent();e.hasClass("is_active")&&e.removeClass("is_active")}};return e})((document,window,jQuery));WPFormsEntryList.init();
|
||||
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.min.js
vendored
Normal file
1
wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries/view-entry.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
let WPFormsViewEntry=window.WPFormsViewEntry||(t=>{let n={},e={init(){t(e.ready)},ready(){e.setup(),e.events()},setup(){n={menuClass:".wpforms-entries-settings-menu"}},events(){t("#wpforms-entries-settings-button").on("click",e.menuToggle),t("#wpcontent").on("click",e.menuHide)},menuToggle(e){e.preventDefault(),e.stopPropagation(),t(n.menuClass).toggle(0,function(){var e=t(this);e.attr("aria-expanded",e.is(":visible"))})},menuHide(e){t(e.target).closest(n.menuClass+":visible").length||t(n.menuClass).attr("aria-expanded","false").hide()}};return e})((document,window,jQuery));WPFormsViewEntry.init();
|
||||
@@ -0,0 +1,452 @@
|
||||
{
|
||||
"classic": {
|
||||
"name": "Classic",
|
||||
"settings": {
|
||||
"fieldSize": "medium",
|
||||
"fieldBorderRadius": "0px",
|
||||
"fieldBorderStyle": "solid",
|
||||
"fieldBorderSize": "1px",
|
||||
"fieldBackgroundColor": "#ffffff",
|
||||
"fieldBorderColor": "#cccccc",
|
||||
"fieldTextColor": "#444444",
|
||||
"fieldMenuColor": "#ffffff",
|
||||
"labelSize": "small",
|
||||
"labelColor": "#262626",
|
||||
"labelSublabelColor": "#7f7f7f",
|
||||
"labelErrorColor": "#ff0000",
|
||||
"buttonSize": "medium",
|
||||
"buttonBorderStyle": "solid",
|
||||
"buttonBorderSize": "1px",
|
||||
"buttonBorderRadius": "0px",
|
||||
"buttonBorderColor": "#cccccc",
|
||||
"buttonBackgroundColor": "#dddddd",
|
||||
"buttonTextColor": "#666666",
|
||||
"pageBreakColor": "#dddddd"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"settings": {
|
||||
"fieldSize": "medium",
|
||||
"fieldBorderRadius": "3px",
|
||||
"fieldBorderStyle": "solid",
|
||||
"fieldBorderSize": "1px",
|
||||
"fieldBackgroundColor": "#ffffff",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )",
|
||||
"fieldTextColor": "rgba( 0, 0, 0, 0.7 )",
|
||||
"fieldMenuColor": "#ffffff",
|
||||
"labelSize": "medium",
|
||||
"labelColor": "rgba( 0, 0, 0, 0.85 )",
|
||||
"labelSublabelColor": "rgba( 0, 0, 0, 0.55 )",
|
||||
"labelErrorColor": "#d63637",
|
||||
"buttonSize": "medium",
|
||||
"buttonBorderStyle": "none",
|
||||
"buttonBorderSize": "1px",
|
||||
"buttonBorderRadius": "3px",
|
||||
"buttonBorderColor": "#066aab",
|
||||
"buttonBackgroundColor": "#066aab",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"pageBreakColor": "#066aab"
|
||||
}
|
||||
},
|
||||
"cerulean": {
|
||||
"name": "Cerulean",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#0090bf",
|
||||
"buttonTextColor": "#e5f4f9",
|
||||
"labelColor": "#262c2e",
|
||||
"labelSublabelColor": "#4c585d",
|
||||
"fieldBorderColor": "#afb6b9"
|
||||
}
|
||||
},
|
||||
"ocean": {
|
||||
"name": "Ocean",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#348180",
|
||||
"buttonTextColor": "#ebf2f2",
|
||||
"labelColor": "#181c1c",
|
||||
"labelSublabelColor": "#636c6c",
|
||||
"fieldBorderColor": "#9ea3a3"
|
||||
}
|
||||
},
|
||||
"fern": {
|
||||
"name": "Fern",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#58bb5d",
|
||||
"buttonTextColor": "#eef8ef",
|
||||
"labelColor": "#383c39",
|
||||
"labelSublabelColor": "#707971",
|
||||
"fieldBorderColor": "#c6cbc6"
|
||||
}
|
||||
},
|
||||
"lilac": {
|
||||
"name": "Lilac",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#9864c0",
|
||||
"buttonTextColor": "#f5eff9",
|
||||
"labelColor": "#333135",
|
||||
"labelSublabelColor": "#807b84",
|
||||
"fieldBorderColor": "#bfbdc1"
|
||||
}
|
||||
},
|
||||
"taffy": {
|
||||
"name": "Taffy",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#f785c0",
|
||||
"buttonTextColor": "#fef3f9",
|
||||
"labelColor": "#484446",
|
||||
"labelSublabelColor": "#b5aab0",
|
||||
"fieldBorderColor": "#dad4d7"
|
||||
}
|
||||
},
|
||||
"tangerine": {
|
||||
"name": "Tangerine",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#e27730",
|
||||
"buttonTextColor": "#fcf1ea",
|
||||
"labelColor": "#3d3835",
|
||||
"labelSublabelColor": "#79716b",
|
||||
"fieldBorderColor": "#cbc6c2"
|
||||
}
|
||||
},
|
||||
"slate": {
|
||||
"name": "Slate",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#67687d",
|
||||
"buttonTextColor": "#f0f0f2",
|
||||
"labelColor": "#3a3a41",
|
||||
"labelSublabelColor": "#686974",
|
||||
"fieldBorderColor": "#c3c3c7"
|
||||
}
|
||||
},
|
||||
"iron": {
|
||||
"name": "Iron",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#2e2c2f",
|
||||
"buttonTextColor": "#eaeaea",
|
||||
"labelColor": "#2e2c2e",
|
||||
"labelSublabelColor": "#969596",
|
||||
"fieldBorderColor": "#cbcacb"
|
||||
}
|
||||
},
|
||||
"aero": {
|
||||
"name": "Aero",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#3961FF",
|
||||
"buttonTextColor": "#FFFFFF",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#6A6A6A",
|
||||
"fieldBorderColor": "#D2D2D2"
|
||||
}
|
||||
},
|
||||
"blossom": {
|
||||
"name": "Blossom",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#d75e42",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#32261b",
|
||||
"labelSublabelColor": "#634d36",
|
||||
"fieldBorderColor": "rgba( 51, 26, 0, 0.15 )"
|
||||
}
|
||||
},
|
||||
"bokeh": {
|
||||
"name": "Bokeh",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#272633",
|
||||
"buttonTextColor": "#FFFFFF",
|
||||
"labelColor": "#272633",
|
||||
"labelSublabelColor": "#625E53",
|
||||
"fieldBorderColor": "#FCF5F3"
|
||||
}
|
||||
},
|
||||
"concrete": {
|
||||
"name": "Concrete",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#f04970",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.50)",
|
||||
"fieldBorderColor": "rgba(255, 255, 255, 0.25)"
|
||||
}
|
||||
},
|
||||
"cottoncandy": {
|
||||
"name": "Cotton Candy",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#952653",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.75)",
|
||||
"fieldBorderColor": "rgba(255, 255, 255, 0.5)"
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"name": "Craft",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(0 ,0 ,0 ,0)",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "#e0c5c5",
|
||||
"fieldBorderColor": "rgba(255, 255, 255, 0.50)"
|
||||
}
|
||||
},
|
||||
"elegance": {
|
||||
"name": "Elegance",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#7d7d7d",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#7d7d7d",
|
||||
"labelSublabelColor": "#7d7d7d",
|
||||
"fieldBorderColor": "#e6e6e4"
|
||||
}
|
||||
},
|
||||
"feathered": {
|
||||
"name": "Feathered",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#46443a",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#46443a",
|
||||
"labelSublabelColor": "#625e53",
|
||||
"fieldBorderColor": "rgba(0, 0, 0, 0.15)"
|
||||
}
|
||||
},
|
||||
"flynn": {
|
||||
"name": "Flynn",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "f0f0ff",
|
||||
"buttonTextColor": "#4b49e0",
|
||||
"labelColor": "#4b49e0",
|
||||
"labelSublabelColor": "#4b49e0",
|
||||
"fieldBorderColor": "#4b49e0"
|
||||
}
|
||||
},
|
||||
"fresh": {
|
||||
"name": "Fresh",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#2da314",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#404040",
|
||||
"fieldBorderColor": "rgba(0, 0, 0, 0.30)"
|
||||
}
|
||||
},
|
||||
"frost": {
|
||||
"name": "Frost",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#e03f79",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#09598d",
|
||||
"labelSublabelColor": "#578bad",
|
||||
"fieldBorderColor": "#6e9fbe"
|
||||
}
|
||||
},
|
||||
"gloom": {
|
||||
"name": "Gloom",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#258c60",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#a9abad",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, .7)",
|
||||
"fieldBorderColor": "#4a4b4f"
|
||||
}
|
||||
},
|
||||
"greenery": {
|
||||
"name": "Greenery",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#1e1f19",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#262c1e",
|
||||
"labelSublabelColor": "rgba(38, 44, 30, 0.5)",
|
||||
"fieldBorderColor": "rgba(0, 0, 0, 0.10)"
|
||||
}
|
||||
},
|
||||
"hallway": {
|
||||
"name": "Hallway",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#000000",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#000000",
|
||||
"fieldBorderColor": "#cbcbcb"
|
||||
}
|
||||
},
|
||||
"harvest": {
|
||||
"name": "Harvest",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#984628",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#481f10",
|
||||
"labelSublabelColor": "#984628",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"jungle": {
|
||||
"name": "Jungle",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(14, 143, 28, 0.5)",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "rgba(255, 255, 255, 0.7)",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.6)",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"lush": {
|
||||
"name": "Lush",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#962d3c",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#312425",
|
||||
"labelSublabelColor": "rgba(49, 36, 37, 0.5)",
|
||||
"fieldBorderColor": "rgba(0, 0, 0, 0.10)"
|
||||
}
|
||||
},
|
||||
"manhattan": {
|
||||
"name": "Manhattan",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(0, 0, 0, 0.32)",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.75)",
|
||||
"fieldBorderColor": "rgba(255, 255, 255, 0.15)"
|
||||
}
|
||||
},
|
||||
"matrix": {
|
||||
"name": "Matrix",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#8ee8d6",
|
||||
"buttonTextColor": "#111a12",
|
||||
"labelColor": "#d8fff7",
|
||||
"labelSublabelColor": "#d8fff7",
|
||||
"fieldBorderColor": "#8ee8d6"
|
||||
}
|
||||
},
|
||||
"monstera": {
|
||||
"name": "Monstera",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#2f590f",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#6a6a6a",
|
||||
"fieldBorderColor": "#a3a9c2"
|
||||
}
|
||||
},
|
||||
"negative": {
|
||||
"name": "Negative",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#ff4d24",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "#999999",
|
||||
"fieldBorderColor": "#616265"
|
||||
}
|
||||
},
|
||||
"palm": {
|
||||
"name": "Palm",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#000000",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#6a6a6a",
|
||||
"fieldBorderColor": "#636363"
|
||||
}
|
||||
},
|
||||
"plaster": {
|
||||
"name": "Plaster",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#494848",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#494848",
|
||||
"labelSublabelColor": "#afafaf",
|
||||
"fieldBorderColor": "#afafaf"
|
||||
}
|
||||
},
|
||||
"range": {
|
||||
"name": "Range",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#ae0120",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#6a6a6a",
|
||||
"fieldBorderColor": "rgba(61, 0, 0, 0.15)"
|
||||
}
|
||||
},
|
||||
"rustic": {
|
||||
"name": "Rustic",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(0, 0, 0, 0.5)",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.75)",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"scrap": {
|
||||
"name": "Scrap",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#2f3133",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#2f3133",
|
||||
"labelSublabelColor": "#2f3133",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"solitude": {
|
||||
"name": "Solitude",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#0e0f32",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#0e0f32",
|
||||
"labelSublabelColor": "#64647f",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"sonic": {
|
||||
"name": "Sonic",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#073eff",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#666666",
|
||||
"labelSublabelColor": "#666666",
|
||||
"fieldBorderColor": "#073eff"
|
||||
}
|
||||
},
|
||||
"tidal": {
|
||||
"name": "Tidal",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#474e54",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "#a7b3be",
|
||||
"fieldBorderColor": "#474e54"
|
||||
}
|
||||
},
|
||||
"tranquil": {
|
||||
"name": "Tranquil",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#366ce3",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#373d4a",
|
||||
"labelSublabelColor": "#606775",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"vintage": {
|
||||
"name": "Vintage",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#f2cd52",
|
||||
"buttonTextColor": "#1a1a1a",
|
||||
"labelColor": "#1a1a1a",
|
||||
"labelSublabelColor": "#4d4d4d",
|
||||
"fieldBorderColor": "#bababa"
|
||||
}
|
||||
},
|
||||
"western": {
|
||||
"name": "Western",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(255, 255, 255, 0.05)",
|
||||
"buttonTextColor": "#e0b495",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "#e0b495",
|
||||
"fieldBorderColor": "#e0b495"
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -0,0 +1,452 @@
|
||||
{
|
||||
"classic": {
|
||||
"name": "Classic",
|
||||
"settings": {
|
||||
"fieldSize": "medium",
|
||||
"fieldBorderRadius": "0px",
|
||||
"fieldBorderStyle": "solid",
|
||||
"fieldBorderSize": "1px",
|
||||
"fieldBackgroundColor": "#ffffff",
|
||||
"fieldBorderColor": "#cccccc",
|
||||
"fieldTextColor": "#444444",
|
||||
"fieldMenuColor": "#ffffff",
|
||||
"labelSize": "small",
|
||||
"labelColor": "#262626",
|
||||
"labelSublabelColor": "#7f7f7f",
|
||||
"labelErrorColor": "#ff0000",
|
||||
"buttonSize": "medium",
|
||||
"buttonBorderStyle": "solid",
|
||||
"buttonBorderSize": "1px",
|
||||
"buttonBorderRadius": "0px",
|
||||
"buttonBorderColor": "#cccccc",
|
||||
"buttonBackgroundColor": "#dddddd",
|
||||
"buttonTextColor": "#666666",
|
||||
"pageBreakColor": "#dddddd"
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"name": "Default",
|
||||
"settings": {
|
||||
"fieldSize": "medium",
|
||||
"fieldBorderRadius": "3px",
|
||||
"fieldBorderStyle": "solid",
|
||||
"fieldBorderSize": "1px",
|
||||
"fieldBackgroundColor": "#ffffff",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )",
|
||||
"fieldTextColor": "rgba( 0, 0, 0, 0.7 )",
|
||||
"fieldMenuColor": "#ffffff",
|
||||
"labelSize": "medium",
|
||||
"labelColor": "rgba( 0, 0, 0, 0.85 )",
|
||||
"labelSublabelColor": "rgba( 0, 0, 0, 0.55 )",
|
||||
"labelErrorColor": "#d63637",
|
||||
"buttonSize": "medium",
|
||||
"buttonBorderStyle": "none",
|
||||
"buttonBorderSize": "1px",
|
||||
"buttonBorderRadius": "3px",
|
||||
"buttonBorderColor": "#066aab",
|
||||
"buttonBackgroundColor": "#066aab",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"pageBreakColor": "#066aab"
|
||||
}
|
||||
},
|
||||
"cerulean": {
|
||||
"name": "Cerulean",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#0090bf",
|
||||
"buttonTextColor": "#e5f4f9",
|
||||
"labelColor": "#262c2e",
|
||||
"labelSublabelColor": "#4c585d",
|
||||
"fieldBorderColor": "#afb6b9"
|
||||
}
|
||||
},
|
||||
"ocean": {
|
||||
"name": "Ocean",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#348180",
|
||||
"buttonTextColor": "#ebf2f2",
|
||||
"labelColor": "#181c1c",
|
||||
"labelSublabelColor": "#636c6c",
|
||||
"fieldBorderColor": "#9ea3a3"
|
||||
}
|
||||
},
|
||||
"fern": {
|
||||
"name": "Fern",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#58bb5d",
|
||||
"buttonTextColor": "#eef8ef",
|
||||
"labelColor": "#383c39",
|
||||
"labelSublabelColor": "#707971",
|
||||
"fieldBorderColor": "#c6cbc6"
|
||||
}
|
||||
},
|
||||
"lilac": {
|
||||
"name": "Lilac",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#9864c0",
|
||||
"buttonTextColor": "#f5eff9",
|
||||
"labelColor": "#333135",
|
||||
"labelSublabelColor": "#807b84",
|
||||
"fieldBorderColor": "#bfbdc1"
|
||||
}
|
||||
},
|
||||
"taffy": {
|
||||
"name": "Taffy",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#f785c0",
|
||||
"buttonTextColor": "#fef3f9",
|
||||
"labelColor": "#484446",
|
||||
"labelSublabelColor": "#b5aab0",
|
||||
"fieldBorderColor": "#dad4d7"
|
||||
}
|
||||
},
|
||||
"tangerine": {
|
||||
"name": "Tangerine",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#e27730",
|
||||
"buttonTextColor": "#fcf1ea",
|
||||
"labelColor": "#3d3835",
|
||||
"labelSublabelColor": "#79716b",
|
||||
"fieldBorderColor": "#cbc6c2"
|
||||
}
|
||||
},
|
||||
"slate": {
|
||||
"name": "Slate",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#67687d",
|
||||
"buttonTextColor": "#f0f0f2",
|
||||
"labelColor": "#3a3a41",
|
||||
"labelSublabelColor": "#686974",
|
||||
"fieldBorderColor": "#c3c3c7"
|
||||
}
|
||||
},
|
||||
"iron": {
|
||||
"name": "Iron",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#2e2c2f",
|
||||
"buttonTextColor": "#eaeaea",
|
||||
"labelColor": "#2e2c2e",
|
||||
"labelSublabelColor": "#969596",
|
||||
"fieldBorderColor": "#cbcacb"
|
||||
}
|
||||
},
|
||||
"aero": {
|
||||
"name": "Aero",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#3961FF",
|
||||
"buttonTextColor": "#FFFFFF",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#6A6A6A",
|
||||
"fieldBorderColor": "#D2D2D2"
|
||||
}
|
||||
},
|
||||
"blossom": {
|
||||
"name": "Blossom",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#d75e42",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#32261b",
|
||||
"labelSublabelColor": "#634d36",
|
||||
"fieldBorderColor": "rgba( 51, 26, 0, 0.15 )"
|
||||
}
|
||||
},
|
||||
"bokeh": {
|
||||
"name": "Bokeh",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#272633",
|
||||
"buttonTextColor": "#FFFFFF",
|
||||
"labelColor": "#272633",
|
||||
"labelSublabelColor": "#625E53",
|
||||
"fieldBorderColor": "#FCF5F3"
|
||||
}
|
||||
},
|
||||
"concrete": {
|
||||
"name": "Concrete",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#f04970",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.50)",
|
||||
"fieldBorderColor": "rgba(255, 255, 255, 0.25)"
|
||||
}
|
||||
},
|
||||
"cottoncandy": {
|
||||
"name": "Cotton Candy",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#952653",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.75)",
|
||||
"fieldBorderColor": "rgba(255, 255, 255, 0.5)"
|
||||
}
|
||||
},
|
||||
"craft": {
|
||||
"name": "Craft",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(0 ,0 ,0 ,0)",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "#e0c5c5",
|
||||
"fieldBorderColor": "rgba(255, 255, 255, 0.50)"
|
||||
}
|
||||
},
|
||||
"elegance": {
|
||||
"name": "Elegance",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#7d7d7d",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#7d7d7d",
|
||||
"labelSublabelColor": "#7d7d7d",
|
||||
"fieldBorderColor": "#e6e6e4"
|
||||
}
|
||||
},
|
||||
"feathered": {
|
||||
"name": "Feathered",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#46443a",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#46443a",
|
||||
"labelSublabelColor": "#625e53",
|
||||
"fieldBorderColor": "rgba(0, 0, 0, 0.15)"
|
||||
}
|
||||
},
|
||||
"flynn": {
|
||||
"name": "Flynn",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "f0f0ff",
|
||||
"buttonTextColor": "#4b49e0",
|
||||
"labelColor": "#4b49e0",
|
||||
"labelSublabelColor": "#4b49e0",
|
||||
"fieldBorderColor": "#4b49e0"
|
||||
}
|
||||
},
|
||||
"fresh": {
|
||||
"name": "Fresh",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#2da314",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#404040",
|
||||
"fieldBorderColor": "rgba(0, 0, 0, 0.30)"
|
||||
}
|
||||
},
|
||||
"frost": {
|
||||
"name": "Frost",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#e03f79",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#09598d",
|
||||
"labelSublabelColor": "#578bad",
|
||||
"fieldBorderColor": "#6e9fbe"
|
||||
}
|
||||
},
|
||||
"gloom": {
|
||||
"name": "Gloom",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#258c60",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#a9abad",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, .7)",
|
||||
"fieldBorderColor": "#4a4b4f"
|
||||
}
|
||||
},
|
||||
"greenery": {
|
||||
"name": "Greenery",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#1e1f19",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#262c1e",
|
||||
"labelSublabelColor": "rgba(38, 44, 30, 0.5)",
|
||||
"fieldBorderColor": "rgba(0, 0, 0, 0.10)"
|
||||
}
|
||||
},
|
||||
"hallway": {
|
||||
"name": "Hallway",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#000000",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#000000",
|
||||
"fieldBorderColor": "#cbcbcb"
|
||||
}
|
||||
},
|
||||
"harvest": {
|
||||
"name": "Harvest",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#984628",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#481f10",
|
||||
"labelSublabelColor": "#984628",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"jungle": {
|
||||
"name": "Jungle",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(14, 143, 28, 0.5)",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "rgba(255, 255, 255, 0.7)",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.6)",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"lush": {
|
||||
"name": "Lush",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#962d3c",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#312425",
|
||||
"labelSublabelColor": "rgba(49, 36, 37, 0.5)",
|
||||
"fieldBorderColor": "rgba(0, 0, 0, 0.10)"
|
||||
}
|
||||
},
|
||||
"manhattan": {
|
||||
"name": "Manhattan",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(0, 0, 0, 0.32)",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.75)",
|
||||
"fieldBorderColor": "rgba(255, 255, 255, 0.15)"
|
||||
}
|
||||
},
|
||||
"matrix": {
|
||||
"name": "Matrix",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#8ee8d6",
|
||||
"buttonTextColor": "#111a12",
|
||||
"labelColor": "#d8fff7",
|
||||
"labelSublabelColor": "#d8fff7",
|
||||
"fieldBorderColor": "#8ee8d6"
|
||||
}
|
||||
},
|
||||
"monstera": {
|
||||
"name": "Monstera",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#2f590f",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#6a6a6a",
|
||||
"fieldBorderColor": "#a3a9c2"
|
||||
}
|
||||
},
|
||||
"negative": {
|
||||
"name": "Negative",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#ff4d24",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "#999999",
|
||||
"fieldBorderColor": "#616265"
|
||||
}
|
||||
},
|
||||
"palm": {
|
||||
"name": "Palm",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#000000",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#6a6a6a",
|
||||
"fieldBorderColor": "#636363"
|
||||
}
|
||||
},
|
||||
"plaster": {
|
||||
"name": "Plaster",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#494848",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#494848",
|
||||
"labelSublabelColor": "#afafaf",
|
||||
"fieldBorderColor": "#afafaf"
|
||||
}
|
||||
},
|
||||
"range": {
|
||||
"name": "Range",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#ae0120",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#000000",
|
||||
"labelSublabelColor": "#6a6a6a",
|
||||
"fieldBorderColor": "rgba(61, 0, 0, 0.15)"
|
||||
}
|
||||
},
|
||||
"rustic": {
|
||||
"name": "Rustic",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(0, 0, 0, 0.5)",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "rgba(255, 255, 255, 0.75)",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"scrap": {
|
||||
"name": "Scrap",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#2f3133",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#2f3133",
|
||||
"labelSublabelColor": "#2f3133",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"solitude": {
|
||||
"name": "Solitude",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#0e0f32",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#0e0f32",
|
||||
"labelSublabelColor": "#64647f",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"sonic": {
|
||||
"name": "Sonic",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#073eff",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#666666",
|
||||
"labelSublabelColor": "#666666",
|
||||
"fieldBorderColor": "#073eff"
|
||||
}
|
||||
},
|
||||
"tidal": {
|
||||
"name": "Tidal",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#474e54",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "#a7b3be",
|
||||
"fieldBorderColor": "#474e54"
|
||||
}
|
||||
},
|
||||
"tranquil": {
|
||||
"name": "Tranquil",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#366ce3",
|
||||
"buttonTextColor": "#ffffff",
|
||||
"labelColor": "#373d4a",
|
||||
"labelSublabelColor": "#606775",
|
||||
"fieldBorderColor": "rgba( 0, 0, 0, 0.25 )"
|
||||
}
|
||||
},
|
||||
"vintage": {
|
||||
"name": "Vintage",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "#f2cd52",
|
||||
"buttonTextColor": "#1a1a1a",
|
||||
"labelColor": "#1a1a1a",
|
||||
"labelSublabelColor": "#4d4d4d",
|
||||
"fieldBorderColor": "#bababa"
|
||||
}
|
||||
},
|
||||
"western": {
|
||||
"name": "Western",
|
||||
"settings": {
|
||||
"buttonBackgroundColor": "rgba(255, 255, 255, 0.05)",
|
||||
"buttonTextColor": "#e0b495",
|
||||
"labelColor": "#ffffff",
|
||||
"labelSublabelColor": "#e0b495",
|
||||
"fieldBorderColor": "#e0b495"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user