From 5a7f31273e8ef707c56aba1bc4958b61bb5265b3 Mon Sep 17 00:00:00 2001 From: Karel Vuong Date: Wed, 25 Mar 2015 10:49:54 -0700 Subject: [PATCH] Fix Quick Panel selected row text color and input background --- Primer.sublime-theme | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Primer.sublime-theme b/Primer.sublime-theme index 9000e5c..47d89f5 100755 --- a/Primer.sublime-theme +++ b/Primer.sublime-theme @@ -437,7 +437,7 @@ // General labels { "class": "label_control", - "color": [153, 153, 153] // 03 + "color": [138, 138, 138] // 03 }, // Text field labels { @@ -794,7 +794,7 @@ "layer0.opacity": 1, "content_margin": [8, 8], "layer1.texture": "", - "layer1.tint": [250, 250, 250], // -00 + "layer1.tint": [255, 255, 255], // -00 "layer1.inner_margin": [0, 0, 0, 0], "layer1.opacity": 1, "layer2.texture": "", @@ -814,7 +814,7 @@ // "layer0.texture": "", "layer0.inner_margin": [8, 8], "layer0.opacity": 1, - "layer0.tint": [255, 255, 255], + "layer0.tint": [248, 248, 248], "layer1.texture": "", "layer1.tint": [221, 221, 221], // -00 "layer1.draw_center": false, @@ -872,7 +872,7 @@ }, { "class": "quick_panel_label", - "fg": [138, 138, 138, 255], // 04 + "fg": [102, 102, 102, 255], // 04 "match_fg": [65, 131, 196, 255], // 05 "selected_fg": [51, 51, 51, 255], // 05 "selected_match_fg": [65, 131, 196, 255] // 07 @@ -912,7 +912,7 @@ "class": "quick_panel_path_label", "fg": [153, 153, 153, 255], // 03 "match_fg": [167, 173, 186, 255], // 04 - "selected_fg": [101, 115, 126, 255], // 03 + "selected_fg": [138, 138, 138, 255], // 03 "selected_match_fg": [167, 173, 186, 255] // 04 }, // CUSTOM - Quick Panel Label @@ -948,8 +948,8 @@ }, { "class": "quick_panel_score_label", - "fg": [101, 115, 126, 255], // 03 - "selected_fg": [101, 115, 126, 255] // 03 + "fg": [138, 138, 138, 255], // 03 + "selected_fg": [138, 138, 138, 255] // 03 }, // @@ -960,7 +960,12 @@ "class": "mini_quick_panel_row", // "layer0.texture": "", "layer0.tint": [248, 248, 248], // 01 - "layer0.opacity": 1 + "layer0.opacity": 1, + "layer1.texture": "", + "layer1.tint": [221, 221, 221], // -00 + "layer1.draw_center": false, + "layer1.inner_margin": [0, 0, 0, 1], + "layer1.opacity": 1 }, { "class": "mini_quick_panel_row",