Last active
November 16, 2017 16:02
-
-
Save samueleaton/0a149e3c937b8857c38931693e89f0a0 to your computer and use it in GitHub Desktop.
Monokai Phoenix Flat (Sublime Theme)
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
Show hidden characters
[ | |
// | |
// TABS (REGULAR) | |
// | |
// Tab set | |
{ | |
"class": "tabset_control", | |
"layer0.texture": "", | |
"layer0.tint": [34,34,34], | |
"layer0.inner_margin": 2, // Overlay light puck (for dark content) | |
"layer0.opacity": 1, | |
"content_margin": [0,-5,0,0], | |
"tab_overlap": 0, | |
"tab_width": 140, | |
"tab_min_width": 50, | |
"tab_height": 50, | |
"mouse_wheel_switch": false | |
}, | |
// tab set small | |
{ | |
"class": "tabset_control", | |
"settings": ["tabs_small"], | |
"layer0.texture": "", | |
"layer0.tint": [34,34,34], | |
"layer0.inner_margin": 2, // Overlay light puck (for dark content) | |
"layer0.opacity": 1, | |
"content_margin": [0,-5,0,0], | |
"tab_overlap": 0, | |
"tab_width": 140, | |
"tab_min_width": 50, | |
"tab_height": 30, | |
"mouse_wheel_switch": false | |
}, | |
// Tab element | |
{ | |
"class": "tab_control", | |
"content_margin": [8,0], | |
"max_margin_trim": 0, | |
"hit_test_level": 0, | |
"layer0.texture": "", | |
"layer0.tint": [51,51,51], | |
"layer0.inner_margin": [0,0], | |
"layer0.opacity": 0.7, | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer1.opacity": 1 | |
}, | |
// Tab close state | |
{ | |
"class": "tab_control", | |
"settings": ["show_tab_close_buttons"], | |
"content_margin": [10,0] | |
}, | |
// Tab hover state | |
{ | |
"class": "tab_control", | |
"attributes": ["hover"], | |
"layer0.texture": "", | |
"layer0.opacity": 0.5 | |
}, | |
// Tab active state | |
{ | |
"class": "tab_control", | |
"attributes": ["selected"], | |
"layer0.texture": "", | |
"layer0.tint": [60,60,60], | |
"layer0.opacity": 1, | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer1.opacity": 1 | |
}, | |
// Tab dirty state (close button hidden) | |
{ | |
"class": "tab_control", | |
"settings": ["!show_tab_close_buttons"], | |
"attributes": ["dirty"], | |
"content_margin": [12,3,7,3] | |
}, | |
// | |
// TAB BUTTONS | |
// | |
// Tab close button | |
{ | |
"class": "tab_close_button", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.opacity": 0, | |
"layer0.tint": [170,170,170] | |
}, | |
{ | |
"class": "tab_close_button", | |
"settings": ["show_tab_close_buttons"], | |
"content_margin": [8,8] | |
}, | |
{ | |
"class": "tab_close_button", | |
"parents": [{"class": "tab_control","attributes": ["hover"]}], | |
"layer0.opacity": 1, | |
"layer0.tint": [66,135,210] | |
}, | |
{ | |
"class": "tab_close_button", | |
"parents": [{"class": "tab_control","attributes": ["selected"]}], | |
"layer0.opacity": 1 | |
}, | |
// Tab dirty button | |
{ | |
"class": "tab_close_button", | |
"parents": [{"class": "tab_control","attributes": ["dirty"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.tint": [201,87,79], | |
"layer0.opacity": 1 | |
}, | |
{ | |
"class": "tab_close_button", | |
"settings": ["!show_tab_close_buttons"], | |
"parents": [{"class": "tab_control","attributes": ["dirty"]}], | |
"content_margin": [8,8], | |
"layer0.opacity": 1 | |
}, | |
{ | |
"class": "tab_close_button", | |
"parents": [{"class": "tab_control","attributes": ["dirty","hover"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/close.png", | |
"layer0.opacity": 1, | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "tab_close_button", | |
"parents": [{"class": "tab_control","attributes": ["dirty","selected"]}] | |
}, | |
// Tab highlight button | |
{ | |
"class": "tab_close_button", | |
"settings": ["highlight_modified_tabs"], | |
"parents": [{"class": "tab_control","attributes": ["dirty"]}] | |
}, | |
{ | |
"class": "tab_close_button", | |
"settings": ["highlight_modified_tabs"], | |
"parents": [{"class": "tab_control","attributes": ["dirty","selected"]}] | |
}, | |
// Tab close button hover | |
{ | |
"class": "tab_close_button", | |
"settings": ["show_tab_close_buttons"], | |
"attributes": ["hover"] | |
}, | |
// Tab close button pressed | |
{ | |
"class": "tab_close_button", | |
"settings": ["show_tab_close_buttons"], | |
"attributes": ["pressed"], | |
"layer0.opacity":0.8 | |
}, | |
// | |
// TAB LABELS | |
// | |
{ | |
"class": "tab_label", | |
"fade": true, | |
"fg": [170,170,170], | |
"shadow_color": [25,25,25], | |
"shadow_offset": [1, 1] | |
}, | |
{ | |
"class": "tab_label", | |
"parents": [{"class": "tab_control","attributes": ["hover"]}], | |
"fg": [192,197,206], | |
"shadow_color": [30,30,30], | |
"shadow_offset": [1, 1] | |
}, | |
{ | |
"class": "tab_label", | |
"parents": [{"class": "tab_control","attributes": ["selected"]}], | |
"fg": [223,225,232], | |
"shadow_color": [35,35,35], | |
"shadow_offset": [1, 1] | |
}, | |
// | |
// TAB SCROLLING | |
// | |
// Tab dropdown | |
{ | |
"class": "show_tabs_dropdown_button", | |
"content_margin": [20, 20, 20, 20], | |
"layer0.texture": "", | |
"layer0.opacity": 1.0, | |
"layer0.tint": [15,30,45], | |
"layer0.inner_margin": 0, | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-dropdown.png", | |
"layer1.inner_margin": [5,0,-5,0], | |
"layer1.tint": [255,255,255], | |
"layer1.opacity": 1.0 | |
}, | |
// Tab dropdown small | |
{ | |
"class": "show_tabs_dropdown_button", | |
"settings": ["tabs_small"], | |
"content_margin": [12, 10, 12, 10], | |
"layer0.texture": "", | |
"layer0.opacity": 1.0, | |
"layer0.tint": [25,25,25], | |
"layer0.inner_margin": 0, | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-dropdown.png", | |
"layer1.inner_margin": [0,0,0,0], | |
"layer1.tint": [255,255,255], | |
"layer1.opacity": 1.0 | |
}, | |
{ | |
"class": "show_tabs_dropdown_button", | |
"attributes": ["hover"], | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-dropdown.png", | |
"layer1.inner_margin": [5,0,-5,0], | |
"layer1.tint": [52,118,206], | |
"layer1.opacity": 1.0 | |
}, | |
{ | |
"class": "show_tabs_dropdown_button", | |
"settings": ["tabs_small"], | |
"attributes": ["hover"], | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-dropdown.png", | |
"layer1.inner_margin": [0,0,0,0], | |
"layer1.tint": [52,118,206], | |
"layer1.opacity": 1.0 | |
}, | |
// Tab scroll left | |
{ | |
"class": "scroll_tabs_left_button", | |
"content_margin": [16, 20, 16, 20], | |
"layer0.texture": "", | |
"layer0.tint": [25,25,25], | |
"layer0.opacity": 1.0, | |
"layer0.inner_margin": 0, | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-left.png", | |
"layer1.inner_margin": [0,0,0,0], | |
"layer1.tint": [255,255,255], | |
"layer1.opacity": 1.0 | |
}, | |
{ | |
"class": "scroll_tabs_left_button", | |
"settings": ["tabs_small"], | |
"content_margin": [16, 8, 8, 20], | |
"layer0.texture": "", | |
"layer0.tint": [25,25,25], | |
"layer0.opacity": 1.0, | |
"layer0.inner_margin": 0, | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-left.png", | |
"layer1.inner_margin": [0,5,0,0], | |
"layer1.tint": [255,255,255], | |
"layer1.opacity": 1.0 | |
}, | |
{ | |
"class": "scroll_tabs_left_button", | |
"attributes": ["hover"], | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-left.png", | |
"layer1.tint": [52,118,206], | |
"layer1.opacity": 1.0 | |
}, | |
// Tab scroll right | |
{ | |
"class": "scroll_tabs_right_button", | |
"content_margin": [16, 20, 16, 20], | |
"layer0.texture": "", | |
"layer0.tint": [25,25,25], | |
"layer0.opacity": 1.0, | |
"layer0.inner_margin": 0, | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-right.png", | |
"layer1.inner_margin": [0,0,0,0], | |
"layer1.tint": [255,255,255], | |
"layer1.opacity": 1.0 | |
}, | |
{ | |
"class": "scroll_tabs_right_button", | |
"settings": ["tabs_small"], | |
"content_margin": [16, 8, 8, 20], | |
"layer0.texture": "", | |
"layer0.tint": [25,25,25], | |
"layer0.opacity": 1.0, | |
"layer0.inner_margin": 0, | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-right.png", | |
"layer1.inner_margin": [0,5,0,0], | |
"layer1.tint": [255,255,255], | |
"layer1.opacity": 1.0 | |
}, | |
{ | |
"class": "scroll_tabs_right_button", | |
"attributes": ["hover"], | |
"layer1.texture": "Theme - Flatgrammer/Flatgrammer/tab-scroll-right.png", | |
"layer1.tint": [52,118,206], | |
"layer1.opacity": 1.0 | |
}, | |
// | |
// FOLD BUTTONS | |
// | |
{ | |
"class": "fold_button_control", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.opacity": 1, | |
"layer0.inner_margin": 0, | |
"content_margin": [8,8] | |
}, | |
{ | |
"class": "fold_button_control", | |
"attributes": ["hover"], | |
"layer0.opacity": 1 | |
}, | |
{ | |
"class": "fold_button_control", | |
"attributes": ["expanded"], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.opacity": 0.25 | |
}, | |
{ | |
"class": "fold_button_control", | |
"attributes": ["expanded","hover"], | |
"layer0.opacity": 0.5 | |
}, | |
// | |
// STANDARD SCROLLBARS | |
// | |
// Standard vertical scroll bar | |
{ | |
"class": "scroll_bar_control", | |
"layer0.texture": "", | |
"layer0.tint":[52,52,52], | |
"layer0.opacity": 1, | |
"layer0.inner_margin": [0,0], | |
"blur": true | |
}, | |
// Standard horizontal scroll bar | |
{ | |
"class": "scroll_bar_control", | |
"attributes": ["horizontal"], | |
"layer0.texture": "", | |
"layer0.tint":[52,52,52], | |
"layer0.inner_margin": [0,0], | |
"blur": true | |
}, | |
// Standard scroll bar corner | |
{ | |
"class": "scroll_corner_control", | |
"layer0.texture": "", | |
"layer0.tint":[51,51,51], | |
"layer0.inner_margin": [0,0], | |
"layer0.opacity": 1 | |
}, | |
// Standard vertical scroll puck | |
{ | |
"class": "puck_control", | |
"layer0.texture": "", | |
"layer0.tint":[70,70,70], | |
"layer0.opacity": 1, | |
"layer0.inner_margin": [0,0], | |
"content_margin": [6,0], | |
"blur": false | |
}, | |
// Standard horizontal scroll puck | |
{ | |
"class": "puck_control", | |
"attributes": ["horizontal"], | |
"layer0.texture": "", | |
"layer0.tint":[70,70,70], | |
"layer0.inner_margin": [0,0], | |
"content_margin": [12,6], | |
"blur": false | |
}, | |
// | |
// OVERLAY SCROLLBARS | |
// | |
// Overlay toggle scroll bar | |
{ | |
"class": "scroll_area_control", | |
"settings": ["overlay_scroll_bars"], | |
"overlay": true | |
}, | |
{ | |
"class": "scroll_area_control", | |
"settings": ["!overlay_scroll_bars"], | |
"overlay": false | |
}, | |
// Overlay vertical scroll bar (background for left sidebar scrollbar) | |
{ | |
"class": "scroll_bar_control", | |
"settings": ["overlay_scroll_bars"], | |
"layer0.texture": "", | |
"layer0.tint":[51,51,51], | |
"layer0.inner_margin": [0,5], | |
"blur": false | |
}, | |
// Overlay horizontal scroll bar | |
{ | |
"class": "scroll_bar_control", | |
"settings": ["overlay_scroll_bars"], | |
"attributes": ["horizontal"], | |
"layer0.inner_margin": [5,0], | |
"blur": true | |
}, | |
// Overlay vertical puck | |
{ | |
"class": "puck_control", | |
"settings": ["overlay_scroll_bars"], | |
"layer0.texture": "", | |
"layer0.inner_margin": [0,5], | |
"content_margin": [6,32], | |
"blur": true | |
}, | |
// Overlay horizontal puck | |
{ | |
"class": "puck_control", | |
"settings": ["overlay_scroll_bars"], | |
"attributes": ["horizontal"], | |
"layer0.texture": "", | |
"layer0.inner_margin": [5,0], | |
"content_margin": [16,2], | |
"blur": true | |
}, | |
// Overlay light puck (for dark content) | |
{ | |
"class": "puck_control", | |
"settings": ["overlay_scroll_bars"], | |
"attributes": ["dark"], | |
"layer0.texture": "", | |
"layer0.tint":[80,80,80] | |
}, | |
// Overlay light horizontal puck (for dark content) | |
{ | |
"class": "puck_control", | |
"settings": ["overlay_scroll_bars"], | |
"attributes": ["horizontal","dark"], | |
"layer0.texture": "", | |
"layer0.tint":[60,60,60] | |
}, | |
// | |
// EMPTY WINDOW BACKGROUND | |
// | |
{ | |
"class": "sheet_container_control", | |
"layer0.tint": [17,17,17], | |
"layer0.opacity": 1 | |
}, | |
// | |
// GRID LAYOUT | |
// | |
{ | |
"class": "grid_layout_control", | |
"border_size": 0, | |
"border_color": [40,40,40] | |
}, | |
// | |
// MINI MAP | |
// | |
{ | |
"class": "minimap_control", | |
"viewport_color": [52,118,206,30] | |
}, | |
// | |
// LABELS | |
// | |
// General labels | |
{ | |
"class": "label_control", | |
"color": [170, 170, 170] | |
}, | |
// Text field labels | |
{ | |
"class": "label_control", | |
"parents": [{"class": "panel_control"}], | |
"shadow_color": [0,0,0], | |
"shadow_offset": [1,1] | |
}, | |
// Button labels | |
{ | |
"class": "label_control", | |
"parents": [{"class": "button_control"}], | |
"shadow_color": [55,55,55], | |
"shadow_offset": [0,0] | |
}, | |
// | |
// TOOLTIP | |
// | |
// Tooltip container | |
{ | |
"class": "tool_tip_control", | |
"layer0.texture": "", | |
"layer0.tint": [17,17,17], | |
"layer0.inner_margin": [1,1], | |
"layer0.opacity": 1, | |
"content_margin": [5,5] | |
}, | |
// Tooltip content | |
{ | |
"class": "tool_tip_label_control", | |
"color": [52,118,206] | |
}, | |
// | |
// STATUS BAR | |
// | |
// Status bar container | |
{ | |
"class": "status_bar", | |
"layer0.texture": "", | |
"layer0.tint": [30,30,30], | |
"layer0.opacity": 1, | |
"content_margin": [10, 12] | |
}, | |
// Status bar button | |
{ | |
"class": "status_button", | |
"min_size": [100, 0] | |
}, | |
// Status bar label | |
{ | |
"class": "label_control", | |
"parents": [{"class": "status_bar"}], | |
"color": [220,220,220], | |
"shadow_offset": [0,0], | |
"font.size": 12 | |
}, | |
// | |
// SIDEBAR | |
// | |
// Sidebar container | |
{ | |
"class": "sidebar_container", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/sidebar-bg.png", | |
"layer0.opacity": 1.0, | |
"layer0.inner_margin": [1, 1, 2, 1], | |
"content_margin": [0,0, 2, 0] | |
}, | |
// Sidebar tree | |
{ | |
"class": "sidebar_tree", | |
"row_padding": [6,6], | |
"indent":10, | |
"indent_offset": 15, | |
"indent_top_level": false, | |
"dark_content": true | |
}, | |
// Sidebar rows | |
{ | |
"class": "tree_row", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/sidebar-row-selected.png", | |
"layer0.opacity": 0.0, | |
"layer0.inner_margin": [1, 1] | |
}, | |
// Sidebar row selected | |
{ | |
"class": "tree_row", | |
"attributes": ["selected"], | |
"layer0.opacity": 1.0 | |
}, | |
// Sidebar heading | |
{ | |
"class": "sidebar_heading", | |
"color": [200,200,200], | |
"font.bold": false, | |
"shadow_color": [0,0,0], | |
"shadow_offset": [1,1] | |
}, | |
// Sidebar heading selected | |
{ | |
"class": "sidebar_heading", | |
"parents": [{"class": "tree_row","attributes": ["selected"]}], | |
"shadow_offset": [1,1] | |
}, | |
// Sidebar entry | |
{ | |
"class": "sidebar_label", | |
"color": [200,200,200], | |
"shadow_color": [0,0,0], | |
"shadow_offset": [1,1] | |
}, | |
{ | |
"class": "sidebar_label", | |
"settings": ["sidebar_size_12"], | |
"color": [200,200,200], | |
"shadow_color": [0,0,0], | |
"font.size": 12, | |
"shadow_offset": [1,1] | |
}, | |
{ | |
"class": "sidebar_label", | |
"settings": ["sidebar_size_13"], | |
"color": [200,200,200], | |
"shadow_color": [0,0,0], | |
"font.size": 13, | |
"shadow_offset": [1,1] | |
}, | |
{ | |
"class": "sidebar_label", | |
"settings": ["sidebar_size_14"], | |
"color": [200,200,200], | |
"shadow_color": [0,0,0], | |
"font.size": 14, | |
"shadow_offset": [1,1] | |
}, | |
// Sidebar folder entry | |
{ | |
"class": "sidebar_label", | |
"parents": [{"class": "tree_row","attributes": ["expandable"]}], | |
"color": [200,200,200], | |
"font.bold": true | |
}, | |
{ | |
"class": "sidebar_label", | |
"parents": [{"class": "tree_row","attributes": ["hover"]}], | |
"color": [255,255,255] | |
}, | |
{ | |
"class": "sidebar_label", | |
"parents": [{"class": "tree_row","attributes": ["expandable","hover"]}], | |
"color": [255,255,255] | |
}, | |
{ | |
"class": "sidebar_label", | |
"parents": [{"class": "tree_row","attributes": ["expandable"]}], | |
"settings": ["bold_folder_labels"], | |
"font.bold": true | |
}, | |
// Sidebar entry selected | |
{ | |
"class": "sidebar_label", | |
"parents": [{"class": "tree_row","attributes": ["selected"]}], | |
"color": [255,255,255], | |
"shadow_color": [0,0,0], | |
"shadow_offset": [0,0] | |
}, | |
// | |
// SIDEBAR - OPEN FILE ICONS | |
// | |
// Sidebar file close | |
{ | |
"class": "close_button", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.opacity": 0, | |
"layer0.inner_margin": 0, | |
"layer0.tint": [201,87,79], | |
"content_margin": [8,8] | |
}, | |
{ | |
"class": "close_button", | |
"parents": [{"class": "tree_row","attributes": ["hover"]}], | |
"layer0.opacity": 1, | |
"layer0.tint": [52,118,206] | |
}, | |
// Sidebar file dirty | |
{ | |
"class": "close_button", | |
"attributes": ["dirty"], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.opacity": 1, | |
"layer0.tint": [201,87,79] | |
}, | |
{ | |
"class": "close_button", | |
"attributes": ["dirty"], | |
"parents": [{"class": "tree_row","attributes": ["selected"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]" | |
}, | |
{ | |
"class": "close_button", | |
"attributes": ["dirty"], | |
"parents": [{"class": "tree_row","attributes": ["hover"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.opacity": 1, | |
"layer0.tint": [52,118,206] | |
}, | |
// Sidebar file close hover | |
{ | |
"class": "close_button", | |
"attributes": ["hover"], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]" | |
}, | |
{ | |
"class": "close_button", | |
"parents": [{"class": "tree_row","attributes": ["hover","selected"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.opacity": 1 | |
}, | |
// | |
// SIDEBAR - GENERAL FILE ICONS | |
// | |
// Sidebar group closed | |
{ | |
"class": "disclosure_button_control", | |
"content_margin": [9,9], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.tint": [170,170,170], | |
"layer0.opacity": 1, | |
"layer0.inner_margin": [2,2] | |
}, | |
{ | |
"class": "disclosure_button_control", | |
"parents": [{"class": "tree_row","attributes": ["hover"]}], | |
"layer0.tint":[255,255,255] | |
}, | |
{ | |
"class": "disclosure_button_control", | |
"parents": [{"class": "tree_row","attributes": ["selected"]}] | |
}, | |
// Sidebar folder closed | |
{ | |
"class": "disclosure_button_control", | |
"settings": ["soda_folder_icons"] | |
}, | |
{ | |
"class": "disclosure_button_control", | |
"settings": ["soda_folder_icons"], | |
"parents": [{"class": "tree_row","attributes": ["hover"]}] | |
}, | |
{ | |
"class": "disclosure_button_control", | |
"settings": ["soda_folder_icons"], | |
"parents": [{"class": "tree_row","attributes": ["selected"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.tint": [170,170,170], | |
"layer0.opacity": 1 | |
}, | |
// Sidebar group open | |
{ | |
"class": "disclosure_button_control", | |
"attributes": ["expanded"], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]" | |
}, | |
{ | |
"class": "disclosure_button_control", | |
"attributes": ["expanded"], | |
"parents": [{"class": "tree_row","attributes": ["hover"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]" | |
}, | |
{ | |
"class": "disclosure_button_control", | |
"attributes": ["expanded"], | |
"parents": [{"class": "tree_row","attributes": ["selected"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]" | |
}, | |
// Sidebar folder open | |
{ | |
"class": "disclosure_button_control", | |
"settings": ["soda_folder_icons"], | |
"attributes": ["expanded"], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]" | |
}, | |
{ | |
"class": "disclosure_button_control", | |
"settings": ["soda_folder_icons"], | |
"attributes": ["expanded"], | |
"parents": [{"class": "tree_row","attributes": ["hover"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]" | |
}, | |
{ | |
"class": "disclosure_button_control", | |
"settings": ["soda_folder_icons"], | |
"attributes": ["expanded"], | |
"parents": [{"class": "tree_row","attributes": ["selected"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]" | |
}, | |
{ | |
"class": "icon_folder", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.opacity": 1, | |
"layer0.inner_margin": 0, | |
"content_margin": [8,6] // hide for now until we get better icons | |
}, | |
// Sidebar folder opened | |
{ | |
"class": "icon_folder", | |
"parents": [{ "class": "tree_row", "attributes": ["expanded"]}], | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/[email protected]", | |
"layer0.inner_margin": -5, | |
"layer0.opacity": 1, | |
"layer0.inner_margin": 0, | |
"content_margin": [8,5] // hide for now until we get better icons | |
}, | |
// | |
// STANDARD TEXT BUTTONS | |
// | |
// Default button state | |
{ | |
"class": "button_control", | |
"content_margin": [4,10,4,10], | |
"min_size": [60,0], | |
"layer0.texture": "", | |
"layer0.opacity": 1, | |
"layer0.tint": [0,0,0], | |
"layer0.inner_margin": [8,8] | |
}, | |
// Hover button state | |
{ | |
"class": "button_control", | |
"attributes": ["hover"], | |
"layer0.texture": "", | |
"layer0.tint": [15,15,15] | |
}, | |
// Pressed button state | |
{ | |
"class": "button_control", | |
"attributes": ["pressed"], | |
"layer0.texture": "", | |
"layer0.tint": [0,0,0] | |
}, | |
// | |
// TEXT INPUT FIELD | |
// | |
// Text input field item | |
{ | |
"class": "text_line_control", | |
"layer0.texture": "", | |
// "layer0.tint": [118, 255, 205], | |
"layer0.tint": [20,20,20], | |
"layer0.opacity": 1, | |
"content_margin": [5,7,0,5] | |
}, | |
// | |
// PANEL BACKGROUNDS | |
// | |
// Bottom panel background | |
{ | |
"class": "panel_control", | |
"layer0.texture": "", | |
"layer0.inner_margin": [10, 1], | |
"layer0.opacity": 1, | |
"layer0.tint": [50,50,50], | |
"content_margin": [0,0] | |
}, | |
// Quick panel background | |
{ | |
"class": "overlay_control", | |
"layer0.opacity": 1, | |
"layer1.texture": "", | |
"layer1.tint": [80, 80, 80], | |
"layer1.inner_margin": [0, 0, 0, 0], | |
"layer1.opacity": 1, | |
"content_margin": [0, 0, 0, 0] | |
}, | |
// | |
// QUICK PANEL | |
// | |
{ | |
"class": "quick_panel", | |
"row_padding": 15, | |
"layer0.tint": [35,35,35], | |
"layer0.opacity": 1, | |
"dark_content": true | |
}, | |
{ | |
"class": "quick_panel", | |
"settings": ["quick_panel_small"], | |
"row_padding": 6, | |
"layer0.tint": [35,35,35], | |
"layer0.opacity": 1, | |
"dark_content": true | |
}, | |
{ | |
"class": "quick_panel_row", | |
"layer0.texture": "", | |
"layer0.tint": [35,35,35], | |
"layer0.inner_margin": 0, | |
"layer0.opacity": 1 | |
}, | |
{ | |
"class": "quick_panel_row", | |
"attributes": ["hover"], | |
"layer0.texture": "", | |
"layer0.tint": [53,129,206] | |
}, | |
{ | |
"class": "quick_panel_row", | |
"attributes": ["selected"], | |
"layer0.texture": "", | |
"layer0.tint": [53,129,206] | |
}, | |
{ | |
"class": "quick_panel_label", | |
"fg": [255,255,255], | |
"match_fg": [255,255,255], | |
"selected_fg": [255,255,255], | |
"selected_match_fg": [255,255,255] | |
}, | |
{ | |
"class": "quick_panel_path_label", | |
"fg": [255,255,255], | |
"match_fg": [255,255,255], | |
"selected_fg": [255,255,255], | |
"selected_match_fg": [255,255,255] | |
}, | |
{ | |
"class": "quick_panel_score_label", | |
"fg": [255,255,255], | |
"selected_fg": [255,255,255] | |
}, | |
// | |
// MINI QUICK PANEL | |
// | |
{ | |
"class": "mini_quick_panel_row", | |
"layer0.texture": "", | |
"layer0.tint": [35,35,35], | |
"layer0.opacity": 1 | |
}, | |
{ | |
"class": "mini_quick_panel_row", | |
"attributes": ["selected"], | |
"layer0.texture": "", | |
"layer0.tint": [53,129,206] | |
}, | |
// | |
// CODE COMPLETION DROPDOWN | |
// | |
{ | |
"class": "popup_control", | |
// "content_margin": [13,13], | |
"content_margin": [0,0], | |
"layer0.tint": [35,35,35], | |
"layer0.opacity": 1 | |
}, | |
{ | |
"class": "auto_complete", | |
"row_padding": [5,5] | |
}, | |
{ | |
"class": "auto_complete_label", | |
"fg": [255,255,255], | |
"match_fg": [255,255,255], | |
"selected_fg": [255,255,255], | |
"selected_match_fg": [255,255,255] | |
}, | |
{ | |
"class": "table_row", | |
"layer0.texture": "", | |
"layer0.tint":[52,118,206], | |
"layer0.opacity": 0, | |
"layer0.inner_margin": [5,5] | |
}, | |
{ | |
"class": "table_row", | |
"attributes": ["selected"], | |
"layer0.opacity": 1 | |
}, | |
// | |
// BOTTOM PANEL BUTTONS | |
// | |
// Button group middle | |
{ | |
"class": "icon_button_control", | |
"layer1.texture": "", | |
"layer1.opacity": 0, | |
"layer1.tint":[35,40,48], | |
"content_margin": 7 | |
}, | |
{ | |
"class": "icon_button_control", | |
"attributes": ["selected"], | |
"layer0.opacity": 0 | |
}, | |
// Button group left | |
{ | |
"class": "icon_button_control", | |
"attributes": ["left"], | |
"layer0.texture": "" | |
}, | |
// Button group left | |
{ | |
"class": "icon_button_control", | |
"attributes": ["left"], | |
"layer0.texture": "" | |
}, | |
{ | |
"class": "icon_button_control", | |
"attributes": ["left","selected"], | |
"layer0.texture": "" | |
}, | |
// Button group right | |
{ | |
"class": "icon_button_control", | |
"attributes": ["right"], | |
"layer0.texture": "" | |
}, | |
{ | |
"class": "icon_button_control", | |
"attributes": ["right","selected"], | |
"layer0.texture": "" | |
}, | |
// Button single | |
{ | |
"class": "icon_button_control", | |
"attributes": ["left","right"], | |
"layer0.texture": "" | |
}, | |
{ | |
"class": "icon_button_control", | |
"attributes": ["left","right","selected"], | |
"layer0.texture": "" | |
}, | |
// | |
// BOTTOM PANEL ICONS - GROUP 1 | |
// | |
// Regex search button | |
{ | |
"class": "icon_regex", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/regex.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_regex", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_regex", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// Case sensitive search button | |
{ | |
"class": "icon_case", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/casesens.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_case", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_case", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// Match whole word search button | |
{ | |
"class": "icon_whole_word", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/wholeword.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_whole_word", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_whole_word", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// | |
// BOTTOM PANEL ICONS - GROUP 1 (EXTENDED: FIND IN FILES) | |
// | |
// Show search context button | |
{ | |
"class": "icon_context", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/context.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_context", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_context", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// Use search buffer | |
{ | |
"class": "icon_use_buffer", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/buffer.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_use_buffer", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_use_buffer", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// | |
// BOTTOM PANEL ICONS - GROUP 2 | |
// | |
// Reverse search direction button (ST2 only) | |
{ | |
"class": "icon_reverse", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/reverse.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_reverse", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_reverse", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// Search wrap button | |
{ | |
"class": "icon_wrap", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/wrap.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_wrap", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_wrap", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// Search in selection button | |
{ | |
"class": "icon_in_selection", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/selection.png", | |
"layer0.tint": [79,91,103], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_in_selection", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_in_selection", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// | |
// BOTTOM PANEL ICONS - GROUP 3 | |
// | |
// Preserve case button | |
{ | |
"class": "icon_preserve_case", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/casesens.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_preserve_case", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_preserve_case", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
// | |
// BOTTOM PANEL ICONS - GROUP 4 | |
// | |
// Highlight results button | |
{ | |
"class": "icon_highlight", | |
"layer0.texture": "Theme - Flatgrammer/Flatgrammer/highlight.png", | |
"layer0.tint": [170, 170, 170], | |
"layer0.opacity": 1, | |
"content_margin": 8 | |
}, | |
{ | |
"class": "icon_highlight", | |
"parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
"layer0.tint": [52,118,206] | |
}, | |
{ | |
"class": "icon_highlight", | |
"parents": [{"class": "icon_button_control","attributes": ["hover"]}], | |
"layer0.tint": [52,118,206] | |
} | |
] |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<!-- Generated by: TmTheme-Editor --> | |
<!-- ============================================ --> | |
<!-- app: http://tmtheme-editor.herokuapp.com --> | |
<!-- code: https://github.com/aziz/tmTheme-Editor --> | |
<plist version="1.0"> | |
<dict> | |
<key>comment</key> | |
<string></string> | |
<key>author</key> | |
<string>ART-ifact</string> | |
<key>name</key> | |
<string>Flatgrammer - flatified</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1a1a1a</string> | |
<key>caret</key> | |
<string>#72af67</string> | |
<key>foreground</key> | |
<string>#cbcbcb</string> | |
<key>invisibles</key> | |
<string>#2f5f00</string> | |
<key>lineHighlight</key> | |
<string>#132c53</string> | |
<key>selection</key> | |
<string>#2c84b1</string> | |
<key>bracketsForeground</key> | |
<string>#ffc600</string> | |
<key>bracketContentsForeground</key> | |
<string>#000000</string> | |
<key>guide</key> | |
<string>#3b5364</string> | |
<key>activeGuide</key> | |
<string>#ffc600</string> | |
<key>stackGuide</key> | |
<string>#5a7b92</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Punctuation</string> | |
<key>scope</key> | |
<string>punctuation - (punctuation.definition.string || punctuation.definition.comment)</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#e7eff9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#e1809a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity</string> | |
<key>scope</key> | |
<string>entity</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#40bb6f</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.other.attribute-name</string> | |
<key>foreground</key> | |
<string>#efefef</string> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#4292a0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#4590ae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string -string.unquoted.old-plist -string.unquoted.heredoc, string.unquoted.heredoc string</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#b1e1a8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#757575</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#98e7bd</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Variable</string> | |
<key>scope</key> | |
<string>variable</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#769ec9</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Lang Variable</string> | |
<key>scope</key> | |
<string>variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#e798d4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function Call</string> | |
<key>scope</key> | |
<string>meta.function-call</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#e7dc98</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#682218</string> | |
<key>foreground</key> | |
<string>#f8f8f8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Embedded Source</string> | |
<key>scope</key> | |
<string>text source, string.unquoted.heredoc, source source</string> | |
<key>settings</key> | |
<dict> | |
<!--<key>background</key> | |
<string>#333333</string>--> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity inherited-class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#50c7e7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String embedded-source</string> | |
<key>scope</key> | |
<string>string.quoted source</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#738f98</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String constant</string> | |
<key>scope</key> | |
<string>string constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98e799</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String.regexp</string> | |
<key>scope</key> | |
<string>string.regexp</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98e7c1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String variable</string> | |
<key>scope</key> | |
<string>string variable</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#d2d399</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#dfae74</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support.constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string></string> | |
<key>foreground</key> | |
<string>#d3abae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Exception</string> | |
<key>scope</key> | |
<string>support.type.exception</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cf4330</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C/C++ Preprocessor Line</string> | |
<key>scope</key> | |
<string>meta.preprocessor.c</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#989898</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>C/C++ Preprocessor Directive</string> | |
<key>scope</key> | |
<string>meta.preprocessor.c keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c5c5c5</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Doctype/XML Processing</string> | |
<key>scope</key> | |
<string>meta.sgml.html meta.doctype, meta.sgml.html meta.doctype entity, meta.sgml.html meta.doctype string, meta.xml-processing, meta.xml-processing entity, meta.xml-processing string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#7a7a7a</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Meta.tag.a</string> | |
<key>scope</key> | |
<string>meta.tag entity</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#5aa5c7</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css tag-name</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#b0eded</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css#id</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.id</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#dfb074</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css.class</string> | |
<key>scope</key> | |
<string>meta.selector.css entity.other.attribute-name.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2eebc2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css property-name:</string> | |
<key>scope</key> | |
<string>support.type.property-name.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#41a1b3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css property-value;</string> | |
<key>scope</key> | |
<string>meta.property-group support.constant.property-value.css, meta.property-value support.constant.property-value.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c95141</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css @at-rule</string> | |
<key>scope</key> | |
<string>meta.preprocessor.at-rule keyword.control.at-rule</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#ec6e40</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css additional-constants</string> | |
<key>scope</key> | |
<string>meta.property-value support.constant.named-color.css, meta.property-value constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#edc4b1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>css constructor.argument</string> | |
<key>scope</key> | |
<string>meta.constructor.argument.css</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#45abae</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#050e15</string> | |
<key>foreground</key> | |
<string>#f8f8f8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#c56368</string> | |
<key>foreground</key> | |
<string>#f8f8f8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#685d18</string> | |
<key>foreground</key> | |
<string>#f8f8f8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#1c400f</string> | |
<key>foreground</key> | |
<string>#f8f8f8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Raw Markup</string> | |
<key>scope</key> | |
<string>markup.raw</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#a6d1df30</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Block Quote</string> | |
<key>scope</key> | |
<string>markup.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#184268</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>List</string> | |
<key>scope</key> | |
<string>markup.list</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#18171c</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bold Markup</string> | |
<key>scope</key> | |
<string>markup.bold</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#c9bef0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Italic Markup</string> | |
<key>scope</key> | |
<string>markup.italic</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#c5f2da</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Heading Markup</string> | |
<key>scope</key> | |
<string>markup.heading</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#06111b</string> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#d3e3f2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Annotations</string> | |
<key>scope</key> | |
<string>sublimelinter.annotations</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#efefba</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#dd6c71</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cf3030</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#b5862a</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Warning Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cf3030</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Violation Outline</string> | |
<key>scope</key> | |
<string>sublimelinter.outline.violation</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#ffffff</string> | |
<key>foreground</key> | |
<string>#ffffff</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Violation Underline</string> | |
<key>scope</key> | |
<string>sublimelinter.underline.violation</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#cf3030</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP class name</string> | |
<key>scope</key> | |
<string>entity.name.type.class.php</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#98e7c1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>PHP function name</string> | |
<key>scope</key> | |
<string>entity.name.function.php</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#333333</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter deleted</string> | |
<key>scope</key> | |
<string>markup.deleted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cf507e</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter inserted</string> | |
<key>scope</key> | |
<string>markup.inserted.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#97b55b</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter changed</string> | |
<key>scope</key> | |
<string>markup.changed.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#a697e2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter ignored</string> | |
<key>scope</key> | |
<string>markup.ignored.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>GitGutter untracked</string> | |
<key>scope</key> | |
<string>markup.untracked.git_gutter</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#565656</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Tag</string> | |
<key>scope</key> | |
<string>brackethighlighter.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#384249</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Curly</string> | |
<key>scope</key> | |
<string>brackethighlighter.curly</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cfb930</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Round</string> | |
<key>scope</key> | |
<string>brackethighlighter.round</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cfb930</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Square</string> | |
<key>scope</key> | |
<string>brackethighlighter.square</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cfb930</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Angle</string> | |
<key>scope</key> | |
<string>brackethighlighter.angle</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cfb930</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Quote</string> | |
<key>scope</key> | |
<string>brackethighlighter.quote</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cfb930</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Unmatched</string> | |
<key>scope</key> | |
<string>brackethighlighter.unmatched</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#cf507e</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Meta.tag</string> | |
<key>scope</key> | |
<string>meta.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#22bb92</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Entity more</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#c26e6a</string> | |
</dict> | |
</dict> | |
</array> | |
<key>uuid</key> | |
<string>06CD1FB2-A00A-4F8C-97B2-60E131980454</string> | |
<key>colorSpaceName</key> | |
<string>sRGB</string> | |
<key>semanticClass</key> | |
<string>theme.dark.flatgrammer_flatified</string> | |
</dict> | |
</plist> |
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Monokai Phoenix</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> | |
<dict> | |
<key>activeGuide</key> | |
<string>#9D550FB0</string> | |
<key>background</key> | |
<string>#151515</string> | |
<key>bracketContentsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketContentsOptions</key> | |
<string>underline</string> | |
<key>bracketsForeground</key> | |
<string>#F8F8F2A5</string> | |
<key>bracketsOptions</key> | |
<string>underline</string> | |
<key>caret</key> | |
<string>#F8F8F0</string> | |
<key>findHighlight</key> | |
<string>#FFE792</string> | |
<key>findHighlightForeground</key> | |
<string>#000000</string> | |
<key>foreground</key> | |
<string>#F8F8F2</string> | |
<key>invisibles</key> | |
<string>#3B3A32</string> | |
<key>lineHighlight</key> | |
<string>#353531</string> | |
<key>selection</key> | |
<string>#2B4D4D</string> | |
<key>selectionBorder</key> | |
<string>#1F7F84</string> | |
<key>tagsOptions</key> | |
<string>stippled_underline</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>comment</string> | |
<key>scope</key> | |
<string>comment</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Bracket Default</string> | |
<key>scope</key> | |
<string>brackethighlighter.default</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#2db7be</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>String</string> | |
<key>scope</key> | |
<string>string</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F4DC94</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Built-in constant</string> | |
<key>scope</key> | |
<string>constant.language</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B56DF4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>User-defined constant</string> | |
<key>scope</key> | |
<string>constant.character, constant.other</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B56DF4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Invalid</string> | |
<key>scope</key> | |
<string>invalid</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#F24A87</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>constant</string> | |
<key>scope</key> | |
<string>constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B56DF4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Keyword</string> | |
<key>scope</key> | |
<string>keyword</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F18DB1</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>constant.numeric</string> | |
<key>scope</key> | |
<string>constant.numeric</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B56DF4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Storage</string> | |
<key>scope</key> | |
<string>storage</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F24A87</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>storage.type</string> | |
<key>scope</key> | |
<string>storage.type</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#70D6F0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Support</string> | |
<key>scope</key> | |
<string>support</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#A072A3</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function arg</string> | |
<key>scope</key> | |
<string>meta.function.argument, variable.parameter, meta.parens.c</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F2A44B</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>invalid.illegal</string> | |
<key>scope</key> | |
<string>invalid.illegal</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#5D345DBF</string> | |
<key>foreground</key> | |
<string>#F77FEFFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#76EFB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.tag entity</string> | |
<key>scope</key> | |
<string>entity.name.tag</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#F24A87</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Attribute</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#76EFB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.arrow.function.js</string> | |
<key>scope</key> | |
<string>entity.arrow.function.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#AB3DE2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.class.error.js</string> | |
<key>scope</key> | |
<string>support.class.error.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#E93A3A</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.class.node.js</string> | |
<key>scope</key> | |
<string>support.class.node.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#76EFB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.keyword.node.js</string> | |
<key>scope</key> | |
<string>support.keyword.node.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>bold</string> | |
<key>foreground</key> | |
<string>#F24A87</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>scope</key> | |
<string>entity.name.module.js, variable.import.parameter.js, variable.other.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#76EFB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.accessor.js</string> | |
<key>scope</key> | |
<string>entity.name.accessor.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B2DC5F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.method.js</string> | |
<key>scope</key> | |
<string>entity.name.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B2DC5F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>meta.method.js</string> | |
<key>scope</key> | |
<string>meta.method.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>support.function</string> | |
<key>scope</key> | |
<string>support.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#70D6F0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Function name</string> | |
<key>scope</key> | |
<string>entity.name.function</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B2DC5F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.class.js</string> | |
<key>scope</key> | |
<string>entity.name.class.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#76EFB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.name.extends.js</string> | |
<key>scope</key> | |
<string>entity.name.extends.js</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#B2DC5F</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>entity.other.attribute-name.id</string> | |
<key>scope</key> | |
<string>entity.other.attribute-name.id</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#76EFB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>class name</string> | |
<key>scope</key> | |
<string>meta.prototype support.class</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#76EFB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library constant</string> | |
<key>scope</key> | |
<string>support.constant</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#70D6F0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Library class/type</string> | |
<key>scope</key> | |
<string>support.type, support.class, variable.language</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic</string> | |
<key>foreground</key> | |
<string>#70D6F0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>js undefined</string> | |
<key>scope</key> | |
<string>constant.language.undefined.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B56DF4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>false</string> | |
<key>scope</key> | |
<string>constant.language.boolean.false</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B56DF4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>true</string> | |
<key>scope</key> | |
<string>constant.language.boolean.true</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B56DF4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>js null</string> | |
<key>scope</key> | |
<string>constant.language.null.js</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#B56DF4</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Inherited class</string> | |
<key>scope</key> | |
<string>entity.other.inherited-class</string> | |
<key>settings</key> | |
<dict> | |
<key>fontStyle</key> | |
<string>italic underline</string> | |
<key>foreground</key> | |
<string>#76EFB0</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.header</string> | |
<key>scope</key> | |
<string>meta.diff, meta.diff.header, entity.name.namespace</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#75715E</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.deleted</string> | |
<key>scope</key> | |
<string>markup.deleted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#55120CFF</string> | |
<key>foreground</key> | |
<string>#F24A87</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.changed</string> | |
<key>scope</key> | |
<string>markup.changed</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#4A410DFF</string> | |
<key>foreground</key> | |
<string>#F4DC94</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>diff.inserted</string> | |
<key>scope</key> | |
<string>markup.inserted</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#253B22FF</string> | |
<key>foreground</key> | |
<string>#F8F8F8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Log Entry</string> | |
<key>scope</key> | |
<string>meta.line.entry.logfile, meta.line.exit.logfile</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#EEEEEE29</string> | |
<key>foreground</key> | |
<string>#F8F8F8FF</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>Log Entry Error</string> | |
<key>scope</key> | |
<string>meta.line.error.logfile</string> | |
<key>settings</key> | |
<dict> | |
<key>background</key> | |
<string>#751012</string> | |
<key>foreground</key> | |
<string>#F8F8F8</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>JSON String</string> | |
<key>scope</key> | |
<string>meta.structure.dictionary.json string.quoted.double</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#CFCFC2</string> | |
</dict> | |
</dict> | |
<dict> | |
<key>name</key> | |
<string>SublimeLinter Error</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.error</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#DA2000</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>SublimeLinter Gutter Mark</string> | |
<key>scope</key> | |
<string>sublimelinter.gutter-mark</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#FFFFFF</string> | |
</dict> | |
</dict><dict> | |
<key>name</key> | |
<string>SublimeLinter Warning</string> | |
<key>scope</key> | |
<string>sublimelinter.mark.warning</string> | |
<key>settings</key> | |
<dict> | |
<key>foreground</key> | |
<string>#EDBA00</string> | |
</dict> | |
</dict></array> | |
<key>uuid</key> | |
<string>c29d9188-ad09-45ff-a41c-5fa3816b15ba</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment