diff --git a/Aprosopo Dark@st2.sublime-theme b/Aprosopo Dark@st2.sublime-theme index cc9feff..532af40 100755 --- a/Aprosopo Dark@st2.sublime-theme +++ b/Aprosopo Dark@st2.sublime-theme @@ -590,6 +590,62 @@ "layer0.opacity": 1.0, "content_margin": [0, 6] }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_dark_red"], + "layer0.tint": [242, 119, 122], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_dark_aqua"], + "layer0.tint": [102, 204, 204], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_dark_gray"], + "layer0.tint": [153, 153, 153], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_dark_blue"], + "layer0.tint": [102, 153, 204], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_dark_green"], + "layer0.tint": [153, 204, 153], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_dark_yellow"], + "layer0.tint": [255, 204, 102], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_dark_orange"], + "layer0.tint": [249, 145, 87], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_dark_purple"], + "layer0.tint": [204, 153, 204], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, //////////////////////////////////// // Fold Buttons @@ -613,7 +669,7 @@ { "class": "fold_button_control", "attributes": ["hover"], - "settings": ["aprosopo_dark_dirty_red"], + "settings": ["aprosopo_dark_red"], "layer0.tint": [242, 119, 122] }, { @@ -805,42 +861,42 @@ { "class": "minimap_control", "settings": ["aprosopo_dark_red"], - "viewport_color": [242, 119, 122, 30] + "viewport_color": [242, 119, 122, 60] }, { "class": "minimap_control", "settings": ["aprosopo_dark_aqua"], - "viewport_color": [102, 204, 204, 30] + "viewport_color": [102, 204, 204, 60] }, { "class": "minimap_control", "settings": ["aprosopo_dark_gray"], - "viewport_color": [153, 153, 153, 30] + "viewport_color": [153, 153, 153, 60] }, { "class": "minimap_control", "settings": ["aprosopo_dark_blue"], - "viewport_color": [102, 153, 204, 30] + "viewport_color": [102, 153, 204, 60] }, { "class": "minimap_control", "settings": ["aprosopo_dark_green"], - "viewport_color": [153, 204, 153, 30] + "viewport_color": [153, 204, 153, 60] }, { "class": "minimap_control", "settings": ["aprosopo_dark_yellow"], - "viewport_color": [255, 204, 102, 30] + "viewport_color": [255, 204, 102, 60] }, { "class": "minimap_control", "settings": ["aprosopo_dark_orange"], - "viewport_color": [249, 145, 87, 30] + "viewport_color": [249, 145, 87, 60] }, { "class": "minimap_control", "settings": ["aprosopo_dark_purple"], - "viewport_color": [204, 153, 204, 30] + "viewport_color": [204, 153, 204, 60] }, //////////////////////////////////// diff --git a/Aprosopo Light@st2.sublime-theme b/Aprosopo Light@st2.sublime-theme index 9bdda9a..df3d5f7 100755 --- a/Aprosopo Light@st2.sublime-theme +++ b/Aprosopo Light@st2.sublime-theme @@ -574,7 +574,7 @@ //////////////////////////////////// { "class": "dialog", - "layer0.tint": [40, 43, 45], + "layer0.tint": [222, 225, 227], "layer0.opacity": 1.0 }, @@ -583,12 +583,62 @@ //////////////////////////////////// { "class": "progress_bar_control", - "layer0.tint": [30, 30, 30], + "layer0.tint": [201, 202, 203], "layer0.opacity": 1.0 }, { "class": "progress_gauge_control", - "layer0.tint": [144, 144, 144], + "settings": ["aprosopo_light_red"], + "layer0.tint": [255, 179, 181], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_light_aqua"], + "layer0.tint": [151, 254, 255], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_light_gray"], + "layer0.tint": [153, 153, 153], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_light_blue"], + "layer0.tint": [151, 202, 255], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_light_green"], + "layer0.tint": [190, 242, 190], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_light_yellow"], + "layer0.tint": [255, 228, 177], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_light_orange"], + "layer0.tint": [255, 198, 167], + "layer0.opacity": 1.0, + "content_margin": [0, 6] + }, + { + "class": "progress_gauge_control", + "settings": ["aprosopo_light_purple"], + "layer0.tint": [242, 190, 241], "layer0.opacity": 1.0, "content_margin": [0, 6] }, @@ -614,7 +664,7 @@ { "class": "fold_button_control", "attributes": ["hover"], - "settings": ["aprosopo_light_dirty_red"], + "settings": ["aprosopo_light_red"], "layer0.tint": [255, 179, 181] }, { @@ -806,42 +856,42 @@ { "class": "minimap_control", "settings": ["aprosopo_light_red"], - "viewport_color": [255, 179, 181, 30] + "viewport_color": [255, 179, 181, 60] }, { "class": "minimap_control", "settings": ["aprosopo_light_aqua"], - "viewport_color": [151, 254, 255, 30] + "viewport_color": [151, 254, 255, 60] }, { "class": "minimap_control", "settings": ["aprosopo_light_gray"], - "viewport_color": [153, 153, 153, 30] + "viewport_color": [153, 153, 153, 60] }, { "class": "minimap_control", "settings": ["aprosopo_light_blue"], - "viewport_color": [151, 202, 255, 30] + "viewport_color": [151, 202, 255, 60] }, { "class": "minimap_control", "settings": ["aprosopo_light_green"], - "viewport_color": [190, 242, 190, 30] + "viewport_color": [190, 242, 190, 60] }, { "class": "minimap_control", "settings": ["aprosopo_light_yellow"], - "viewport_color": [255, 228, 177, 30] + "viewport_color": [255, 228, 177, 60] }, { "class": "minimap_control", "settings": ["aprosopo_light_orange"], - "viewport_color": [255, 198, 167, 30] + "viewport_color": [255, 198, 167, 60] }, { "class": "minimap_control", "settings": ["aprosopo_light_purple"], - "viewport_color": [242, 190, 241, 30] + "viewport_color": [242, 190, 241, 60] }, ////////////////////////////////////