Created
August 13, 2016 09:01
-
-
Save rtelicak/92351cb25fa4eb06a780d1358e63d9e8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": [15, 32, 38], // -00 | |
| "layer0.inner_margin": 0, | |
| "layer0.opacity": 1, | |
| "content_margin": 0, | |
| "tab_overlap": 0, | |
| "tab_width": 128, | |
| "tab_min_width": 48, | |
| "tab_height": 28, | |
| "mouse_wheel_switch": false | |
| }, | |
| { | |
| "class": "tabset_control", | |
| "settings": ["mouse_wheel_switches_tabs"], | |
| "mouse_wheel_switch": true | |
| }, | |
| // Tab element | |
| { | |
| "class": "tab_control", | |
| "content_margin": [8,0], | |
| "max_margin_trim": 0, | |
| "hit_test_level": 0, | |
| "layer0.texture": "", | |
| "layer0.tint": [15, 32, 38], // -00 | |
| "layer0.inner_margin": [5,5], | |
| "layer0.opacity": 1 | |
| }, | |
| // Tab close state | |
| { | |
| "class": "tab_control", | |
| "settings": ["show_tab_close_buttons"], | |
| "content_margin": [8,0] | |
| }, | |
| // Tab hover state | |
| { | |
| "class": "tab_control", | |
| "attributes": ["hover"] | |
| }, | |
| // Tab active state | |
| { | |
| "class": "tab_control", | |
| "attributes": ["selected"], | |
| "layer0.texture": "", | |
| "layer0.tint": [26, 43, 52] // 00 | |
| }, | |
| // 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": "Oceanic Next Color Scheme/images/close.png", | |
| "layer0.opacity": 0, | |
| "layer0.tint": [101, 115, 126] // 03 | |
| }, | |
| { | |
| "class": "tab_close_button", | |
| "settings": ["show_tab_close_buttons"], | |
| "content_margin": [8,8] | |
| }, | |
| { | |
| "class": "tab_close_button", | |
| "parents": [{"class": "tab_control","attributes": ["hover"]}], | |
| "layer0.texture": "Oceanic Next Color Scheme/images/close.png", | |
| "layer0.opacity": 1 | |
| }, | |
| { | |
| "class": "tab_close_button", | |
| "parents": [{"class": "tab_control"}], | |
| "attributes": ["hover"], | |
| "layer0.opacity": 1, | |
| "layer0.tint": [238, 93, 100] // 08 | |
| }, | |
| { | |
| "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": "Oceanic Next Color Scheme/images/circle.png", | |
| "layer0.tint": [251, 201, 88], // 0A | |
| "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": "Oceanic Next Color Scheme/images/close.png", | |
| "attributes": ["hover"], | |
| "layer0.opacity": 1, | |
| "layer0.tint": [238, 93, 100] // 08 | |
| }, | |
| { | |
| "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.75 | |
| }, | |
| // | |
| // TAB LABELS | |
| // | |
| { | |
| "class": "tab_label", | |
| "fade": true, | |
| "fg": [101, 115, 127] // 03 | |
| }, | |
| { | |
| "class": "tab_label", | |
| "parents": [{"class": "tab_control","attributes": ["hover"]}], | |
| "fg": [192, 197, 206] // 05 | |
| }, | |
| { | |
| "class": "tab_label", | |
| "parents": [{"class": "tab_control","attributes": ["selected"]}], | |
| "fg": [223, 225, 232] // 06 | |
| }, | |
| { | |
| "class": "tab_label", | |
| "attributes": ["transient"], | |
| "font.italic": true | |
| }, | |
| // Tab Labels font size | |
| { | |
| "class": "tab_label", | |
| "settings": ["oceanicnext_tabs_font_small"], | |
| "font.size": 10.0 | |
| }, | |
| { | |
| "class": "tab_label", | |
| "settings": ["oceanicnext_tabs_font_normal"], | |
| "font.size": 11.0 | |
| }, | |
| { | |
| "class": "tab_label", | |
| "settings": ["oceanicnext_tabs_font_large"], | |
| "font.size": 12.0 | |
| }, | |
| { | |
| "class": "tab_label", | |
| "settings": ["oceanicnext_tabs_font_xlarge"], | |
| "font.size": 14.0 | |
| }, | |
| // | |
| // FOLD BUTTONS | |
| // | |
| { | |
| "class": "fold_button_control", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/folder-closed.png", | |
| "layer0.tint": [167, 173, 186], // 04 | |
| "layer0.opacity": 0.5, | |
| "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": "Oceanic Next Color Scheme/images/folder-open.png" | |
| }, | |
| { | |
| "class": "fold_button_control", | |
| "attributes": ["expanded","hover"] | |
| }, | |
| // | |
| // STANDARD SCROLLBARS | |
| // | |
| // Standard vertical scroll bar | |
| { | |
| "class": "scroll_bar_control", | |
| "layer0.texture": "", | |
| "layer0.tint": [15, 32, 38], // -01 | |
| "layer0.opacity": 1, | |
| "layer0.inner_margin": [0,0], | |
| "blur": true | |
| }, | |
| // Standard horizontal scroll bar | |
| { | |
| "class": "scroll_bar_control", | |
| "attributes": ["horizontal"], | |
| "layer0.texture": "", | |
| "layer0.tint": [15, 32, 38], // -01 | |
| "layer0.inner_margin": [0,0], | |
| "blur": true | |
| }, | |
| // Standard scroll bar corner | |
| { | |
| "class": "scroll_corner_control", | |
| "layer0.texture": "", | |
| "layer0.tint": [15, 32, 38], // -01 | |
| "layer0.inner_margin": [0,0], | |
| "layer0.opacity": 1 | |
| }, | |
| // Standard vertical scroll puck | |
| { | |
| "class": "puck_control", | |
| "layer0.texture": "", | |
| "layer0.tint": [49, 66, 77], // 01 | |
| "layer0.opacity": 1, | |
| "layer0.inner_margin": [0,0], | |
| "content_margin": [2,0], | |
| "blur": false | |
| }, | |
| // Standard horizontal scroll puck | |
| { | |
| "class": "puck_control", | |
| "attributes": ["horizontal"], | |
| // "layer0.texture": "", | |
| "layer0.tint": [49, 66, 77], // 01 | |
| "layer0.inner_margin": [0,0], | |
| "content_margin": [0,2], | |
| "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 | |
| { | |
| "class": "scroll_bar_control", | |
| "settings": ["overlay_scroll_bars"], | |
| // "layer0.texture": "", | |
| "layer0.tint": [26, 43, 52], // 00 | |
| "layer0.inner_margin": [0,5], | |
| "layer0.opacity": 0, | |
| "blur": false | |
| }, | |
| // Overlay horizontal scroll bar | |
| { | |
| "class": "scroll_bar_control", | |
| "settings": ["overlay_scroll_bars"], | |
| "attributes": ["horizontal"], | |
| "layer0.inner_margin": [5,0], | |
| "layer0.opacity": 0, | |
| "blur": true | |
| }, | |
| // Overlay vertical puck | |
| { | |
| "class": "puck_control", | |
| "settings": ["overlay_scroll_bars"], | |
| "layer0.texture": "", | |
| "layer0.inner_margin": [0,5], | |
| "content_margin": [2,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": [79, 91, 102] // 02 | |
| }, | |
| // Overlay light horizontal puck (for dark content) | |
| { | |
| "class": "puck_control", | |
| "settings": ["overlay_scroll_bars"], | |
| "attributes": ["horizontal","dark"], | |
| // "layer0.texture": "", | |
| "layer0.tint": [79, 91, 102] // 02 | |
| }, | |
| // | |
| // EMPTY WINDOW BACKGROUND | |
| // | |
| { | |
| "class": "sheet_container_control", | |
| "layer0.tint": [26, 43, 52], | |
| "layer0.opacity": 1 | |
| }, | |
| // | |
| // GRID LAYOUT | |
| // | |
| { | |
| "class": "grid_layout_control", | |
| "border_size": 1, | |
| "border_color": [15, 32, 38] // -00 | |
| }, | |
| // | |
| // MINI MAP | |
| // | |
| { | |
| "class": "minimap_control", | |
| "viewport_color": [255,255,255,15] | |
| }, | |
| // | |
| // LABELS | |
| // | |
| // General labels | |
| { | |
| "class": "label_control", | |
| "color": [101, 115, 126] // 03 | |
| }, | |
| // Text field labels | |
| { | |
| "class": "label_control", | |
| "parents": [{"class": "panel_control"}] | |
| }, | |
| // Button labels | |
| { | |
| "class": "label_control", | |
| "parents": [{"class": "button_control"}], | |
| "font.bold": true, | |
| "color": [150, 181, 180] // 0C | |
| }, | |
| // | |
| // TOOLTIP | |
| // | |
| // Tooltip container | |
| { | |
| "class": "tool_tip_control", | |
| // "layer0.texture": "", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.inner_margin": [1,1], | |
| "layer0.opacity": 1, | |
| "content_margin": [4,4] | |
| }, | |
| // Tooltip content | |
| { | |
| "class": "tool_tip_label_control", | |
| "color": [239,241,245] // 07 | |
| }, | |
| // | |
| // STATUS BAR | |
| // | |
| // Status bar container | |
| { | |
| "class": "status_bar", | |
| "layer0.texture": "", | |
| "layer0.tint": [15, 32, 38], // -00 | |
| "layer0.opacity": 1, | |
| "content_margin": 4 | |
| }, | |
| // Status bar button | |
| { | |
| "class": "status_button", | |
| "min_size": [92, 0] | |
| }, | |
| // Status bar label | |
| { | |
| "class": "label_control", | |
| "parents": [{"class": "status_bar"}], | |
| "color": [79, 91, 102] // 02 | |
| }, | |
| // | |
| // SIDEBAR | |
| // | |
| // Sidebar container | |
| { | |
| "class": "sidebar_container", | |
| // "layer0.texture": "", | |
| "layer0.opacity": 1, | |
| "layer0.tint": [27, 43, 52], // -01 | |
| "layer0.inner_margin": [1,5,2,1], | |
| "content_margin": [0,0,0,0] | |
| }, | |
| // Sidebar tree | |
| { | |
| "class": "sidebar_tree", | |
| "row_padding": [8,6], | |
| "indent": 12, | |
| "indent_offset": 14, | |
| "indent_top_level": false, | |
| "dark_content": true | |
| }, | |
| // Sidebar rows | |
| { | |
| "class": "tree_row", | |
| // "layer0.texture": "", | |
| "layer0.tint": [49, 66, 77], // 01 | |
| "layer0.opacity": 0, | |
| "layer0.inner_margin": [1,1] | |
| }, | |
| // Sidebar row selected | |
| { | |
| "class": "tree_row", | |
| "attributes": ["selected"], | |
| "layer0.opacity": 1 | |
| }, | |
| // Sidebar heading | |
| { | |
| "class": "sidebar_heading", | |
| "color": [79, 91, 102], // 02 | |
| "font.bold": true | |
| }, | |
| { | |
| "class": "sidebar_tree", | |
| "settings": ["oceanicnext_sidebar_tree_xsmall"], | |
| "row_padding": [8, 0] | |
| }, | |
| { | |
| "class": "sidebar_tree", | |
| "settings": ["oceanicnext_sidebar_tree_small"], | |
| "row_padding": [8, 2] | |
| }, | |
| { | |
| "class": "sidebar_tree", | |
| "settings": ["oceanicnext_sidebar_tree_normal"], | |
| "row_padding": [8, 4] | |
| }, | |
| { | |
| "class": "sidebar_tree", | |
| "settings": ["oceanicnext_sidebar_tree_large"], | |
| "row_padding": [8, 6] | |
| }, | |
| { | |
| "class": "sidebar_tree", | |
| "settings": ["oceanicnext_sidebar_tree_xlarge"], | |
| "row_padding": [8, 8] | |
| }, | |
| // Sidebar heading selected | |
| { | |
| "class": "sidebar_heading", | |
| "parents": [{"class": "tree_row","attributes": ["selected"]}], | |
| "shadow_offset": [0,0] | |
| }, | |
| // Sidebar entry | |
| { | |
| "class": "sidebar_label", | |
| "color": [101, 115, 127] // 03 | |
| }, | |
| { | |
| "class": "sidebar_label", | |
| "settings": ["oceanicnext_sidebar_font_small"], | |
| "font.size": 10.0 | |
| }, | |
| { | |
| "class": "sidebar_label", | |
| "settings": ["oceanicnext_sidebar_font_normal"], | |
| "font.size": 11.0 | |
| }, | |
| { | |
| "class": "sidebar_label", | |
| "settings": ["oceanicnext_sidebar_font_large"], | |
| "font.size": 12.0 | |
| }, | |
| { | |
| "class": "sidebar_label", | |
| "settings": ["oceanicnext_sidebar_font_xlarge"], | |
| "font.size": 14.0 | |
| }, | |
| // Sidebar folder entry | |
| { | |
| "class": "sidebar_label", | |
| "parents": [{"class": "tree_row","attributes": ["expandable"]}], | |
| "color": [101, 115, 127] // 03 | |
| }, | |
| { | |
| "class": "sidebar_label", | |
| "parents": [{"class": "tree_row","attributes": ["hover"]}], | |
| "color": [192,197,206] // 05 | |
| }, | |
| { | |
| "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": [223, 225, 232] // 06 | |
| }, | |
| // | |
| // SIDEBAR - OPEN FILE ICONS | |
| // | |
| // Sidebar file close | |
| { | |
| "class": "close_button", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/close.png", | |
| "layer0.opacity": 0, | |
| "layer0.inner_margin": 0, | |
| "layer0.tint": [101, 115, 126], // 03 | |
| "content_margin": [8,8] | |
| }, | |
| { | |
| "class": "close_button", | |
| "parents": [{"class": "tree_row","attributes": ["selected"]}], | |
| "layer0.opacity": 1 | |
| }, | |
| { | |
| "class": "close_button", | |
| "parents": [{"class": "tree_row","attributes": ["hover"]}], | |
| "layer0.opacity": 1 | |
| }, | |
| // Sidebar file dirty | |
| { | |
| "class": "close_button", | |
| "attributes": ["dirty"], | |
| "layer0.texture": "Oceanic Next Color Scheme/images/circle.png", | |
| "layer0.opacity": 1, | |
| "layer0.tint": [251, 201, 88] // 0A | |
| }, | |
| { | |
| "class": "close_button", | |
| "attributes": ["dirty"], | |
| "parents": [{"class": "tree_row","attributes": ["selected"]}], | |
| "layer0.texture": "Oceanic Next Color Scheme/images/circle.png" | |
| }, | |
| // Sidebar file close hover | |
| { | |
| "class": "close_button", | |
| "attributes": ["hover"], | |
| "layer0.tint": [238, 93, 100] // 08 | |
| }, | |
| { | |
| "class": "close_button", | |
| "attributes": ["dirty", "hover"], | |
| "parents": [{"class": "tree_row","attributes": ["hover"]}], | |
| "layer0.texture": "Oceanic Next Color Scheme/images/close.png", | |
| "layer0.tint": [238, 93, 100] // 08 | |
| }, | |
| // | |
| // SIDEBAR - GENERAL FILE ICONS | |
| // | |
| // Sidebar group closed | |
| { | |
| "class": "disclosure_button_control", | |
| "content_margin": [8,8], | |
| "layer0.texture": "Oceanic Next Color Scheme/images/folder-closed.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "layer0.inner_margin": 0 | |
| }, | |
| { | |
| "class": "disclosure_button_control", | |
| "parents": [{"class": "tree_row","attributes": ["hover"]}], | |
| "layer0.tint":[167, 173, 186] // 04 | |
| }, | |
| { | |
| "class": "disclosure_button_control", | |
| "parents": [{"class": "tree_row","attributes": ["selected"]}] | |
| }, | |
| // Sidebar group open | |
| { | |
| "class": "disclosure_button_control", | |
| "attributes": ["expanded"], | |
| "layer0.texture": "Oceanic Next Color Scheme/images/folder-open.png" | |
| }, | |
| { | |
| "class": "disclosure_button_control", | |
| "attributes": ["expanded"], | |
| "parents": [{"class": "tree_row","attributes": ["hover"]}] | |
| }, | |
| { | |
| "class": "disclosure_button_control", | |
| "attributes": ["expanded"], | |
| "parents": [{"class": "tree_row","attributes": ["selected"]}], | |
| "layer0.texture": "Oceanic Next Color Scheme/images/folder-open.png" | |
| }, | |
| // | |
| // STANDARD TEXT BUTTONS | |
| // | |
| // Default button state | |
| { | |
| "class": "button_control", | |
| "content_margin": [4,8,4,8], | |
| "min_size": [64,0], | |
| // "layer0.texture": "", | |
| "layer0.opacity": 1, | |
| "layer0.tint": [15, 32, 38], // -00 | |
| "layer0.inner_margin": [8,8] | |
| }, | |
| // Hover button state | |
| { | |
| "class": "button_control", | |
| "attributes": ["hover"], | |
| // "layer0.texture": "", | |
| "layer0.tint": [15, 32, 38] // -01 | |
| }, | |
| // Pressed button state | |
| { | |
| "class": "button_control", | |
| "attributes": ["pressed"], | |
| // "layer0.texture": "", | |
| "layer0.tint": [15, 32, 38] // -00 | |
| }, | |
| // | |
| // TEXT INPUT FIELD | |
| // | |
| // Text input field item | |
| { | |
| "class": "text_line_control", | |
| // "layer0.texture": "", | |
| "layer0.tint": [15, 32, 38], // -01 | |
| "layer0.opacity": 1, | |
| "content_margin": 3 | |
| }, | |
| // | |
| // PANEL BACKGROUNDS | |
| // | |
| // Bottom panel background | |
| { | |
| "class": "panel_control", | |
| // "layer0.texture": "", | |
| "layer0.inner_margin": [0,0], | |
| "layer0.opacity": 1, | |
| "layer0.tint": [15, 32, 38], // -00 | |
| "content_margin": 0 | |
| }, | |
| // Quick panel background | |
| { | |
| "class": "overlay_control", | |
| "layer0.opacity": 1, | |
| // "layer1.texture": "", | |
| "layer1.tint": [26, 43, 52], // 01 | |
| "layer1.inner_margin": [0,0,0,0], | |
| "layer1.opacity": 1, | |
| "content_margin": 0 | |
| }, | |
| // | |
| // QUICK PANEL | |
| // | |
| { | |
| "class": "quick_panel", | |
| "row_padding": 8, | |
| "layer0.tint": [26, 43, 52], | |
| "layer0.opacity": 1, | |
| "dark_content": true | |
| }, | |
| { | |
| "class": "quick_panel_row", | |
| // "layer0.texture": "", | |
| "layer0.tint": [26, 43, 52], // 01 | |
| "layer0.inner_margin": 8, | |
| "layer0.opacity": 1 | |
| }, | |
| { | |
| "class": "quick_panel_row", | |
| "attributes": ["selected"], | |
| // "layer0.texture": "", | |
| "layer0.tint": [44, 61, 72] // -01 | |
| }, | |
| { | |
| "class": "quick_panel_label", | |
| "fg": [167, 173, 186, 255], // 04 | |
| "match_fg": [192, 197, 206, 255], // 05 | |
| "selected_fg": [192, 197, 206, 255], // 05 | |
| "selected_match_fg": [239, 241, 245, 255] // 07 | |
| }, | |
| { | |
| "class": "quick_panel_path_label", | |
| "fg": [101, 115, 126, 255], // 03 | |
| "match_fg": [167, 173, 186, 255], // 04 | |
| "selected_fg": [101, 115, 126, 255], // 03 | |
| "selected_match_fg": [167, 173, 186, 255] // 04 | |
| }, | |
| { | |
| "class": "quick_panel_score_label", | |
| "fg": [101, 115, 126, 255], // 03 | |
| "selected_fg": [101, 115, 126, 255] // 03 | |
| }, | |
| // | |
| // MINI QUICK PANEL | |
| // | |
| { | |
| "class": "mini_quick_panel_row", | |
| // "layer0.texture": "", | |
| "layer0.tint": [26, 43, 52], // 01 | |
| "layer0.opacity": 1 | |
| }, | |
| { | |
| "class": "mini_quick_panel_row", | |
| "attributes": ["selected"], | |
| // "layer0.texture": "", | |
| "layer0.tint": [44, 61, 72] // -01 | |
| }, | |
| // | |
| // CODE COMPLETION DROPDOWN | |
| // | |
| { | |
| "class": "popup_control", | |
| "content_margin": [0,0], | |
| "layer0.tint": [26, 43, 52], // 01 | |
| "layer0.opacity": 1 | |
| }, | |
| { | |
| "class": "auto_complete", | |
| "row_padding": [4,4] | |
| }, | |
| { | |
| "class": "auto_complete_label", | |
| "fg": [101, 115, 126, 255], // 03 | |
| "match_fg": [192, 197, 206, 255], // 05 | |
| "selected_fg": [167, 173, 186, 255], // 03 | |
| "selected_match_fg": [192, 197, 206, 255] // 05 | |
| }, | |
| { | |
| "class": "table_row", | |
| // "layer0.texture": "", | |
| "layer0.tint": [79, 91, 103], // 02 | |
| "layer0.opacity": 0, | |
| "layer0.inner_margin": [3,1] | |
| }, | |
| { | |
| "class": "table_row", | |
| "attributes": ["selected"], | |
| "layer0.opacity": 1 | |
| }, | |
| // | |
| // BOTTOM PANEL BUTTONS | |
| // | |
| // Button group middle | |
| { | |
| "class": "icon_button_control", | |
| // "layer1.texture": "", | |
| "layer1.opacity": 0, | |
| "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": "Oceanic Next Color Scheme/images/regex.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_regex", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // Case sensitive search button | |
| { | |
| "class": "icon_case", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/casesens.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_case", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // Match whole word search button | |
| { | |
| "class": "icon_whole_word", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/wholeword.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_whole_word", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // | |
| // BOTTOM PANEL ICONS - GROUP 1 (EXTENDED: FIND IN FILES) | |
| // | |
| // Show search context button | |
| { | |
| "class": "icon_context", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/context.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_context", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // Use search buffer | |
| { | |
| "class": "icon_use_buffer", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/buffer.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_use_buffer", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // | |
| // BOTTOM PANEL ICONS - GROUP 2 | |
| // | |
| // Reverse search direction button (ST2 only) | |
| { | |
| "class": "icon_reverse", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/reverse.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_reverse", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // Search wrap button | |
| { | |
| "class": "icon_wrap", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/wrap.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_wrap", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // Search in selection button | |
| { | |
| "class": "icon_in_selection", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/selection.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_in_selection", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // | |
| // BOTTOM PANEL ICONS - GROUP 3 | |
| // | |
| // Preserve case button | |
| { | |
| "class": "icon_preserve_case", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/lock.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_preserve_case", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // | |
| // BOTTOM PANEL ICONS - GROUP 4 | |
| // | |
| // Highlight results button | |
| { | |
| "class": "icon_highlight", | |
| "layer0.texture": "Oceanic Next Color Scheme/images/highlight.png", | |
| "layer0.tint": [79, 91, 102], // 02 | |
| "layer0.opacity": 1, | |
| "content_margin": 8 | |
| }, | |
| { | |
| "class": "icon_highlight", | |
| "parents": [{"class": "icon_button_control","attributes": ["selected"]}], | |
| "layer0.tint": [239, 241, 245] // 07 | |
| }, | |
| // | |
| // SIDEBAR FOLDER COLORING | |
| // | |
| { | |
| "class": "disclosure_button_control", | |
| "settings": ["oceanicnext_color_expanded_folder"], | |
| "attributes": ["expanded"], | |
| "layer0.tint": [254, 204, 102] // 0A | |
| }, | |
| // | |
| // TABS SIZING | |
| // | |
| // Tab set | |
| { | |
| "class": "tabset_control", | |
| "settings": ["oceanicnext_tabs_auto_width"], | |
| "tab_width": 0 | |
| }, | |
| { | |
| "class": "tabset_control", | |
| "settings": ["oceanicnext_tabs_small"], | |
| "tab_height": 22 | |
| }, | |
| { | |
| "class": "tabset_control", | |
| "settings": ["oceanicnext_tabs_normal"], | |
| "tab_height": 28 | |
| }, | |
| { | |
| "class": "tabset_control", | |
| "settings": ["oceanicnext_tabs_large"], | |
| "tab_height": 34 | |
| }, | |
| { | |
| "class": "tabset_control", | |
| "settings": ["oceanicnext_tabs_xlarge"], | |
| "tab_height": 40 | |
| }, | |
| // | |
| // FIX ICON BUG BY REMOVING THEM | |
| // | |
| { | |
| "class": "icon_file_type", | |
| "content_margin": [0,0], | |
| "layer0.opacity": 0.0 | |
| }, | |
| { | |
| "class": "icon_folder", | |
| "layer0.texture": "", | |
| "layer0.opacity": 0.0, | |
| "content_margin": [0,0] | |
| }, | |
| { | |
| "class": "icon_folder_loading", | |
| "content_margin": [0,0], | |
| "layer0.opacity": 0.0 | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment