Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Fix Quick Panel selected row text color and input background
Browse files Browse the repository at this point in the history
  • Loading branch information
karelvuong committed Mar 25, 2015
1 parent b1a0585 commit 5a7f312
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Primer.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
// General labels
{
"class": "label_control",
"color": [153, 153, 153] // 03
"color": [138, 138, 138] // 03
},
// Text field labels
{
Expand Down Expand Up @@ -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": "",
Expand All @@ -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,
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
},

//
Expand All @@ -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",
Expand Down

0 comments on commit 5a7f312

Please sign in to comment.