diff --git a/.src/themes/Material-Theme-Darker.json b/.src/themes/Material-Theme-Darker.json index 9e28ff0e..44bc14f4 100755 --- a/.src/themes/Material-Theme-Darker.json +++ b/.src/themes/Material-Theme-Darker.json @@ -19,6 +19,6 @@ //=include "darker/widgets.json" //=include "darker/buttons.json" //=include "commons/accent.json" - //=include "darker/options.json" + //=include "commons/options.json" // ] diff --git a/.src/themes/Material-Theme-Lighter.json b/.src/themes/Material-Theme-Lighter.json index 27401370..431ef81d 100755 --- a/.src/themes/Material-Theme-Lighter.json +++ b/.src/themes/Material-Theme-Lighter.json @@ -19,6 +19,6 @@ //=include "lighter/widgets.json" //=include "lighter/buttons.json" //=include "commons/accent.json" - //=include "lighter/options.json" + //=include "commons/options.json" // ] diff --git a/.src/themes/Material-Theme.json b/.src/themes/Material-Theme.json index b4df87a2..1026dec9 100755 --- a/.src/themes/Material-Theme.json +++ b/.src/themes/Material-Theme.json @@ -19,6 +19,6 @@ //=include "default/widgets.json" //=include "default/buttons.json" //=include "commons/accent.json" - //=include "default/options.json" + //=include "commons/options.json" // ] diff --git a/.src/themes/lighter/options.json b/.src/themes/commons/options.json old mode 100755 new mode 100644 similarity index 96% rename from .src/themes/lighter/options.json rename to .src/themes/commons/options.json index 053cfbd9..43c21a75 --- a/.src/themes/lighter/options.json +++ b/.src/themes/commons/options.json @@ -1,7 +1,7 @@ -/* @ THEME OPTIONS - * Options override -========================================================================= */ +// @ THEME OPTIONS +// Options override +// ========================================================================= // Tabs size Settings @@ -50,6 +50,7 @@ "content_margin": [0, 0] }, + // Folder animation { @@ -244,13 +245,12 @@ "layer1.opacity": 0.0 }, - // Status bar panel - + // Status bar panel { "class": "panel_control", "settings": ["material_theme_panel_separator"], "layer1.texture": "Material Theme/assets/commons/panel_separator.png", - "layer1.opacity": 0.1, + "layer1.opacity": 0.2, "layer1.inner_margin": [2, 2, 2, 2], }, @@ -259,20 +259,23 @@ { "class": "sidebar_container", "settings": ["material_theme_contrast_mode"], - "layer0.tint": [240, 240, 240] + "layer1.opacity": 0.2 }, + { "class": "sidebar_tree", "settings": ["material_theme_contrast_mode"], - "layer0.tint": [240, 240, 240] + "layer1.opacity": 0.2 }, + { "class": "status_bar", "settings": ["material_theme_contrast_mode"], - "layer1.tint": [240, 240, 240] + "layer1.opacity": 0.2 }, - // Compact mode + // Compact mode + { "class": "sidebar_tree", "settings": ["material_theme_compact_sidebar"], diff --git a/.src/themes/darker/options.json b/.src/themes/darker/options.json deleted file mode 100755 index a9412479..00000000 --- a/.src/themes/darker/options.json +++ /dev/null @@ -1,288 +0,0 @@ - -/* @ THEME OPTIONS - * Options override -========================================================================= */ - - // Tabs size () - - { - "class": "tabset_control", - "settings": ["material_theme_small_tab"], - "tab_height": 36, - "content_margin": [12, 0, 8, 0] - }, - - { - "class": "tabset_control", - "settings": ["material_theme_tabs_autowidth"], - "tab_width": 0 - }, - - { - "class": "tab_control", - "settings": ["material_theme_small_tab"], - "content_margin": [12, 8, 6, 4], - }, - - // Tabs separator - { - "class": "tab_control", - "settings": ["material_theme_tabs_separator"], - "layer3.texture": "Material Theme/assets/darker/tab_separator.png", - "layer3.inner_margin": [1, 1], - "layer3.opacity": 1.0, - }, - - // Tab Labels - - { - "class": "tab_label", - "settings": ["material_theme_bold_tab"], - "font.bold": true - }, - - // Filetype icons in sidebar - - { - "class": "icon_file_type", - "settings": ["material_theme_disable_fileicons"], - "layer0.opacity": 0, - "content_margin": [0, 0] - }, - - // Folder animation - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/commons/folder--hover.png", - }, - - // Folder animation Lime - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_lime"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-lime/folder--hover.png", - }, - - // Folder animation Purple - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_purple"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-purple/folder--hover.png", - }, - - // Folder animation Red - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_red"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-red/folder--hover.png", - }, - - // Folder animation Orange - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_orange"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-orange/folder--hover.png", - }, - - // Folder animation Yellow - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_yellow"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-yellow/folder--hover.png", - }, - - - // Folder animation Indigo - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_indigo"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-indigo/folder--hover.png", - }, - - // Folder animation Pink - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_pink"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-pink/folder--hover.png", - }, - - // Folder animation Blue - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_blue"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-blue/folder--hover.png", - }, - - // Folder animation Cyan - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_cyan"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-cyan/folder--hover.png", - }, - - // Folder animation Bright teal - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_bright-teal"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-bright-teal/folder--hover.png", - }, - - // Folder animation Acid lime - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_acid-lime"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-acid-lime/folder--hover.png", - }, - - // Folder animation Graphite - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_graphite"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-graphite/folder--hover.png", - }, - - // Folder animation Breaking bad - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_brba"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-brba/folder--hover.png", - }, - - // Folder animation Sky - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_sky"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-sky/folder--hover.png", - }, - - // Folder animation Tomato - - { - "class": "icon_folder", - "settings": ["material_theme_disable_folder_animation", "material_theme_accent_tomato"], - "parents": [{ "class": "tree_row", "attributes": ["expanded", "hover"] }], - "layer1.opacity": 0.0, - "layer2.opacity": 0.0, - "layer3.texture": "Material Theme/assets/accent-tomato/folder--hover.png", - }, - - // Small status bar - - { - "class": "status_container", - "settings": ["material_theme_small_statusbar"], - "content_margin": [12, 6, 12, 6], - }, - - // Tree Indicator - - { - "class": "tree_row", - "settings": ["material_theme_disable_tree_indicator"], - "attributes": ["selected"], - "layer1.opacity": 0.0 - }, - - // Status bar panel - - { - "class": "panel_control", - "settings": ["material_theme_panel_separator"], - "layer1.texture": "Material Theme/assets/commons/panel_separator.png", - "layer1.opacity": 0.2, - "layer1.inner_margin": [2, 2, 2, 2], - }, - - // Contrast mode - - { - "class": "sidebar_container", - "settings": ["material_theme_contrast_mode"], - "layer0.tint": [30, 30, 30] - }, - { - "class": "sidebar_tree", - "settings": ["material_theme_contrast_mode"], - "layer0.tint": [30 ,30, 30] - }, - { - "class": "status_bar", - "settings": ["material_theme_contrast_mode"], - "layer1.tint": [30, 30, 30] - }, - - // Compact mode - - { - "class": "sidebar_tree", - "settings": ["material_theme_compact_sidebar"], - "row_padding": [24, 5] - }, - - { - "class": "panel_control", - "settings": ["material_theme_compact_panel"], - "content_margin": [0, 0, 0, 0], - } - diff --git a/.src/themes/darker/sidebar.json b/.src/themes/darker/sidebar.json index e513fc2d..1a5a3a35 100755 --- a/.src/themes/darker/sidebar.json +++ b/.src/themes/darker/sidebar.json @@ -9,7 +9,9 @@ "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [0, 24, 12, 24], - "content_margin": [0, 12, 0, 0] + "content_margin": [0, 12, 0, 0], + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0 }, { "class": "sidebar_tree", @@ -18,7 +20,9 @@ "indent_offset": 0, "indent_top_level": false, "layer0.tint": [33, 33, 33], - "layer0.opacity": 1.0 + "layer0.opacity": 1.0, + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0 }, { diff --git a/.src/themes/darker/statusbar.json b/.src/themes/darker/statusbar.json index 15269966..ba4d01d3 100755 --- a/.src/themes/darker/statusbar.json +++ b/.src/themes/darker/statusbar.json @@ -26,6 +26,7 @@ { "class": "status_bar", + "content_margin": [0, 0], // Layer 0 base "layer0.tint": [33, 33, 33], @@ -33,16 +34,15 @@ "layer0.inner_margin": [2, 2], // Visible tint layer - "layer1.tint": [33, 33, 33], - "layer1.opacity": 1.0, - "layer1.inner_margin": [2, 2], - - "content_margin": [0, 0] + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0, }, + { "class": "status_container", "content_margin": [24, 12, 24, 12], }, + { "class": "status_button", "layer0.tint": [33, 33, 33], @@ -52,6 +52,7 @@ "content_margin": [10, 2, 10, 3], "min_size": [75, 0] }, + { "class": "status_button", "layer0.tint": [33, 33, 33], @@ -74,4 +75,4 @@ "class": "panel_button_control", "attributes": ["hover"], "layer0.texture": "Material Theme/assets/commons/overflow_menu--hover.png", - }, \ No newline at end of file + }, diff --git a/.src/themes/default/sidebar.json b/.src/themes/default/sidebar.json index bd976781..08b37c8d 100755 --- a/.src/themes/default/sidebar.json +++ b/.src/themes/default/sidebar.json @@ -6,11 +6,13 @@ { "class": "sidebar_container", + "content_margin": [0, 12, 0, 0], "layer0.tint": [<%= ui.background.primary.rgb %>], "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [0, 24, 12, 24], - "content_margin": [0, 12, 0, 0] + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0 }, { "class": "sidebar_tree", @@ -19,7 +21,9 @@ "indent_offset": 0, "indent_top_level": false, "layer0.tint": [<%= ui.background.primary.rgb %>], - "layer0.opacity": 1.0 + "layer0.opacity": 1.0, + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0 }, { diff --git a/.src/themes/default/statusbar.json b/.src/themes/default/statusbar.json index 9d8c9d0d..85270aa6 100755 --- a/.src/themes/default/statusbar.json +++ b/.src/themes/default/statusbar.json @@ -26,6 +26,7 @@ { "class": "status_bar", + "content_margin": [0, 0], // Layer 0 base "layer0.tint": [<%= ui.background.primary.rgb %>], @@ -33,11 +34,8 @@ "layer0.inner_margin": [2, 2], // Visible tint layer - "layer1.tint": [<%= ui.background.primary.rgb %>], - "layer1.opacity": 1.0, - "layer1.inner_margin": [2, 2], - - "content_margin": [0, 0] + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0, }, { @@ -77,4 +75,4 @@ "class": "panel_button_control", "attributes": ["hover"], "layer0.texture": "Material Theme/assets/commons/overflow_menu--hover.png", - }, \ No newline at end of file + }, diff --git a/.src/themes/lighter/sidebar.json b/.src/themes/lighter/sidebar.json index 4387b4dd..5de8e7a4 100755 --- a/.src/themes/lighter/sidebar.json +++ b/.src/themes/lighter/sidebar.json @@ -9,7 +9,9 @@ "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [0, 24, 12, 24], - "content_margin": [0, 12, 0, 0] + "content_margin": [0, 12, 0, 0], + "layer1.tint": [225,225,225], + "layer1.opacity": 0.0 }, { "class": "sidebar_tree", @@ -18,7 +20,9 @@ "indent_offset": 0, "indent_top_level": false, "layer0.tint": [250, 250, 250], - "layer0.opacity": 1.0 + "layer0.opacity": 1.0, + "layer1.tint": [225,225,225], + "layer1.opacity": 0.0 }, { @@ -348,4 +352,4 @@ "attributes": ["hover"], "layer0.opacity": 0, "layer1.opacity": 1.0 - }, \ No newline at end of file + }, diff --git a/.src/themes/lighter/statusbar.json b/.src/themes/lighter/statusbar.json index 4e106fea..6711909d 100755 --- a/.src/themes/lighter/statusbar.json +++ b/.src/themes/lighter/statusbar.json @@ -26,6 +26,7 @@ { "class": "status_bar", + "content_margin": [0, 0], // Layer 0 base "layer0.tint": [250, 250, 250], @@ -33,11 +34,9 @@ "layer0.inner_margin": [2, 2], // Visible tint layer - "layer1.tint": [250, 250, 250], - "layer1.opacity": 1.0, - "layer1.inner_margin": [2, 2], + "layer1.tint": [225,225,225], + "layer1.opacity": 0.0 - "content_margin": [0, 0] }, { @@ -77,4 +76,4 @@ "class": "panel_button_control", "attributes": ["hover"], "layer0.texture": "Material Theme/assets/commons/overflow_menu--hover.png", - }, \ No newline at end of file + }, diff --git a/Material-Theme-Darker.sublime-theme b/Material-Theme-Darker.sublime-theme index cfca10b6..57525b6d 100755 --- a/Material-Theme-Darker.sublime-theme +++ b/Material-Theme-Darker.sublime-theme @@ -530,7 +530,9 @@ "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [0, 24, 12, 24], - "content_margin": [0, 12, 0, 0] + "content_margin": [0, 12, 0, 0], + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0 }, { "class": "sidebar_tree", @@ -539,7 +541,9 @@ "indent_offset": 0, "indent_top_level": false, "layer0.tint": [33, 33, 33], - "layer0.opacity": 1.0 + "layer0.opacity": 1.0, + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0 }, { @@ -1069,6 +1073,7 @@ { "class": "status_bar", + "content_margin": [0, 0], // Layer 0 base "layer0.tint": [33, 33, 33], @@ -1076,16 +1081,15 @@ "layer0.inner_margin": [2, 2], // Visible tint layer - "layer1.tint": [33, 33, 33], - "layer1.opacity": 1.0, - "layer1.inner_margin": [2, 2], - - "content_margin": [0, 0] + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0, }, + { "class": "status_container", "content_margin": [24, 12, 24, 12], }, + { "class": "status_button", "layer0.tint": [33, 33, 33], @@ -1095,6 +1099,7 @@ "content_margin": [10, 2, 10, 3], "min_size": [75, 0] }, + { "class": "status_button", "layer0.tint": [33, 33, 33], @@ -1119,6 +1124,7 @@ "layer0.texture": "Material Theme/assets/commons/overflow_menu--hover.png", }, + /* @WIDGET PANEL * Widget, input, buttons settings and behavioring ========================================================================= */ @@ -6062,11 +6068,11 @@ - /* @ THEME OPTIONS - * Options override - ========================================================================= */ + // @ THEME OPTIONS + // Options override + // ========================================================================= - // Tabs size () + // Tabs size Settings { "class": "tabset_control", @@ -6091,7 +6097,7 @@ { "class": "tab_control", "settings": ["material_theme_tabs_separator"], - "layer3.texture": "Material Theme/assets/darker/tab_separator.png", + "layer3.texture": "Material Theme/assets/commons/tab_separator.png", "layer3.inner_margin": [1, 1], "layer3.opacity": 1.0, }, @@ -6113,6 +6119,7 @@ "content_margin": [0, 0] }, + // Folder animation { @@ -6307,8 +6314,7 @@ "layer1.opacity": 0.0 }, - // Status bar panel - + // Status bar panel { "class": "panel_control", "settings": ["material_theme_panel_separator"], @@ -6322,17 +6328,19 @@ { "class": "sidebar_container", "settings": ["material_theme_contrast_mode"], - "layer0.tint": [30, 30, 30] + "layer1.opacity": 0.2 }, + { "class": "sidebar_tree", "settings": ["material_theme_contrast_mode"], - "layer0.tint": [30 ,30, 30] + "layer1.opacity": 0.2 }, + { "class": "status_bar", "settings": ["material_theme_contrast_mode"], - "layer1.tint": [30, 30, 30] + "layer1.opacity": 0.2 }, // Compact mode @@ -6349,6 +6357,5 @@ "content_margin": [0, 0, 0, 0], } - // ] diff --git a/Material-Theme-Lighter.sublime-theme b/Material-Theme-Lighter.sublime-theme index 4a1b614b..a59293d2 100755 --- a/Material-Theme-Lighter.sublime-theme +++ b/Material-Theme-Lighter.sublime-theme @@ -528,7 +528,9 @@ "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [0, 24, 12, 24], - "content_margin": [0, 12, 0, 0] + "content_margin": [0, 12, 0, 0], + "layer1.tint": [225,225,225], + "layer1.opacity": 0.0 }, { "class": "sidebar_tree", @@ -537,7 +539,9 @@ "indent_offset": 0, "indent_top_level": false, "layer0.tint": [250, 250, 250], - "layer0.opacity": 1.0 + "layer0.opacity": 1.0, + "layer1.tint": [225,225,225], + "layer1.opacity": 0.0 }, { @@ -869,6 +873,7 @@ "layer1.opacity": 1.0 }, + /* @ SCROLLBARS * Scrollbars settings and behavioring ========================================================================= */ @@ -1076,6 +1081,7 @@ { "class": "status_bar", + "content_margin": [0, 0], // Layer 0 base "layer0.tint": [250, 250, 250], @@ -1083,11 +1089,9 @@ "layer0.inner_margin": [2, 2], // Visible tint layer - "layer1.tint": [250, 250, 250], - "layer1.opacity": 1.0, - "layer1.inner_margin": [2, 2], + "layer1.tint": [225,225,225], + "layer1.opacity": 0.0 - "content_margin": [0, 0] }, { @@ -1129,6 +1133,7 @@ "layer0.texture": "Material Theme/assets/commons/overflow_menu--hover.png", }, + /* @ WIDGET PANEL * Widget, input, buttons settings and behavioring ========================================================================= */ @@ -6069,9 +6074,9 @@ - /* @ THEME OPTIONS - * Options override - ========================================================================= */ + // @ THEME OPTIONS + // Options override + // ========================================================================= // Tabs size Settings @@ -6120,6 +6125,7 @@ "content_margin": [0, 0] }, + // Folder animation { @@ -6314,13 +6320,12 @@ "layer1.opacity": 0.0 }, - // Status bar panel - + // Status bar panel { "class": "panel_control", "settings": ["material_theme_panel_separator"], "layer1.texture": "Material Theme/assets/commons/panel_separator.png", - "layer1.opacity": 0.1, + "layer1.opacity": 0.2, "layer1.inner_margin": [2, 2, 2, 2], }, @@ -6329,20 +6334,23 @@ { "class": "sidebar_container", "settings": ["material_theme_contrast_mode"], - "layer0.tint": [240, 240, 240] + "layer1.opacity": 0.2 }, + { "class": "sidebar_tree", "settings": ["material_theme_contrast_mode"], - "layer0.tint": [240, 240, 240] + "layer1.opacity": 0.2 }, + { "class": "status_bar", "settings": ["material_theme_contrast_mode"], - "layer1.tint": [240, 240, 240] + "layer1.opacity": 0.2 }, - // Compact mode + // Compact mode + { "class": "sidebar_tree", "settings": ["material_theme_compact_sidebar"], diff --git a/Material-Theme.sublime-theme b/Material-Theme.sublime-theme index bac6c58c..bfc105b3 100755 --- a/Material-Theme.sublime-theme +++ b/Material-Theme.sublime-theme @@ -529,11 +529,13 @@ { "class": "sidebar_container", + "content_margin": [0, 12, 0, 0], "layer0.tint": [38, 50, 56], "layer0.opacity": 1.0, "layer0.draw_center": false, "layer0.inner_margin": [0, 24, 12, 24], - "content_margin": [0, 12, 0, 0] + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0 }, { "class": "sidebar_tree", @@ -542,7 +544,9 @@ "indent_offset": 0, "indent_top_level": false, "layer0.tint": [38, 50, 56], - "layer0.opacity": 1.0 + "layer0.opacity": 1.0, + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0 }, { @@ -1085,6 +1089,7 @@ { "class": "status_bar", + "content_margin": [0, 0], // Layer 0 base "layer0.tint": [38, 50, 56], @@ -1092,11 +1097,8 @@ "layer0.inner_margin": [2, 2], // Visible tint layer - "layer1.tint": [38, 50, 56], - "layer1.opacity": 1.0, - "layer1.inner_margin": [2, 2], - - "content_margin": [0, 0] + "layer1.tint": [0,0,0], + "layer1.opacity": 0.0, }, { @@ -1138,6 +1140,7 @@ "layer0.texture": "Material Theme/assets/commons/overflow_menu--hover.png", }, + /* @ WIDGET PANEL * Widget, input, buttons settings and behavioring ========================================================================= */ @@ -6342,19 +6345,19 @@ { "class": "sidebar_container", "settings": ["material_theme_contrast_mode"], - "layer0.tint": [33, 45, 52] + "layer1.opacity": 0.2 }, { "class": "sidebar_tree", "settings": ["material_theme_contrast_mode"], - "layer0.tint": [33, 45, 52] + "layer1.opacity": 0.2 }, { "class": "status_bar", "settings": ["material_theme_contrast_mode"], - "layer1.tint": [33, 45, 52] + "layer1.opacity": 0.2 }, // Compact mode