From 1c6b3daf16841ec6555dcb54570ebb323cd59eba Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 18 Jun 2014 14:26:19 +0100 Subject: [PATCH 1/4] Brighter scrubber. More obvious active selection on lists. --- Glacier.sublime-theme | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Glacier.sublime-theme b/Glacier.sublime-theme index 14bca5d..afb3511 100644 --- a/Glacier.sublime-theme +++ b/Glacier.sublime-theme @@ -194,7 +194,7 @@ { "class": "scroll_bar_control", "layer0.texture": "", - "layer0.tint":[52,61,70], + "layer0.tint":[11,16,21], "layer0.opacity": 1, "layer0.inner_margin": [0,0], "blur": true @@ -204,7 +204,7 @@ "class": "scroll_bar_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint":[52,61,70], + "layer0.tint":[11,16,21], "layer0.inner_margin": [0,0], "blur": true }, @@ -220,7 +220,7 @@ { "class": "puck_control", "layer0.texture": "", - "layer0.tint":[60,60,60], + "layer0.tint":[22,31,39], "layer0.opacity": 1, "layer0.inner_margin": [0,0], "content_margin": [6,0], @@ -231,7 +231,7 @@ "class": "puck_control", "attributes": ["horizontal"], "layer0.texture": "", - "layer0.tint":[52,61,70], + "layer0.tint":[22,31,39], "layer0.inner_margin": [0,0], "content_margin": [12,6], "blur": false @@ -332,7 +332,7 @@ { "class": "minimap_control", - "viewport_color": [100,100,100,40] + "viewport_color": [100,100,100,80] }, // @@ -750,7 +750,7 @@ "class": "mini_quick_panel_row", "attributes": ["selected"], "layer0.texture": "", - "layer0.tint": [3,4,5] + "layer0.tint": [26,38,49] }, // @@ -785,7 +785,8 @@ { "class": "table_row", "attributes": ["selected"], - "layer0.opacity": 1 + "layer0.opacity": 1, + "layer0.tint": [26,38,49] }, // From 5d3ea028c2f2c083cf5be49b86c2e530fd6242fc Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 18 Jun 2014 15:45:21 +0100 Subject: [PATCH 2/4] Scrollbar corner same colour as scroll track bg (was too bright) --- Glacier.sublime-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glacier.sublime-theme b/Glacier.sublime-theme index afb3511..d04267e 100644 --- a/Glacier.sublime-theme +++ b/Glacier.sublime-theme @@ -212,7 +212,7 @@ { "class": "scroll_corner_control", "layer0.texture": "", - "layer0.tint":[52,61,70], + "layer0.tint":[11,16,21], "layer0.inner_margin": [0,0], "layer0.opacity": 1 }, From f17494f5a745f0a28694b1aaa4047647b54e8d65 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 18 Jun 2014 15:51:55 +0100 Subject: [PATCH 3/4] Little more subtle scrubber (65 opacity) --- Glacier.sublime-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glacier.sublime-theme b/Glacier.sublime-theme index d04267e..bcd5a9a 100644 --- a/Glacier.sublime-theme +++ b/Glacier.sublime-theme @@ -332,7 +332,7 @@ { "class": "minimap_control", - "viewport_color": [100,100,100,80] + "viewport_color": [100,100,100,65] }, // From aa1dc9102d27b240259001fadc4fd2493a433731 Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 19 Jun 2014 09:14:57 +0100 Subject: [PATCH 4/4] Same brighter select colour for quick panel (cmd+p) --- Glacier.sublime-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Glacier.sublime-theme b/Glacier.sublime-theme index bcd5a9a..fe8dea7 100644 --- a/Glacier.sublime-theme +++ b/Glacier.sublime-theme @@ -714,7 +714,7 @@ "class": "quick_panel_row", "attributes": ["selected"], "layer0.texture": "", - "layer0.tint": [3,4,5] + "layer0.tint": [26,38,49] }, { "class": "quick_panel_label",