Fix light theme panels.

This commit is contained in:
Dayle Rees 2014-02-18 19:44:28 +00:00
parent d165520d04
commit ec9d873ca2
6 changed files with 58 additions and 52 deletions

@ -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
},

@ -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
},

@ -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
},

@ -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
},

@ -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
},

@ -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
},