From ec9d873ca28cadd02c5e325ec7de88b9feac143c Mon Sep 17 00:00:00 2001 From: Dayle Rees Date: Tue, 18 Feb 2014 19:44:28 +0000 Subject: [PATCH] Fix light theme panels. --- .../patterns/sublimeui/sublimeui.pattern | 19 ++++++++++--------- sublimeui/github.sublime-theme | 19 ++++++++++--------- sublimeui/light/earthsong-light.sublime-theme | 17 +++++++++-------- sublimeui/light/snappy-light.sublime-theme | 17 +++++++++-------- sublimeui/light/userscape.sublime-theme | 19 ++++++++++--------- sublimeui/spearmint.sublime-theme | 19 ++++++++++--------- 6 files changed, 58 insertions(+), 52 deletions(-) diff --git a/build/resources/patterns/sublimeui/sublimeui.pattern b/build/resources/patterns/sublimeui/sublimeui.pattern index 8f2bab9..aacff16 100644 --- a/build/resources/patterns/sublimeui/sublimeui.pattern +++ b/build/resources/patterns/sublimeui/sublimeui.pattern @@ -731,7 +731,7 @@ { "class": "quick_panel_row", // "layer0.texture": "", - "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-38) }}], // 01 + "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-8) }}], // 01 "layer0.inner_margin": 8, "layer0.opacity": 1 }, @@ -768,14 +768,14 @@ { "class": "mini_quick_panel_row", // "layer0.texture": "", - "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(38) }}], // 01 + "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-8) }}], // 01 "layer0.opacity": 1 }, { "class": "mini_quick_panel_row", "attributes": ["selected"], // "layer0.texture": "", - "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(4) }}] // -01 + "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}] // -01 }, // @@ -785,7 +785,7 @@ { "class": "popup_control", "content_margin": [0,0], - "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(10) }}], // 01 + "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-5) }}], // 01 "layer0.opacity": 1 }, { @@ -794,21 +794,22 @@ }, { "class": "auto_complete_label", - "fg": [{{ colour.first('ui_bg', 'background').rgb(70) }}], // 03 - "match_fg": [{{ colour.first('ui_bg', 'background').rgb(170) }}], // 05 - "selected_fg": [{{ colour.first('ui_bg', 'background').rgb(255) }}], // 03 - "selected_match_fg": [{{ colour.first('ui_second', 'string').rgb() }}] // 05 + "fg": [{{ colour.first('ui_bg', 'background').rgb(-100) }}], // 03 + "match_fg": [{{ colour.first('ui_bg', 'background').rgb(-170) }}], // 05 + "selected_fg": [{{ colour.first('ui_first', 'second').rgb(180) }}], // 03 + "selected_match_fg": [{{ colour.first('ui_first', 'second').rgb(255) }}] // 05 }, { "class": "table_row", // "layer0.texture": "", - "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}], // 02 + "layer0.tint": [{{ colour.first('ui_bg', 'background').rgb(-5) }}], // 02 "layer0.opacity": 0, "layer0.inner_margin": [3,1] }, { "class": "table_row", "attributes": ["selected"], + "layer0.tint": [{{ colour.first('ui_first', 'second').rgb() }}], // 02 "layer0.opacity": 1 }, diff --git a/sublimeui/github.sublime-theme b/sublimeui/github.sublime-theme index 2446a85..9b9052e 100644 --- a/sublimeui/github.sublime-theme +++ b/sublimeui/github.sublime-theme @@ -730,7 +730,7 @@ { "class": "quick_panel_row", // "layer0.texture": "", - "layer0.tint": [217, 217, 217], // 01 + "layer0.tint": [247, 247, 247], // 01 "layer0.inner_margin": 8, "layer0.opacity": 1 }, @@ -767,14 +767,14 @@ { "class": "mini_quick_panel_row", // "layer0.texture": "", - "layer0.tint": [255, 255, 255], // 01 + "layer0.tint": [247, 247, 247], // 01 "layer0.opacity": 1 }, { "class": "mini_quick_panel_row", "attributes": ["selected"], // "layer0.texture": "", - "layer0.tint": [255, 255, 255] // -01 + "layer0.tint": [0, 128, 128] // -01 }, // @@ -784,7 +784,7 @@ { "class": "popup_control", "content_margin": [0,0], - "layer0.tint": [255, 255, 255], // 01 + "layer0.tint": [250, 250, 250], // 01 "layer0.opacity": 1 }, { @@ -793,21 +793,22 @@ }, { "class": "auto_complete_label", - "fg": [255, 255, 255], // 03 - "match_fg": [255, 255, 255], // 05 - "selected_fg": [255, 255, 255], // 03 - "selected_match_fg": [221, 17, 68] // 05 + "fg": [155, 155, 155], // 03 + "match_fg": [85, 85, 85], // 05 + "selected_fg": [180, 255, 255], // 03 + "selected_match_fg": [255, 255, 255] // 05 }, { "class": "table_row", // "layer0.texture": "", - "layer0.tint": [0, 128, 128], // 02 + "layer0.tint": [250, 250, 250], // 02 "layer0.opacity": 0, "layer0.inner_margin": [3,1] }, { "class": "table_row", "attributes": ["selected"], + "layer0.tint": [0, 128, 128], // 02 "layer0.opacity": 1 }, diff --git a/sublimeui/light/earthsong-light.sublime-theme b/sublimeui/light/earthsong-light.sublime-theme index ef57086..d3e26aa 100644 --- a/sublimeui/light/earthsong-light.sublime-theme +++ b/sublimeui/light/earthsong-light.sublime-theme @@ -730,7 +730,7 @@ { "class": "quick_panel_row", // "layer0.texture": "", - "layer0.tint": [217, 217, 217], // 01 + "layer0.tint": [247, 247, 247], // 01 "layer0.inner_margin": 8, "layer0.opacity": 1 }, @@ -767,14 +767,14 @@ { "class": "mini_quick_panel_row", // "layer0.texture": "", - "layer0.tint": [255, 255, 255], // 01 + "layer0.tint": [247, 247, 247], // 01 "layer0.opacity": 1 }, { "class": "mini_quick_panel_row", "attributes": ["selected"], // "layer0.texture": "", - "layer0.tint": [255, 255, 255] // -01 + "layer0.tint": [219, 120, 77] // -01 }, // @@ -784,7 +784,7 @@ { "class": "popup_control", "content_margin": [0,0], - "layer0.tint": [255, 255, 255], // 01 + "layer0.tint": [250, 250, 250], // 01 "layer0.opacity": 1 }, { @@ -793,21 +793,22 @@ }, { "class": "auto_complete_label", - "fg": [255, 255, 255], // 03 - "match_fg": [255, 255, 255], // 05 + "fg": [155, 155, 155], // 03 + "match_fg": [85, 85, 85], // 05 "selected_fg": [255, 255, 255], // 03 - "selected_match_fg": [248, 187, 57] // 05 + "selected_match_fg": [255, 255, 255] // 05 }, { "class": "table_row", // "layer0.texture": "", - "layer0.tint": [219, 120, 77], // 02 + "layer0.tint": [250, 250, 250], // 02 "layer0.opacity": 0, "layer0.inner_margin": [3,1] }, { "class": "table_row", "attributes": ["selected"], + "layer0.tint": [219, 120, 77], // 02 "layer0.opacity": 1 }, diff --git a/sublimeui/light/snappy-light.sublime-theme b/sublimeui/light/snappy-light.sublime-theme index a3fd3d7..a2d977d 100644 --- a/sublimeui/light/snappy-light.sublime-theme +++ b/sublimeui/light/snappy-light.sublime-theme @@ -730,7 +730,7 @@ { "class": "quick_panel_row", // "layer0.texture": "", - "layer0.tint": [200, 200, 200], // 01 + "layer0.tint": [230, 230, 230], // 01 "layer0.inner_margin": 8, "layer0.opacity": 1 }, @@ -767,14 +767,14 @@ { "class": "mini_quick_panel_row", // "layer0.texture": "", - "layer0.tint": [255, 255, 255], // 01 + "layer0.tint": [230, 230, 230], // 01 "layer0.opacity": 1 }, { "class": "mini_quick_panel_row", "attributes": ["selected"], // "layer0.texture": "", - "layer0.tint": [242, 242, 242] // -01 + "layer0.tint": [246, 97, 83] // -01 }, // @@ -784,7 +784,7 @@ { "class": "popup_control", "content_margin": [0,0], - "layer0.tint": [248, 248, 248], // 01 + "layer0.tint": [233, 233, 233], // 01 "layer0.opacity": 1 }, { @@ -793,21 +793,22 @@ }, { "class": "auto_complete_label", - "fg": [255, 255, 255], // 03 - "match_fg": [255, 255, 255], // 05 + "fg": [138, 138, 138], // 03 + "match_fg": [68, 68, 68], // 05 "selected_fg": [255, 255, 255], // 03 - "selected_match_fg": [78, 161, 223] // 05 + "selected_match_fg": [255, 255, 255] // 05 }, { "class": "table_row", // "layer0.texture": "", - "layer0.tint": [246, 97, 83], // 02 + "layer0.tint": [233, 233, 233], // 02 "layer0.opacity": 0, "layer0.inner_margin": [3,1] }, { "class": "table_row", "attributes": ["selected"], + "layer0.tint": [246, 97, 83], // 02 "layer0.opacity": 1 }, diff --git a/sublimeui/light/userscape.sublime-theme b/sublimeui/light/userscape.sublime-theme index 9e7cd4f..d83b89f 100644 --- a/sublimeui/light/userscape.sublime-theme +++ b/sublimeui/light/userscape.sublime-theme @@ -730,7 +730,7 @@ { "class": "quick_panel_row", // "layer0.texture": "", - "layer0.tint": [207, 210, 214], // 01 + "layer0.tint": [237, 240, 244], // 01 "layer0.inner_margin": 8, "layer0.opacity": 1 }, @@ -767,14 +767,14 @@ { "class": "mini_quick_panel_row", // "layer0.texture": "", - "layer0.tint": [255, 255, 255], // 01 + "layer0.tint": [237, 240, 244], // 01 "layer0.opacity": 1 }, { "class": "mini_quick_panel_row", "attributes": ["selected"], // "layer0.texture": "", - "layer0.tint": [249, 252, 255] // -01 + "layer0.tint": [53, 91, 140] // -01 }, // @@ -784,7 +784,7 @@ { "class": "popup_control", "content_margin": [0,0], - "layer0.tint": [255, 255, 255], // 01 + "layer0.tint": [240, 243, 247], // 01 "layer0.opacity": 1 }, { @@ -793,21 +793,22 @@ }, { "class": "auto_complete_label", - "fg": [255, 255, 255], // 03 - "match_fg": [255, 255, 255], // 05 - "selected_fg": [255, 255, 255], // 03 - "selected_match_fg": [227, 189, 20] // 05 + "fg": [145, 148, 152], // 03 + "match_fg": [75, 78, 82], // 05 + "selected_fg": [233, 255, 255], // 03 + "selected_match_fg": [255, 255, 255] // 05 }, { "class": "table_row", // "layer0.texture": "", - "layer0.tint": [53, 91, 140], // 02 + "layer0.tint": [240, 243, 247], // 02 "layer0.opacity": 0, "layer0.inner_margin": [3,1] }, { "class": "table_row", "attributes": ["selected"], + "layer0.tint": [53, 91, 140], // 02 "layer0.opacity": 1 }, diff --git a/sublimeui/spearmint.sublime-theme b/sublimeui/spearmint.sublime-theme index 43872b1..8a6fba3 100644 --- a/sublimeui/spearmint.sublime-theme +++ b/sublimeui/spearmint.sublime-theme @@ -730,7 +730,7 @@ { "class": "quick_panel_row", // "layer0.texture": "", - "layer0.tint": [187, 202, 200], // 01 + "layer0.tint": [217, 232, 230], // 01 "layer0.inner_margin": 8, "layer0.opacity": 1 }, @@ -767,14 +767,14 @@ { "class": "mini_quick_panel_row", // "layer0.texture": "", - "layer0.tint": [255, 255, 255], // 01 + "layer0.tint": [217, 232, 230], // 01 "layer0.opacity": 1 }, { "class": "mini_quick_panel_row", "attributes": ["selected"], // "layer0.texture": "", - "layer0.tint": [229, 244, 242] // -01 + "layer0.tint": [37, 128, 138] // -01 }, // @@ -784,7 +784,7 @@ { "class": "popup_control", "content_margin": [0,0], - "layer0.tint": [235, 250, 248], // 01 + "layer0.tint": [220, 235, 233], // 01 "layer0.opacity": 1 }, { @@ -793,21 +793,22 @@ }, { "class": "auto_complete_label", - "fg": [255, 255, 255], // 03 - "match_fg": [255, 255, 255], // 05 - "selected_fg": [255, 255, 255], // 03 - "selected_match_fg": [76, 215, 224] // 05 + "fg": [125, 140, 138], // 03 + "match_fg": [55, 70, 68], // 05 + "selected_fg": [217, 255, 255], // 03 + "selected_match_fg": [255, 255, 255] // 05 }, { "class": "table_row", // "layer0.texture": "", - "layer0.tint": [37, 128, 138], // 02 + "layer0.tint": [220, 235, 233], // 02 "layer0.opacity": 0, "layer0.inner_margin": [3,1] }, { "class": "table_row", "attributes": ["selected"], + "layer0.tint": [37, 128, 138], // 02 "layer0.opacity": 1 },