Skip to content

Instantly share code, notes, and snippets.

@andymccurdy
Created September 24, 2013 22:24
Show Gist options
  • Save andymccurdy/6692165 to your computer and use it in GitHub Desktop.
Save andymccurdy/6692165 to your computer and use it in GitHub Desktop.
[
{
"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