diff --git a/Material-Theme-Darker.sublime-theme b/Material-Theme-Darker.sublime-theme index 41102ab7a..184dee452 100755 --- a/Material-Theme-Darker.sublime-theme +++ b/Material-Theme-Darker.sublime-theme @@ -1858,8 +1858,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_teal"], - "viewport_color": [128, 203, 196, 80] + "settings": ["material_theme_accent_teal"], + "viewport_color": [128, 203, 196, 60] }, // Scrollbars @@ -2238,8 +2238,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_lime"], - "viewport_color": [124, 179, 66, 80] + "settings": ["material_theme_accent_lime"], + "viewport_color": [124, 179, 66, 60] }, // Scrollbars @@ -2618,8 +2618,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_purple"], - "viewport_color": [171, 71, 188, 80] + "settings": ["material_theme_accent_purple"], + "viewport_color": [171, 71, 188, 60] }, // Scrollbars @@ -2998,8 +2998,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_red"], - "viewport_color": [229, 115, 115, 80] + "settings": ["material_theme_accent_red"], + "viewport_color": [229, 115, 115, 60] }, // Scrollbars @@ -3378,8 +3378,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_orange"], - "viewport_color": [255, 112, 66, 80] + "settings": ["material_theme_accent_orange"], + "viewport_color": [255, 112, 66, 60] }, // Scrollbars @@ -3758,8 +3758,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_yellow"], - "viewport_color": [255, 160, 0, 80] + "settings": ["material_theme_accent_yellow"], + "viewport_color": [255, 160, 0, 60] }, // Scrollbars @@ -4138,8 +4138,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_indigo"], - "viewport_color": [92, 107, 192, 80] + "settings": ["material_theme_accent_indigo"], + "viewport_color": [92, 107, 192, 60] }, // Scrollbars @@ -4518,8 +4518,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_pink"], - "viewport_color": [255, 64, 129, 80] + "settings": ["material_theme_accent_pink"], + "viewport_color": [255, 64, 129, 60] }, // Scrollbars @@ -4898,8 +4898,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_blue"], - "viewport_color": [41, 121, 255, 80] + "settings": ["material_theme_accent_blue"], + "viewport_color": [41, 121, 255, 60] }, // Scrollbars @@ -5278,8 +5278,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_cyan"], - "viewport_color": [0, 188, 212, 80] + "settings": ["material_theme_accent_cyan"], + "viewport_color": [0, 188, 212, 60] }, // Scrollbars @@ -5658,8 +5658,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_bright-teal"], - "viewport_color": [100, 255, 218, 80] + "settings": ["material_theme_accent_bright-teal"], + "viewport_color": [100, 255, 218, 60] }, // Scrollbars @@ -6038,8 +6038,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_acid-lime"], - "viewport_color": [198, 255, 0, 80] + "settings": ["material_theme_accent_acid-lime"], + "viewport_color": [198, 255, 0, 60] }, // Scrollbars @@ -6418,8 +6418,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_graphite"], - "viewport_color": [97, 97, 97, 80] + "settings": ["material_theme_accent_graphite"], + "viewport_color": [97, 97, 97, 60] }, // Scrollbars @@ -6798,8 +6798,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_brba"], - "viewport_color": [56, 142, 60, 80] + "settings": ["material_theme_accent_brba"], + "viewport_color": [56, 142, 60, 60] }, // Scrollbars @@ -7178,8 +7178,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_sky"], - "viewport_color": [132, 255, 255, 80] + "settings": ["material_theme_accent_sky"], + "viewport_color": [132, 255, 255, 60] }, // Scrollbars @@ -7558,8 +7558,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_tomato"], - "viewport_color": [244, 67, 54, 80] + "settings": ["material_theme_accent_tomato"], + "viewport_color": [244, 67, 54, 60] }, // Scrollbars diff --git a/Material-Theme-Lighter.sublime-theme b/Material-Theme-Lighter.sublime-theme index ef1e1fd61..094c16406 100755 --- a/Material-Theme-Lighter.sublime-theme +++ b/Material-Theme-Lighter.sublime-theme @@ -1858,8 +1858,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_teal"], - "viewport_color": [128, 203, 196, 80] + "settings": ["material_theme_accent_teal"], + "viewport_color": [128, 203, 196, 60] }, // Scrollbars @@ -2238,8 +2238,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_lime"], - "viewport_color": [124, 179, 66, 80] + "settings": ["material_theme_accent_lime"], + "viewport_color": [124, 179, 66, 60] }, // Scrollbars @@ -2618,8 +2618,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_purple"], - "viewport_color": [171, 71, 188, 80] + "settings": ["material_theme_accent_purple"], + "viewport_color": [171, 71, 188, 60] }, // Scrollbars @@ -2998,8 +2998,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_red"], - "viewport_color": [229, 115, 115, 80] + "settings": ["material_theme_accent_red"], + "viewport_color": [229, 115, 115, 60] }, // Scrollbars @@ -3378,8 +3378,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_orange"], - "viewport_color": [255, 112, 66, 80] + "settings": ["material_theme_accent_orange"], + "viewport_color": [255, 112, 66, 60] }, // Scrollbars @@ -3758,8 +3758,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_yellow"], - "viewport_color": [255, 160, 0, 80] + "settings": ["material_theme_accent_yellow"], + "viewport_color": [255, 160, 0, 60] }, // Scrollbars @@ -4138,8 +4138,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_indigo"], - "viewport_color": [92, 107, 192, 80] + "settings": ["material_theme_accent_indigo"], + "viewport_color": [92, 107, 192, 60] }, // Scrollbars @@ -4518,8 +4518,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_pink"], - "viewport_color": [255, 64, 129, 80] + "settings": ["material_theme_accent_pink"], + "viewport_color": [255, 64, 129, 60] }, // Scrollbars @@ -4898,8 +4898,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_blue"], - "viewport_color": [41, 121, 255, 80] + "settings": ["material_theme_accent_blue"], + "viewport_color": [41, 121, 255, 60] }, // Scrollbars @@ -5278,8 +5278,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_cyan"], - "viewport_color": [0, 188, 212, 80] + "settings": ["material_theme_accent_cyan"], + "viewport_color": [0, 188, 212, 60] }, // Scrollbars @@ -5658,8 +5658,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_bright-teal"], - "viewport_color": [100, 255, 218, 80] + "settings": ["material_theme_accent_bright-teal"], + "viewport_color": [100, 255, 218, 60] }, // Scrollbars @@ -6038,8 +6038,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_acid-lime"], - "viewport_color": [198, 255, 0, 80] + "settings": ["material_theme_accent_acid-lime"], + "viewport_color": [198, 255, 0, 60] }, // Scrollbars @@ -6418,8 +6418,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_graphite"], - "viewport_color": [97, 97, 97, 80] + "settings": ["material_theme_accent_graphite"], + "viewport_color": [97, 97, 97, 60] }, // Scrollbars @@ -6798,8 +6798,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_brba"], - "viewport_color": [56, 142, 60, 80] + "settings": ["material_theme_accent_brba"], + "viewport_color": [56, 142, 60, 60] }, // Scrollbars @@ -7178,8 +7178,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_sky"], - "viewport_color": [132, 255, 255, 80] + "settings": ["material_theme_accent_sky"], + "viewport_color": [132, 255, 255, 60] }, // Scrollbars @@ -7558,8 +7558,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_tomato"], - "viewport_color": [244, 67, 54, 80] + "settings": ["material_theme_accent_tomato"], + "viewport_color": [244, 67, 54, 60] }, // Scrollbars diff --git a/Material-Theme-Palenight.sublime-theme b/Material-Theme-Palenight.sublime-theme index 48ed24e8d..587d76cb1 100755 --- a/Material-Theme-Palenight.sublime-theme +++ b/Material-Theme-Palenight.sublime-theme @@ -1874,8 +1874,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_teal"], - "viewport_color": [128, 203, 196, 80] + "settings": ["material_theme_accent_teal"], + "viewport_color": [128, 203, 196, 60] }, // Scrollbars @@ -2254,8 +2254,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_lime"], - "viewport_color": [124, 179, 66, 80] + "settings": ["material_theme_accent_lime"], + "viewport_color": [124, 179, 66, 60] }, // Scrollbars @@ -2634,8 +2634,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_purple"], - "viewport_color": [171, 71, 188, 80] + "settings": ["material_theme_accent_purple"], + "viewport_color": [171, 71, 188, 60] }, // Scrollbars @@ -3014,8 +3014,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_red"], - "viewport_color": [229, 115, 115, 80] + "settings": ["material_theme_accent_red"], + "viewport_color": [229, 115, 115, 60] }, // Scrollbars @@ -3394,8 +3394,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_orange"], - "viewport_color": [255, 112, 66, 80] + "settings": ["material_theme_accent_orange"], + "viewport_color": [255, 112, 66, 60] }, // Scrollbars @@ -3774,8 +3774,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_yellow"], - "viewport_color": [255, 160, 0, 80] + "settings": ["material_theme_accent_yellow"], + "viewport_color": [255, 160, 0, 60] }, // Scrollbars @@ -4154,8 +4154,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_indigo"], - "viewport_color": [92, 107, 192, 80] + "settings": ["material_theme_accent_indigo"], + "viewport_color": [92, 107, 192, 60] }, // Scrollbars @@ -4534,8 +4534,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_pink"], - "viewport_color": [255, 64, 129, 80] + "settings": ["material_theme_accent_pink"], + "viewport_color": [255, 64, 129, 60] }, // Scrollbars @@ -4914,8 +4914,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_blue"], - "viewport_color": [41, 121, 255, 80] + "settings": ["material_theme_accent_blue"], + "viewport_color": [41, 121, 255, 60] }, // Scrollbars @@ -5294,8 +5294,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_cyan"], - "viewport_color": [0, 188, 212, 80] + "settings": ["material_theme_accent_cyan"], + "viewport_color": [0, 188, 212, 60] }, // Scrollbars @@ -5674,8 +5674,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_bright-teal"], - "viewport_color": [100, 255, 218, 80] + "settings": ["material_theme_accent_bright-teal"], + "viewport_color": [100, 255, 218, 60] }, // Scrollbars @@ -6054,8 +6054,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_acid-lime"], - "viewport_color": [198, 255, 0, 80] + "settings": ["material_theme_accent_acid-lime"], + "viewport_color": [198, 255, 0, 60] }, // Scrollbars @@ -6434,8 +6434,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_graphite"], - "viewport_color": [97, 97, 97, 80] + "settings": ["material_theme_accent_graphite"], + "viewport_color": [97, 97, 97, 60] }, // Scrollbars @@ -6814,8 +6814,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_brba"], - "viewport_color": [56, 142, 60, 80] + "settings": ["material_theme_accent_brba"], + "viewport_color": [56, 142, 60, 60] }, // Scrollbars @@ -7194,8 +7194,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_sky"], - "viewport_color": [132, 255, 255, 80] + "settings": ["material_theme_accent_sky"], + "viewport_color": [132, 255, 255, 60] }, // Scrollbars @@ -7574,8 +7574,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_tomato"], - "viewport_color": [244, 67, 54, 80] + "settings": ["material_theme_accent_tomato"], + "viewport_color": [244, 67, 54, 60] }, // Scrollbars diff --git a/Material-Theme.sublime-theme b/Material-Theme.sublime-theme index 9859e3165..af61f8e44 100755 --- a/Material-Theme.sublime-theme +++ b/Material-Theme.sublime-theme @@ -1873,8 +1873,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_teal"], - "viewport_color": [128, 203, 196, 80] + "settings": ["material_theme_accent_teal"], + "viewport_color": [128, 203, 196, 60] }, // Scrollbars @@ -2253,8 +2253,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_lime"], - "viewport_color": [124, 179, 66, 80] + "settings": ["material_theme_accent_lime"], + "viewport_color": [124, 179, 66, 60] }, // Scrollbars @@ -2633,8 +2633,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_purple"], - "viewport_color": [171, 71, 188, 80] + "settings": ["material_theme_accent_purple"], + "viewport_color": [171, 71, 188, 60] }, // Scrollbars @@ -3013,8 +3013,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_red"], - "viewport_color": [229, 115, 115, 80] + "settings": ["material_theme_accent_red"], + "viewport_color": [229, 115, 115, 60] }, // Scrollbars @@ -3393,8 +3393,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_orange"], - "viewport_color": [255, 112, 66, 80] + "settings": ["material_theme_accent_orange"], + "viewport_color": [255, 112, 66, 60] }, // Scrollbars @@ -3773,8 +3773,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_yellow"], - "viewport_color": [255, 160, 0, 80] + "settings": ["material_theme_accent_yellow"], + "viewport_color": [255, 160, 0, 60] }, // Scrollbars @@ -4153,8 +4153,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_indigo"], - "viewport_color": [92, 107, 192, 80] + "settings": ["material_theme_accent_indigo"], + "viewport_color": [92, 107, 192, 60] }, // Scrollbars @@ -4533,8 +4533,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_pink"], - "viewport_color": [255, 64, 129, 80] + "settings": ["material_theme_accent_pink"], + "viewport_color": [255, 64, 129, 60] }, // Scrollbars @@ -4913,8 +4913,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_blue"], - "viewport_color": [41, 121, 255, 80] + "settings": ["material_theme_accent_blue"], + "viewport_color": [41, 121, 255, 60] }, // Scrollbars @@ -5293,8 +5293,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_cyan"], - "viewport_color": [0, 188, 212, 80] + "settings": ["material_theme_accent_cyan"], + "viewport_color": [0, 188, 212, 60] }, // Scrollbars @@ -5673,8 +5673,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_bright-teal"], - "viewport_color": [100, 255, 218, 80] + "settings": ["material_theme_accent_bright-teal"], + "viewport_color": [100, 255, 218, 60] }, // Scrollbars @@ -6053,8 +6053,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_acid-lime"], - "viewport_color": [198, 255, 0, 80] + "settings": ["material_theme_accent_acid-lime"], + "viewport_color": [198, 255, 0, 60] }, // Scrollbars @@ -6433,8 +6433,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_graphite"], - "viewport_color": [97, 97, 97, 80] + "settings": ["material_theme_accent_graphite"], + "viewport_color": [97, 97, 97, 60] }, // Scrollbars @@ -6813,8 +6813,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_brba"], - "viewport_color": [56, 142, 60, 80] + "settings": ["material_theme_accent_brba"], + "viewport_color": [56, 142, 60, 60] }, // Scrollbars @@ -7193,8 +7193,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_sky"], - "viewport_color": [132, 255, 255, 80] + "settings": ["material_theme_accent_sky"], + "viewport_color": [132, 255, 255, 60] }, // Scrollbars @@ -7573,8 +7573,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_tomato"], - "viewport_color": [244, 67, 54, 80] + "settings": ["material_theme_accent_tomato"], + "viewport_color": [244, 67, 54, 60] }, // Scrollbars diff --git a/sources/themes/commons/accent.json b/sources/themes/commons/accent.json index e7d51a141..8b275415d 100755 --- a/sources/themes/commons/accent.json +++ b/sources/themes/commons/accent.json @@ -358,8 +358,8 @@ { "class": "minimap_control", - "settings": ["always_show_minimap_viewport","material_theme_accent_<%= ui.accents[i].id %>"], - "viewport_color": [<%= ui.accents[i].rgb %>, 80] + "settings": ["material_theme_accent_<%= ui.accents[i].id %>"], + "viewport_color": [<%= ui.accents[i].rgb %>, 60] }, // Scrollbars