Created
September 24, 2013 22:24
-
-
Save andymccurdy/6692165 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"class": "tab_label", | |
"settings": ["highlight_modified_tabs"], | |
"parents": [{"class": "tab_control", "attributes": ["dirty"]}], | |
"fg": [120, 170, 250] | |
}, | |
// QUICKPANEL SELECTED HIGHLIGHT | |
{ | |
"class": "quick_panel_label", | |
"settings": ["phoenix_color_blue"], | |
"selected_fg": [255, 255, 255, 255], | |
"selected_match_fg": [0, 0, 180, 255], | |
"selected_bg": [225, 225, 225, 255] | |
}, | |
{ | |
"class": "quick_panel_path_label", | |
"settings": ["phoenix_color_blue"], | |
"selected_fg": [220, 242, 255, 255], | |
"selected_match_fg": [0, 0, 180, 255], | |
"selected_bg": [225, 225, 225, 255] | |
}, | |
{ | |
"class": "quick_panel_score_label", | |
"settings": ["phoenix_color_blue"], | |
"selected_fg": [220, 242, 245, 255] | |
}, | |
{ | |
"class": "quick_panel_row", | |
"settings": ["phoenix_color_blue"], | |
"attributes": ["selected"], | |
"layer0.texture": "Theme - Phoenix/Phoenix Light/colors/blue/quick-panel-row-selected.png" | |
}, | |
// MINI QUICKPANEL SELECTED HIGHLIGHT | |
{ | |
"class": "mini_quick_panel_row", | |
"settings": ["phoenix_color_blue"], | |
"attributes": ["selected"], | |
"layer0.texture": "Theme - Phoenix/Phoenix Light/colors/blue/quick-panel-row-selected.png" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment