diff --git a/Default.sublime-commands b/Default.sublime-commands index 670f3455..79ea4a8e 100755 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -1,10 +1,10 @@ [ { - "caption": "Meetio: Activate theme", + "caption": "Meetio: Theme Activate", "command": "mo_activate" }, { - "caption": "Meetio: Settings", + "caption": "Meetio: Edit Settings", "command": "edit_settings", "args": { "base_file": "${packages}/Meetio/Preferences.sublime-settings", diff --git a/Main.sublime-menu b/Main.sublime-menu index d169ab46..d7309419 100755 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -13,12 +13,12 @@ "children": [ { - "caption": "Activate", + "caption": "Theme Activate", "command": "mo_activate" }, { "caption": "-" }, { - "caption": "Settings", + "caption": "Edit Settings", "command": "edit_settings", "args": { "base_file": "${packages}/Meetio/Preferences.sublime-settings", diff --git a/Meetio-Darker.sublime-theme b/Meetio-Darker.sublime-theme index 3e358286..ad50b867 100644 --- a/Meetio-Darker.sublime-theme +++ b/Meetio-Darker.sublime-theme @@ -1,4 +1,47 @@ [ + { + "class": "popup_control", + "layer0.tint": [ + "background", + 1 + ], + "layer0.opacity": 1, + "content_margin": [ + 0, + 0 + ] + }, + { + "class": "auto_complete", + "row_padding": [ + 12, + 6 + ], + "layer0.tint": [ + "background", + 1 + ], + "layer0.opacity": 1 + }, + { + "class": "auto_complete_label", + "fg": [ + "foreground", + 0.5 + ], + "match_fg": [ + "accent", + 1 + ], + "selected_fg": [ + "foreground", + 1 + ], + "selected_match_fg": [ + "accent", + 1 + ] + }, { "class": "fold_button_control", "layer0.texture": "Meetio/assets/default/arrow_right.png", @@ -192,495 +235,546 @@ ] }, { - "class": "button_control", + "class": "text_line_control", + "layer0.texture": "", + "layer0.opacity": 1, + "layer0.inner_margin": [ + 20, + 5, + 20, + 5 + ], + "tint_index": 1, "layer0.tint": [ "background", - 0.5 + 1 ], - "layer0.opacity": { - "target": 0.6, - "speed": 4, - "interpolation": "smoothstep" - }, - "layer0.inner_margin": [ - 6, - 6 + "content_margin": [ + 10, + 8, + 12, + 8 + ] + }, + { + "class": "text_line_control", + "platforms": [ + "osx", + "linux" + ], + "parents": [ + { + "class": "overlay_control" + } ], "content_margin": [ - 6, + 52, + 10, 10, - 6, 10 ], - "min_size": [ - 80, - 28 + "settings": [ + "meetio_input_search_icon" ] }, { - "class": "button_control", - "attributes": [ - "hover" + "class": "text_line_control", + "parents": [ + { + "class": "overlay_control" + } ], - "layer0.tint": [ - "background", + "layer2.inner_margin": [ + 52, + 48, + 0, + 0 + ], + "layer2.draw_center": false, + "layer2.texture": "Meetio/assets/default/icon_search.png", + "layer2.tint": [ + "accent", 1 ], - "layer0.opacity": { - "target": 0.9, - "speed": 4, - "interpolation": "smoothstep" - } + "layer2.opacity": 1, + "settings": [ + "meetio_input_search_icon" + ] }, { - "class": "button_control", - "attributes": [ - "pressed" + "class": "text_line_control", + "platforms": [ + "osx", + "linux" ], - "layer0.opacity": { - "target": 1, - "speed": 4, - "interpolation": "smoothstep" - } - }, - { - "class": "button_control", "parents": [ { - "class": "dialog" + "class": "switch_project_window" } ], - "layer0.tint": "[171, 177, 186]" - }, - { - "class": "icon_button_group", - "spacing": 8 - }, - { - "class": "icon_button_control", - "layer0.texture": "", - "layer0.tint": [ - "background", - 1 + "content_margin": [ + 52, + 10, + 10, + 10 ], - "layer0.opacity": 0, - "layer0.inner_margin": 0, - "content_margin": 8 + "settings": [ + "meetio_input_search_icon" + ] }, { - "class": "icon_button_control", - "attributes": [ - "selected" + "class": "text_line_control", + "parents": [ + { + "class": "switch_project_window" + } ], - "layer0.tint": [ - "background", + "layer2.inner_margin": [ + 52, + 48, + 0, 0 ], - "layer0.opacity": 1 - }, - { - "class": "icon_regex", - "layer0.texture": "Meetio/assets/default/icon_regex.png", - "layer0.tint": [ + "layer2.draw_center": false, + "layer2.texture": "Meetio/assets/default/icon_search.png", + "layer2.tint": [ "accent", 1 ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, + "layer2.opacity": 1, + "settings": [ + "meetio_input_search_icon" + ] + }, + { + "class": "dropdown_button_control", "content_margin": [ 12, 12 + ], + "layer0.texture": "Meetio/assets/default/overflow_menu.png", + "layer0.tint": [ + "accent", + 1 + ], + "layer0.opacity": 1, + "layer0.inner_margin": [ + 0, + 0 ] }, { - "class": "icon_regex", + "class": "dropdown_button_control", "attributes": [ "hover" ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.opacity": 0.8 }, { - "class": "icon_regex", + "class": "label_control", + "fg": [ + "foreground", + 1 + ], + "font.bold": false + }, + { + "class": "label_control", "parents": [ { - "class": "icon_button_control", - "attributes": [ - "selected" - ] + "class": "button_control" } ], - "layer0.opacity": 1 + "color": [ + "foreground", + 1 + ], + "font.bold": true }, { - "class": "icon_case", - "layer0.texture": "Meetio/assets/default/icon_case_sensitive.png", - "layer0.tint": [ - "accent", + "class": "label_control", + "parents": [ + { + "class": "panel_control" + } + ], + "color": [ + "foreground", 1 ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 - ] + "font.bold": true }, { - "class": "icon_case", - "attributes": [ - "hover" + "class": "title_label_control", + "fg": [ + "foreground", + 1 ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "font.size": 24 }, { - "class": "icon_case", + "class": "label_control", "parents": [ { - "class": "icon_button_control", - "attributes": [ - "selected" - ] + "class": "button_control" } - ], - "layer0.opacity": 1 + ] }, { - "class": "icon_whole_word", - "layer0.texture": "Meetio/assets/default/icon_whole_word.png", + "class": "close_button", + "layer0.texture": "Meetio/assets/default/icon_close.png", "layer0.tint": [ "accent", 1 ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, + "layer0.opacity": 1, + "layer0.inner_margin": [ + 0, + 0 + ], "content_margin": [ - 12, - 12 + 8, + 7 ] }, { - "class": "icon_whole_word", - "attributes": [ - "hover" - ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } - }, - { - "class": "icon_whole_word", + "class": "close_button", "parents": [ { - "class": "icon_button_control", + "class": "tree_row", "attributes": [ - "selected" + "hover" ] } ], "layer0.opacity": 1 }, { - "class": "icon_wrap", - "layer0.texture": "Meetio/assets/default/icon_wrap.png", + "class": "close_button", + "attributes": [ + "dirty" + ], + "layer0.texture": "Meetio/assets/default/dirty_icon.png", "layer0.tint": [ "accent", 1 - ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 ] }, { - "class": "icon_wrap", + "class": "close_button", "attributes": [ - "hover" - ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } - }, - { - "class": "icon_wrap", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } + "hover", + "dirty" ], - "layer0.opacity": 1 - }, - { - "class": "icon_in_selection", - "layer0.texture": "Meetio/assets/default/icon_in_selection.png", + "layer0.texture": "Meetio/assets/default/dirty_icon.png", "layer0.tint": [ "accent", 1 - ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 ] }, { - "class": "in_selection", - "attributes": [ - "hover" + "class": "mini_quick_panel_row", + "layer0.tint": [ + "background", + 1 ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } - }, - { - "class": "icon_in_selection", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } + "layer0.inner_margin": [ + 2, + 2, + 2, + 2 ], "layer0.opacity": 1 }, { - "class": "icon_highlight", - "layer0.texture": "Meetio/assets/default/icon_highlight_matches.png", + "class": "mini_quick_panel_row", + "attributes": [ + "selected" + ], "layer0.tint": [ - "accent", + "foreground", 1 - ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 ] }, { - "class": "icon_highlight", - "attributes": [ - "hover" + "class": "quick_panel", + "row_padding": [ + 32, + 12 ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.tint": [ + "background", + 1 + ], + "layer0.opacity": 1 }, { - "class": "icon_highlight", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } - ], + "class": "quick_panel_row", "layer0.opacity": 1 }, { - "class": "icon_preserve_case", - "layer0.texture": "Meetio/assets/default/icon_preserve_case.png", + "class": "quick_panel_row", "layer0.tint": [ - "accent", + "background", 1 ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 - ] + "layer0.opacity": 1 }, { - "class": "icon_preserve_case", - "attributes": [ - "hover" + "class": "quick_panel", + "row_padding": [ + 32, + 12 ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } - }, - { - "class": "icon_preserve_case", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } + "layer0.tint": [ + 38, + 50, + 56, + 0 ], "layer0.opacity": 1 }, { - "class": "icon_context", - "layer0.texture": "Meetio/assets/default/icon_in_context.png", + "class": "quick_panel_row", + "attributes": [ + "selected" + ], "layer0.tint": [ + "foreground", + 1 + ], + "layer1.opacity": 0 + }, + { + "class": "quick_panel_label", + "fg": [ "accent", 1 ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 + "match_fg": [ + "accent", + 1 + ], + "selected_fg": [ + "background", + 1 + ], + "selected_match_fg": [ + "accent", + 1 ] }, { - "class": "icon_context", - "attributes": [ - "hover" + "class": "quick_panel_label", + "fg": [ + "foreground", + 0.8 ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "match_fg": [ + "accent", + 1 + ], + "selected_fg": [ + "background", + 1 + ], + "selected_match_fg": [ + "accent", + 1 + ] }, { - "class": "icon_context", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } + "class": "quick_panel_path_label", + "fg": [ + "foreground", + 0.4 ], - "layer0.opacity": 1 + "match_fg": [ + "accent", + 1 + ], + "selected_fg": [ + "background", + 1 + ], + "selected_match_fg": [ + "accent", + 1 + ] }, { - "class": "icon_use_buffer", - "layer0.texture": "Meetio/assets/default/icon_use_buffer.png", - "layer0.tint": [ - "accent", + "class": "quick_panel_score_label", + "fg": [ + "foreground", + 0.8 + ], + "selected_fg": [ + "background", 1 + ] + }, + { + "class": "panel_control", + "layer0.tint": [ + "background", + 0.94 ], - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, + "layer0.inner_margin": [ + 2, + 2, + 2, + 2 + ], + "layer0.opacity": 1, "content_margin": [ + 6, 12, + 6, 12 ] }, { - "class": "icon_use_buffer", - "attributes": [ - "hover" + "class": "overlay_control", + "layer0.texture": "Meetio/assets/default/overlay_bg.png", + "layer0.inner_margin": [ + 24, + 4, + 24, + 33 ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.opacity": 1, + "layer0.tint": [ + "background", + 1 + ], + "layer1.texture": "Meetio/assets/default/quick_panel_background.png", + "layer1.inner_margin": [ + 16, + 0, + 16, + 25 + ], + "layer1.opacity": 1, + "layer.tint": [ + "background", + 1 + ], + "content_margin": [ + 12, + 4, + 13, + 28 + ] }, { - "class": "icon_use_buffer", + "class": "panel_control", "parents": [ { - "class": "icon_button_control", - "attributes": [ - "selected" - ] + "class": "overlay_control" } ], - "layer0.opacity": 1 - }, - { - "class": "popup_control", + "layer0.opacity": 1, + "layer0.inner_margin": [ + 32, + 0, + 32, + 2 + ], "layer0.tint": [ "background", 1 ], - "layer0.opacity": 1, - "content_margin": [ + "layer1.inner_margin": [ + 32, 0, - 0 + 32, + 2 + ], + "layer1.opacity": 1, + "content_margin": [ + 32, + 8, + 32, + 8 ] }, { - "class": "auto_complete", - "row_padding": [ - 12, - 6 + "class": "panel_control", + "parents": [ + { + "class": "switch_project_window" + } + ], + "layer0.inner_margin": [ + 32, + 0, + 32, + 2 ], "layer0.tint": [ "background", 1 ], - "layer0.opacity": 1 - }, - { - "class": "auto_complete_label", - "fg": [ - "foreground", - 0.5 - ], - "match_fg": [ - "accent", - 1 + "layer1.inner_margin": [ + 32, + 0, + 32, + 2 ], - "selected_fg": [ - "foreground", + "layer1.tint": [ + "background", 1 ], - "selected_match_fg": [ + "content_margin": [ + 32, + 8, + 32, + 8 + ] + }, + { + "class": "panel_control", + "parents": [ + { + "class": "window" + } + ] + }, + { + "class": "panel_grid_control", + "inside_spacing": 4, + "outside_hspacing": 4, + "outside_vspacing": 4 + }, + { + "class": "panel_close_button", + "layer0.texture": "Meetio/assets/default/icon_close.png", + "layer0.tint": [ "accent", 1 + ], + "layer0.opacity": { + "target": 0.4, + "speed": 4, + "interpolation": "smoothstep" + }, + "layer1.opacity": 0, + "content_margin": [ + 0, + 0 ] }, + { + "class": "panel_close_button", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.6, + "speed": 4, + "interpolation": "smoothstep" + } + }, { "class": "dialog", "layer0.tint": [ @@ -710,1025 +804,799 @@ ] }, { - "class": "close_button", - "layer0.texture": "Meetio/assets/default/icon_close.png", + "class": "sidebar_container", "layer0.tint": [ - "accent", - 1 + "background", + 0.92 ], "layer0.opacity": 1, - "layer0.inner_margin": [ + "content_margin": [ + 0, + 6, 0, 0 - ], - "content_margin": [ - 8, - 7 ] }, { - "class": "close_button", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "hover" - ] - } - ], - "layer0.opacity": 1 + "class": "sidebar_tree", + "row_padding": [ + 20, + 6 + ], + "indent": 10, + "indent_offset": 2, + "indent_top_level": false, + "dark_content": false, + "spacer_rows": true }, { - "class": "close_button", - "attributes": [ - "dirty" + "class": "sidebar_tree", + "platforms": [ + "windows" ], - "layer0.texture": "Meetio/assets/default/dirty_icon.png", - "layer0.tint": [ - "accent", - 1 + "row_padding": [ + 20, + 6 ] }, { - "class": "close_button", - "attributes": [ - "hover", - "dirty" + "class": "sidebar_tree", + "settings": [ + "meetio_compact_sidebar" ], - "layer0.texture": "Meetio/assets/default/dirty_icon.png", - "layer0.tint": [ - "accent", - 1 + "indent_offset": 8, + "row_padding": [ + 14, + 3 ] }, { - "class": "label_control", - "fg": [ - "foreground", - 1 + "class": "tree_row", + "attributes": [ + "!hover" ], - "font.bold": false + "layer0.opacity": 0 }, { - "class": "label_control", - "parents": [ - { - "class": "button_control" - } + "class": "tree_row", + "attributes": [ + "selectable", + "hover" ], - "color": [ + "layer0.tint": [ "foreground", - 1 + 0.6 ], - "font.bold": true + "layer0.opacity": 0.1 }, { - "class": "label_control", - "parents": [ - { - "class": "panel_control" - } + "class": "tree_row", + "attributes": [ + "selected" ], - "color": [ + "layer0.tint": [ "foreground", - 1 + 0.1 ], - "font.bold": true + "layer0.opacity": 1 }, { - "class": "title_label_control", - "fg": [ + "class": "sidebar_heading", + "color": [ "foreground", - 1 + 0.4 ], - "font.size": 24 + "font.bold": true, + "font.size": 11 }, { - "class": "label_control", + "class": "sidebar_heading", "parents": [ { - "class": "button_control" + "class": "tree_row", + "attributes": [ + "selected" + ] } ] }, { - "class": "text_line_control", - "layer0.texture": "", - "layer0.opacity": 1, - "layer0.inner_margin": [ - 20, - 5, - 20, - 5 - ], - "tint_index": 1, - "layer0.tint": [ - "background", - 1 + "class": "sidebar_label", + "color": [ + "foreground", + 0.8 ], - "content_margin": [ - 10, - 8, - 12, - 8 - ] + "font.size": 12, + "font.bold": false, + "font.italic": false }, { - "class": "text_line_control", - "platforms": [ - "osx", - "linux" + "class": "sidebar_label", + "settings": [ + "meetio_sidebar_font_big" ], + "font.size": 14 + }, + { + "class": "sidebar_label", "parents": [ { - "class": "overlay_control" + "class": "tree_row", + "attributes": [ + "hover" + ] } ], - "content_margin": [ - 52, - 10, - 10, - 10 - ], - "settings": [ - "meetio_input_search_icon" + "color": [ + "foreground", + 0.8 ] }, { - "class": "text_line_control", + "class": "sidebar_label", "parents": [ { - "class": "overlay_control" + "class": "tree_row", + "attributes": [ + "selected" + ] } ], - "layer2.inner_margin": [ - 52, - 48, - 0, - 0 - ], - "layer2.draw_center": false, - "layer2.texture": "Meetio/assets/default/icon_search.png", - "layer2.tint": [ - "accent", - 1 - ], - "layer2.opacity": 1, - "settings": [ - "meetio_input_search_icon" + "font.bold": false, + "color": [ + "foreground", + 0.9 ] }, { - "class": "text_line_control", - "platforms": [ - "osx", - "linux" - ], + "class": "sidebar_label", "parents": [ { - "class": "switch_project_window" + "class": "tree_row", + "attributes": [ + "expandable" + ] } ], - "content_margin": [ - 52, - 10, - 10, - 10 - ], - "settings": [ - "meetio_input_search_icon" + "color": [ + "foreground", + 0.8 ] }, { - "class": "text_line_control", + "class": "sidebar_label", "parents": [ { - "class": "switch_project_window" + "class": "tree_row", + "attributes": [ + "expandable" + ] } ], - "layer2.inner_margin": [ - 52, - 48, - 0, - 0 + "settings": [ + "bold_folder_labels" ], - "layer2.draw_center": false, - "layer2.texture": "Meetio/assets/default/icon_search.png", - "layer2.tint": [ - "accent", - 1 + "font.bold": true + }, + { + "class": "sidebar_label", + "parents": [ + { + "class": "tree_row", + "attributes": [ + "expandable", + "selected" + ] + } ], - "layer2.opacity": 1, - "settings": [ - "meetio_input_search_icon" + "color": [ + 69, + 90, + 100 ] }, { - "class": "dropdown_button_control", - "content_margin": [ - 12, - 12 + "class": "sidebar_label", + "parents": [ + { + "class": "tree_row", + "attributes": [ + "expanded" + ] + } ], - "layer0.texture": "Meetio/assets/default/overflow_menu.png", - "layer0.tint": [ + "color": [ "accent", 1 - ], - "layer0.opacity": 1, - "layer0.inner_margin": [ - 0, - 0 ] }, { - "class": "dropdown_button_control", - "attributes": [ - "hover" - ], - "layer0.opacity": 0.8 - }, - { - "class": "mini_quick_panel_row", - "layer0.tint": [ - "background", - 1 + "class": "sidebar_label", + "parents": [ + { + "class": "tree_row", + "attributes": [ + "expanded" + ] + } ], - "layer0.inner_margin": [ - 2, - 2, - 2, - 2 + "settings": [ + "bold_folder_labels" ], - "layer0.opacity": 1 + "font.bold": true }, { - "class": "mini_quick_panel_row", - "attributes": [ - "selected" + "class": "sidebar_label", + "parents": [ + { + "class": "tree_row", + "attributes": [ + "expanded", + "selected" + ] + } ], - "layer0.tint": [ - "foreground", - 1 + "color": [ + 69, + 90, + 100 ] }, { - "class": "quick_panel", - "row_padding": [ - 32, - 12 - ], - "layer0.tint": [ - "background", - 1 - ], - "layer0.opacity": 1 - }, - { - "class": "quick_panel_row", - "layer0.opacity": 1 - }, - { - "class": "quick_panel_row", - "layer0.tint": [ - "background", - 1 - ], - "layer0.opacity": 1 - }, - { - "class": "quick_panel", - "row_padding": [ - 32, - 12 - ], - "layer0.tint": [ - 38, - 50, - 56, - 0 - ], - "layer0.opacity": 1 - }, - { - "class": "quick_panel_row", + "class": "sidebar_label", "attributes": [ - "selected" - ], - "layer0.tint": [ - "foreground", - 1 - ], - "layer1.opacity": 0 - }, - { - "class": "quick_panel_label", - "fg": [ - "accent", - 1 - ], - "match_fg": [ - "accent", - 1 - ], - "selected_fg": [ - "background", - 1 - ], - "selected_match_fg": [ - "accent", - 1 - ] - }, - { - "class": "quick_panel_label", - "fg": [ - "foreground", - 0.8 - ], - "match_fg": [ - "accent", - 1 - ], - "selected_fg": [ - "background", - 1 - ], - "selected_match_fg": [ - "accent", - 1 - ] - }, - { - "class": "quick_panel_path_label", - "fg": [ - "foreground", - 0.4 - ], - "match_fg": [ - "accent", - 1 - ], - "selected_fg": [ - "background", - 1 + "transient" ], - "selected_match_fg": [ - "accent", - 1 - ] + "font.italic": false }, { - "class": "quick_panel_score_label", - "fg": [ - "foreground", - 0.8 - ], - "selected_fg": [ - "background", - 1 + "class": "status_bar", + "layer0.tint": "#4A616C", + "layer0.opacity": 1, + "content_margin": [ + 10, + 4, + 0, + 4 ] }, { - "class": "sidebar_container", - "layer0.tint": [ - "background", - 0.92 + "class": "status_bar", + "settings": [ + "meetio_statusbar_big" ], - "layer0.opacity": 1, "content_margin": [ - 0, + 10, 6, 0, - 0 + 6 ] }, { - "class": "sidebar_tree", - "row_padding": [ - 20, - 8 - ], - "indent": 10, - "indent_offset": 2, - "indent_top_level": false, - "dark_content": false, - "spacer_rows": true + "class": "panel_button_control", + "layer0.texture": "Meetio/assets/default/overflow_menu.png", + "layer0.tint": "#fff", + "layer0.opacity": 1, + "content_margin": 9, + "layer0.inner_margin": 4 }, { - "class": "sidebar_tree", - "platforms": [ - "windows" + "class": "panel_button_control", + "settings": [ + "meetio_statusbar_big" ], - "row_padding": [ - 20, - 6 - ] + "content_margin": 11, + "layer0.inner_margin": 4 }, { - "class": "sidebar_tree", - "settings": [ - "meetio_compact_sidebar" - ], - "indent_offset": 8, - "row_padding": [ - 14, - 3 - ] + "class": "vcs_branch_icon", + "layer0.texture": "Meetio/assets/default/icon_branch.png", + "layer0.tint": "#fff", + "layer0.opacity": 1, + "content_margin": 8, + "layer0.inner_margin": 2 }, { - "class": "tree_row", - "attributes": [ - "!hover" + "class": "vcs_branch_icon", + "settings": [ + "meetio_statusbar_big" ], - "layer0.opacity": 0 + "content_margin": 9, + "layer0.inner_margin": 2 }, { - "class": "tree_row", + "class": "panel_button_control", "attributes": [ - "selectable", "hover" ], - "layer0.tint": [ - "foreground", - 0.6 - ], - "layer0.opacity": 0.1 + "layer0.opacity": 0.8 }, { - "class": "tree_row", + "class": "vcs_branch_icon", "attributes": [ - "selected" - ], - "layer0.tint": [ - "foreground", - 0.1 - ], - "layer0.opacity": 1 - }, - { - "class": "sidebar_heading", - "color": [ - "foreground", - 0.4 - ], - "font.bold": true, - "font.size": 11 - }, - { - "class": "sidebar_heading", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "selected" - ] - } - ] - }, - { - "class": "sidebar_label", - "color": [ - "foreground", - 0.8 - ], - "font.size": 12, - "font.bold": false, - "font.italic": false - }, - { - "class": "sidebar_label", - "settings": [ - "meetio_sidebar_font_big" - ], - "font.size": 14 - }, - { - "class": "sidebar_label", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "hover" - ] - } - ], - "color": [ - "foreground", - 0.8 - ] - }, - { - "class": "sidebar_label", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "selected" - ] - } + "hover" ], - "font.bold": false, - "color": [ - "foreground", - 0.9 - ] + "layer0.opacity": 0.8 }, { - "class": "sidebar_label", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "expandable" - ] - } - ], - "color": [ - "foreground", - 0.8 + "class": "status_container", + "content_margin": [ + 8, + 0, + 0, + 0 ] }, { - "class": "sidebar_label", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "expandable" - ] - } - ], - "settings": [ - "bold_folder_labels" - ], - "font.bold": true - }, - { - "class": "sidebar_label", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "expandable", - "selected" - ] - } + "class": "status_button", + "content_margin": [ + 10, + 0, + 10, + 0 ], - "color": [ - 69, - 90, - 100 + "min_size": [ + 80, + 0 ] }, { - "class": "sidebar_label", + "class": "label_control", "parents": [ { - "class": "tree_row", - "attributes": [ - "expanded" - ] + "class": "status_bar" } ], - "color": [ - "accent", - 1 - ] + "font.size": 11, + "color": "#fff", + "font.bold": false }, { - "class": "sidebar_label", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "expanded" - ] - } + "class": "button_control", + "layer0.tint": [ + "background", + 0.5 ], - "settings": [ - "bold_folder_labels" + "layer0.opacity": { + "target": 0.6, + "speed": 4, + "interpolation": "smoothstep" + }, + "layer0.inner_margin": [ + 6, + 6 ], - "font.bold": true - }, - { - "class": "sidebar_label", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "expanded", - "selected" - ] - } + "content_margin": [ + 6, + 10, + 6, + 10 ], - "color": [ - 69, - 90, - 100 + "min_size": [ + 80, + 28 ] }, { - "class": "sidebar_label", + "class": "button_control", "attributes": [ - "transient" + "hover" ], - "font.italic": false - }, - { - "class": "scroll_area_control", - "settings": [ - "overlay_scroll_bars" + "layer0.tint": [ + "background", + 1 ], - "overlay": true + "layer0.opacity": { + "target": 0.9, + "speed": 4, + "interpolation": "smoothstep" + } }, { - "class": "scroll_area_control", - "settings": [ - "!overlay_scroll_bars" + "class": "button_control", + "attributes": [ + "pressed" ], - "overlay": false + "layer0.opacity": { + "target": 1, + "speed": 4, + "interpolation": "smoothstep" + } }, { - "class": "scroll_area_control", + "class": "button_control", "parents": [ { - "class": "sidebar_container" + "class": "dialog" } ], - "content_margin": [ - 0, - 10, - 0, - 10 - ] + "layer0.tint": "[171, 177, 186]" }, { - "class": "scroll_bar_control", - "layer0.opacity": 1, - "content_margin": 4, - "tint_index": 0 + "class": "icon_button_group", + "spacing": 8 }, { - "class": "scroll_bar_control", - "settings": [ - "overlay_scroll_bars" + "class": "icon_button_control", + "layer0.texture": "", + "layer0.tint": [ + "background", + 1 ], - "layer0.opacity": 0 + "layer0.opacity": 0, + "layer0.inner_margin": 0, + "content_margin": 8 }, { - "class": "scroll_bar_control", - "settings": [ - "!overlay_scroll_bars" + "class": "icon_button_control", + "attributes": [ + "selected" + ], + "layer0.tint": [ + "background", + 0 ], "layer0.opacity": 1 }, { - "class": "scroll_track_control", - "layer0.texture": "Meetio/assets/default/scroll_bar.png", - "layer0.opacity": 1, - "layer0.inner_margin": 2, - "content_margin": [ - 4, - 4, - 3, - 4 - ] - }, - { - "class": "puck_control", - "layer0.texture": "Meetio/assets/default/scroll_puck.png", - "layer0.opacity": 1, - "layer0.inner_margin": 2, + "class": "icon_regex", + "layer0.texture": "Meetio/assets/default/icon_regex.png", + "layer0.tint": [ + "accent", + 1 + ], + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ - 0, + 12, 12 ] }, { - "class": "scroll_corner_control", - "layer0.opacity": 1, - "tint_index": 0 + "class": "icon_regex", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "scroll_track_control", - "attributes": [ - "horizontal" + "class": "icon_regex", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } ], - "layer0.texture": "Meetio/assets/default/scroll_bar_horiz.png", - "content_margin": [ - 4, - 4, - 4, - 3 - ] + "layer0.opacity": 1 }, { - "class": "puck_control", - "attributes": [ - "horizontal" + "class": "icon_case", + "layer0.texture": "Meetio/assets/default/icon_case_sensitive.png", + "layer0.tint": [ + "accent", + 1 ], - "layer0.texture": "Meetio/assets/default/scroll_puck_horiz.png", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ 12, - 0 + 12 ] }, { - "class": "scroll_bar_control", - "parents": [ - { - "class": "sidebar_container" - } - ], - "layer0.opacity": 0 - }, - { - "class": "scroll_corner_control", - "parents": [ - { - "class": "sidebar_container" - } + "class": "icon_case", + "attributes": [ + "hover" ], - "layer0.opacity": 0 + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "scroll_bar_control", + "class": "icon_case", "parents": [ { - "class": "overlay_control" + "class": "icon_button_control", + "attributes": [ + "selected" + ] } ], - "layer0.opacity": 0, - "content_margin": [ - 4, - 0, - 0, - 0 - ] + "layer0.opacity": 1 }, { - "class": "panel_control", + "class": "icon_whole_word", + "layer0.texture": "Meetio/assets/default/icon_whole_word.png", "layer0.tint": [ - "background", - 0.94 - ], - "layer0.inner_margin": [ - 2, - 2, - 2, - 2 + "accent", + 1 ], - "layer0.opacity": 1, + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ - 6, 12, - 6, 12 ] }, { - "class": "overlay_control", - "layer0.texture": "Meetio/assets/default/overlay_bg.png", - "layer0.inner_margin": [ - 24, - 4, - 24, - 33 - ], - "layer0.opacity": 1, - "layer0.tint": [ - "background", - 1 - ], - "layer1.texture": "Meetio/assets/default/quick_panel_background.png", - "layer1.inner_margin": [ - 16, - 0, - 16, - 25 - ], - "layer1.opacity": 1, - "layer.tint": [ - "background", - 1 + "class": "icon_whole_word", + "attributes": [ + "hover" ], - "content_margin": [ - 12, - 4, - 13, - 28 - ] + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "panel_control", + "class": "icon_whole_word", "parents": [ { - "class": "overlay_control" + "class": "icon_button_control", + "attributes": [ + "selected" + ] } ], - "layer0.opacity": 1, - "layer0.inner_margin": [ - 32, - 0, - 32, - 2 - ], + "layer0.opacity": 1 + }, + { + "class": "icon_wrap", + "layer0.texture": "Meetio/assets/default/icon_wrap.png", "layer0.tint": [ - "background", + "accent", 1 ], - "layer1.inner_margin": [ - 32, - 0, - 32, - 2 - ], - "layer1.opacity": 1, + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ - 32, - 8, - 32, - 8 + 12, + 12 ] }, { - "class": "panel_control", + "class": "icon_wrap", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } + }, + { + "class": "icon_wrap", "parents": [ { - "class": "switch_project_window" + "class": "icon_button_control", + "attributes": [ + "selected" + ] } ], - "layer0.inner_margin": [ - 32, - 0, - 32, - 2 - ], + "layer0.opacity": 1 + }, + { + "class": "icon_in_selection", + "layer0.texture": "Meetio/assets/default/icon_in_selection.png", "layer0.tint": [ - "background", - 1 - ], - "layer1.inner_margin": [ - 32, - 0, - 32, - 2 - ], - "layer1.tint": [ - "background", + "accent", 1 ], + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ - 32, - 8, - 32, - 8 + 12, + 12 ] }, { - "class": "panel_control", + "class": "in_selection", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } + }, + { + "class": "icon_in_selection", "parents": [ { - "class": "window" + "class": "icon_button_control", + "attributes": [ + "selected" + ] } - ] - }, - { - "class": "panel_grid_control", - "inside_spacing": 4, - "outside_hspacing": 4, - "outside_vspacing": 4 + ], + "layer0.opacity": 1 }, { - "class": "panel_close_button", - "layer0.texture": "Meetio/assets/default/icon_close.png", + "class": "icon_highlight", + "layer0.texture": "Meetio/assets/default/icon_highlight_matches.png", "layer0.tint": [ "accent", 1 ], "layer0.opacity": { - "target": 0.4, - "speed": 4, + "target": 0.5, + "speed": 5, "interpolation": "smoothstep" }, - "layer1.opacity": 0, "content_margin": [ - 0, - 0 + 12, + 12 ] }, { - "class": "panel_close_button", + "class": "icon_highlight", "attributes": [ "hover" ], "layer0.opacity": { - "target": 0.6, - "speed": 4, + "target": 0.9, + "speed": 5, "interpolation": "smoothstep" } }, { - "class": "status_bar", - "layer0.tint": "#4A616C", - "layer0.opacity": 1, - "content_margin": [ - 10, - 4, - 0, - 4 - ] + "class": "icon_highlight", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } + ], + "layer0.opacity": 1 }, { - "class": "status_bar", - "settings": [ - "meetio_statusbar_big" + "class": "icon_preserve_case", + "layer0.texture": "Meetio/assets/default/icon_preserve_case.png", + "layer0.tint": [ + "accent", + 1 ], + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ - 10, - 6, - 0, - 6 + 12, + 12 ] }, { - "class": "panel_button_control", - "layer0.texture": "Meetio/assets/default/overflow_menu.png", - "layer0.tint": "#fff", - "layer0.opacity": 1, - "content_margin": 9, - "layer0.inner_margin": 4 - }, - { - "class": "panel_button_control", - "settings": [ - "meetio_statusbar_big" + "class": "icon_preserve_case", + "attributes": [ + "hover" ], - "content_margin": 11, - "layer0.inner_margin": 4 + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "vcs_branch_icon", - "layer0.texture": "Meetio/assets/default/icon_branch.png", - "layer0.tint": "#fff", - "layer0.opacity": 1, - "content_margin": 8, - "layer0.inner_margin": 2 + "class": "icon_preserve_case", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } + ], + "layer0.opacity": 1 }, { - "class": "vcs_branch_icon", - "settings": [ - "meetio_statusbar_big" + "class": "icon_context", + "layer0.texture": "Meetio/assets/default/icon_in_context.png", + "layer0.tint": [ + "accent", + 1 ], - "content_margin": 9, - "layer0.inner_margin": 2 + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, + "content_margin": [ + 12, + 12 + ] }, { - "class": "panel_button_control", + "class": "icon_context", "attributes": [ "hover" ], - "layer0.opacity": 0.8 + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "vcs_branch_icon", - "attributes": [ - "hover" + "class": "icon_context", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } ], - "layer0.opacity": 0.8 + "layer0.opacity": 1 }, { - "class": "status_container", + "class": "icon_use_buffer", + "layer0.texture": "Meetio/assets/default/icon_use_buffer.png", + "layer0.tint": [ + "accent", + 1 + ], + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ - 8, - 0, - 0, - 0 + 12, + 12 ] }, { - "class": "status_button", - "content_margin": [ - 10, - 0, - 10, - 0 + "class": "icon_use_buffer", + "attributes": [ + "hover" ], - "min_size": [ - 80, - 0 - ] + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "label_control", + "class": "icon_use_buffer", "parents": [ { - "class": "status_bar" + "class": "icon_button_control", + "attributes": [ + "selected" + ] } ], - "font.size": 11, - "color": "#fff", - "font.bold": false + "layer0.opacity": 1 }, { "class": "tabset_control", @@ -2089,23 +1957,49 @@ ] }, { - "class": "tool_tip_control", - "layer0.tint": [ - "foreground", - 1 + "class": "grid_layout_control", + "border_color": "rgba(255, 255, 255, 0.25)", + "border_size": 2 + }, + { + "class": "minimap_control", + "settings": [ + "always_show_minimap_viewport" ], - "layer0.opacity": 1, - "content_margin": [ - 12, - 8 - ] + "viewport_color": "rgb(128, 128, 128, 0.18)", + "viewport_opacity": 1 }, { - "class": "tool_tip_label_control", - "fg": [ - "background", - 1 - ] + "class": "minimap_control", + "settings": [ + "!always_show_minimap_viewport" + ], + "viewport_color": "rgba(128, 128, 128, 0.25)", + "viewport_opacity": { + "target": 0, + "speed": 4, + "interpolation": "smoothstep" + } + }, + { + "class": "minimap_control", + "attributes": [ + "hover" + ], + "settings": [ + "!always_show_minimap_viewport" + ], + "viewport_color": "rgba(128, 128, 128, 0.25)", + "viewport_opacity": { + "target": 1, + "speed": 20, + "interpolation": "smoothstep" + } + }, + { + "class": "table_row", + "layer0.tint": "rgb(255, 255, 255)", + "layer0.opacity": 0 }, { "class": "vcs_status_badge", @@ -2250,48 +2144,154 @@ "color": "rgb(211, 49, 49)" }, { - "class": "grid_layout_control", - "border_color": "rgba(255, 255, 255, 0.25)", - "border_size": 2 + "class": "tool_tip_control", + "layer0.tint": [ + "foreground", + 1 + ], + "layer0.opacity": 1, + "content_margin": [ + 12, + 8 + ] }, { - "class": "minimap_control", + "class": "tool_tip_label_control", + "fg": [ + "background", + 1 + ] + }, + { + "class": "scroll_area_control", "settings": [ - "always_show_minimap_viewport" + "overlay_scroll_bars" ], - "viewport_color": "rgb(128, 128, 128, 0.18)", - "viewport_opacity": 1 + "overlay": true }, { - "class": "minimap_control", + "class": "scroll_area_control", "settings": [ - "!always_show_minimap_viewport" + "!overlay_scroll_bars" ], - "viewport_color": "rgba(128, 128, 128, 0.25)", - "viewport_opacity": { - "target": 0, - "speed": 4, - "interpolation": "smoothstep" - } + "overlay": false }, { - "class": "minimap_control", - "attributes": [ - "hover" + "class": "scroll_area_control", + "parents": [ + { + "class": "sidebar_container" + } ], + "content_margin": [ + 0, + 10, + 0, + 10 + ] + }, + { + "class": "scroll_bar_control", + "layer0.opacity": 1, + "content_margin": 4, + "tint_index": 0 + }, + { + "class": "scroll_bar_control", "settings": [ - "!always_show_minimap_viewport" + "overlay_scroll_bars" ], - "viewport_color": "rgba(128, 128, 128, 0.25)", - "viewport_opacity": { - "target": 1, - "speed": 20, - "interpolation": "smoothstep" - } + "layer0.opacity": 0 }, { - "class": "table_row", - "layer0.tint": "rgb(255, 255, 255)", + "class": "scroll_bar_control", + "settings": [ + "!overlay_scroll_bars" + ], + "layer0.opacity": 1 + }, + { + "class": "scroll_track_control", + "layer0.texture": "Meetio/assets/default/scroll_bar.png", + "layer0.opacity": 1, + "layer0.inner_margin": 2, + "content_margin": [ + 4, + 4, + 3, + 4 + ] + }, + { + "class": "puck_control", + "layer0.texture": "Meetio/assets/default/scroll_puck.png", + "layer0.opacity": 1, + "layer0.inner_margin": 2, + "content_margin": [ + 0, + 12 + ] + }, + { + "class": "scroll_corner_control", + "layer0.opacity": 1, + "tint_index": 0 + }, + { + "class": "scroll_track_control", + "attributes": [ + "horizontal" + ], + "layer0.texture": "Meetio/assets/default/scroll_bar_horiz.png", + "content_margin": [ + 4, + 4, + 4, + 3 + ] + }, + { + "class": "puck_control", + "attributes": [ + "horizontal" + ], + "layer0.texture": "Meetio/assets/default/scroll_puck_horiz.png", + "content_margin": [ + 12, + 0 + ] + }, + { + "class": "scroll_bar_control", + "parents": [ + { + "class": "sidebar_container" + } + ], + "layer0.opacity": 0 + }, + { + "class": "scroll_corner_control", + "parents": [ + { + "class": "sidebar_container" + } + ], "layer0.opacity": 0 + }, + { + "class": "scroll_bar_control", + "parents": [ + { + "class": "overlay_control" + } + ], + "layer0.opacity": 0, + "content_margin": [ + 4, + 0, + 0, + 0 + ] } ] \ No newline at end of file diff --git a/Meetio-Lighter.sublime-theme b/Meetio-Lighter.sublime-theme index 6437f435..068b6668 100644 --- a/Meetio-Lighter.sublime-theme +++ b/Meetio-Lighter.sublime-theme @@ -557,6 +557,142 @@ 8 ] }, + { + "class": "text_line_control", + "layer0.texture": "", + "layer0.opacity": 1, + "layer0.inner_margin": [ + 20, + 5, + 20, + 5 + ], + "tint_index": 1, + "layer0.tint": [ + "background", + 1 + ], + "content_margin": [ + 10, + 8, + 12, + 8 + ] + }, + { + "class": "text_line_control", + "platforms": [ + "osx", + "linux" + ], + "parents": [ + { + "class": "overlay_control" + } + ], + "content_margin": [ + 52, + 10, + 10, + 10 + ], + "settings": [ + "meetio_input_search_icon" + ] + }, + { + "class": "text_line_control", + "parents": [ + { + "class": "overlay_control" + } + ], + "layer2.inner_margin": [ + 52, + 48, + 0, + 0 + ], + "layer2.draw_center": false, + "layer2.texture": "Meetio/assets/default/icon_search.png", + "layer2.tint": [ + "accent", + 1 + ], + "layer2.opacity": 1, + "settings": [ + "meetio_input_search_icon" + ] + }, + { + "class": "text_line_control", + "platforms": [ + "osx", + "linux" + ], + "parents": [ + { + "class": "switch_project_window" + } + ], + "content_margin": [ + 52, + 10, + 10, + 10 + ], + "settings": [ + "meetio_input_search_icon" + ] + }, + { + "class": "text_line_control", + "parents": [ + { + "class": "switch_project_window" + } + ], + "layer2.inner_margin": [ + 52, + 48, + 0, + 0 + ], + "layer2.draw_center": false, + "layer2.texture": "Meetio/assets/default/icon_search.png", + "layer2.tint": [ + "accent", + 1 + ], + "layer2.opacity": 1, + "settings": [ + "meetio_input_search_icon" + ] + }, + { + "class": "dropdown_button_control", + "content_margin": [ + 12, + 12 + ], + "layer0.texture": "Meetio/assets/default/overflow_menu.png", + "layer0.tint": [ + "accent", + 1 + ], + "layer0.opacity": 1, + "layer0.inner_margin": [ + 0, + 0 + ] + }, + { + "class": "dropdown_button_control", + "attributes": [ + "hover" + ], + "layer0.opacity": 0.8 + }, { "class": "disclosure_button_control", "layer0.texture": "Meetio/assets/default/disclosure_unexpanded.png", @@ -710,124 +846,58 @@ ] }, { - "class": "text_line_control", - "layer0.texture": "", - "layer0.opacity": 1, - "layer0.inner_margin": [ - 20, - 5, - 20, - 5 - ], - "tint_index": 1, - "layer0.tint": [ - "background", + "class": "label_control", + "fg": [ + "foreground", 1 ], - "content_margin": [ - 10, - 8, - 12, - 8 - ] + "font.bold": false }, { - "class": "text_line_control", - "platforms": [ - "osx", - "linux" - ], + "class": "label_control", "parents": [ { - "class": "overlay_control" + "class": "button_control" } ], - "content_margin": [ - 52, - 10, - 10, - 10 + "color": [ + "foreground", + 1 ], - "settings": [ - "meetio_input_search_icon" - ] + "font.bold": true }, { - "class": "text_line_control", + "class": "label_control", "parents": [ { - "class": "overlay_control" + "class": "panel_control" } ], - "layer2.inner_margin": [ - 52, - 48, - 0, - 0 - ], - "layer2.draw_center": false, - "layer2.texture": "Meetio/assets/default/icon_search.png", - "layer2.tint": [ - "accent", + "color": [ + "foreground", 1 ], - "layer2.opacity": 1, - "settings": [ - "meetio_input_search_icon" - ] + "font.bold": true }, { - "class": "text_line_control", - "platforms": [ - "osx", - "linux" - ], - "parents": [ - { - "class": "switch_project_window" - } - ], - "content_margin": [ - 52, - 10, - 10, - 10 + "class": "title_label_control", + "fg": [ + "foreground", + 1 ], - "settings": [ - "meetio_input_search_icon" - ] + "font.size": 24 }, { - "class": "text_line_control", + "class": "label_control", "parents": [ { - "class": "switch_project_window" + "class": "button_control" } - ], - "layer2.inner_margin": [ - 52, - 48, - 0, - 0 - ], - "layer2.draw_center": false, - "layer2.texture": "Meetio/assets/default/icon_search.png", - "layer2.tint": [ - "accent", - 1 - ], - "layer2.opacity": 1, - "settings": [ - "meetio_input_search_icon" ] }, { - "class": "dropdown_button_control", - "content_margin": [ - 12, - 12 - ], - "layer0.texture": "Meetio/assets/default/overflow_menu.png", + "class": "close_button", + "layer0.texture": "Meetio/assets/default/icon_close.png", "layer0.tint": [ "accent", 1 @@ -836,63 +906,45 @@ "layer0.inner_margin": [ 0, 0 - ] - }, - { - "class": "dropdown_button_control", - "attributes": [ - "hover" - ], - "layer0.opacity": 0.8 - }, - { - "class": "label_control", - "fg": [ - "foreground", - 1 ], - "font.bold": false + "content_margin": [ + 8, + 7 + ] }, { - "class": "label_control", + "class": "close_button", "parents": [ { - "class": "button_control" + "class": "tree_row", + "attributes": [ + "hover" + ] } ], - "color": [ - "foreground", - 1 - ], - "font.bold": true + "layer0.opacity": 1 }, { - "class": "label_control", - "parents": [ - { - "class": "panel_control" - } + "class": "close_button", + "attributes": [ + "dirty" ], - "color": [ - "foreground", + "layer0.texture": "Meetio/assets/default/dirty_icon.png", + "layer0.tint": [ + "accent", 1 - ], - "font.bold": true + ] }, { - "class": "title_label_control", - "fg": [ - "foreground", - 1 + "class": "close_button", + "attributes": [ + "hover", + "dirty" ], - "font.size": 24 - }, - { - "class": "label_control", - "parents": [ - { - "class": "button_control" - } + "layer0.texture": "Meetio/assets/default/dirty_icon.png", + "layer0.tint": [ + "accent", + 1 ] }, { @@ -1043,72 +1095,20 @@ "layer1.opacity": 0, "content_margin": [ 0, - 0 - ] - }, - { - "class": "panel_close_button", - "attributes": [ - "hover" - ], - "layer0.opacity": { - "target": 0.6, - "speed": 4, - "interpolation": "smoothstep" - } - }, - { - "class": "close_button", - "layer0.texture": "Meetio/assets/default/icon_close.png", - "layer0.tint": [ - "accent", - 1 - ], - "layer0.opacity": 1, - "layer0.inner_margin": [ - 0, - 0 - ], - "content_margin": [ - 8, - 7 - ] - }, - { - "class": "close_button", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "hover" - ] - } - ], - "layer0.opacity": 1 - }, - { - "class": "close_button", - "attributes": [ - "dirty" - ], - "layer0.texture": "Meetio/assets/default/dirty_icon.png", - "layer0.tint": [ - "accent", - 1 - ] - }, - { - "class": "close_button", - "attributes": [ - "hover", - "dirty" - ], - "layer0.texture": "Meetio/assets/default/dirty_icon.png", - "layer0.tint": [ - "accent", - 1 + 0 ] }, + { + "class": "panel_close_button", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.6, + "speed": 4, + "interpolation": "smoothstep" + } + }, { "class": "mini_quick_panel_row", "layer0.tint": [ @@ -1382,108 +1382,6 @@ 0 ] }, - { - "class": "status_bar", - "layer0.tint": "#4A616C", - "layer0.opacity": 1, - "content_margin": [ - 10, - 4, - 0, - 4 - ] - }, - { - "class": "status_bar", - "settings": [ - "meetio_statusbar_big" - ], - "content_margin": [ - 10, - 6, - 0, - 6 - ] - }, - { - "class": "panel_button_control", - "layer0.texture": "Meetio/assets/default/overflow_menu.png", - "layer0.tint": "#fff", - "layer0.opacity": 1, - "content_margin": 9, - "layer0.inner_margin": 4 - }, - { - "class": "panel_button_control", - "settings": [ - "meetio_statusbar_big" - ], - "content_margin": 11, - "layer0.inner_margin": 4 - }, - { - "class": "vcs_branch_icon", - "layer0.texture": "Meetio/assets/default/icon_branch.png", - "layer0.tint": "#fff", - "layer0.opacity": 1, - "content_margin": 8, - "layer0.inner_margin": 2 - }, - { - "class": "vcs_branch_icon", - "settings": [ - "meetio_statusbar_big" - ], - "content_margin": 9, - "layer0.inner_margin": 2 - }, - { - "class": "panel_button_control", - "attributes": [ - "hover" - ], - "layer0.opacity": 0.8 - }, - { - "class": "vcs_branch_icon", - "attributes": [ - "hover" - ], - "layer0.opacity": 0.8 - }, - { - "class": "status_container", - "content_margin": [ - 8, - 0, - 0, - 0 - ] - }, - { - "class": "status_button", - "content_margin": [ - 10, - 0, - 10, - 0 - ], - "min_size": [ - 80, - 0 - ] - }, - { - "class": "label_control", - "parents": [ - { - "class": "status_bar" - } - ], - "font.size": 11, - "color": "#fff", - "font.bold": false - }, { "class": "sidebar_container", "layer0.tint": [ @@ -1502,7 +1400,7 @@ "class": "sidebar_tree", "row_padding": [ 20, - 8 + 6 ], "indent": 10, "indent_offset": 2, @@ -1730,6 +1628,127 @@ ], "font.italic": false }, + { + "class": "status_bar", + "layer0.tint": "#4A616C", + "layer0.opacity": 1, + "content_margin": [ + 10, + 4, + 0, + 4 + ] + }, + { + "class": "status_bar", + "settings": [ + "meetio_statusbar_big" + ], + "content_margin": [ + 10, + 6, + 0, + 6 + ] + }, + { + "class": "panel_button_control", + "layer0.texture": "Meetio/assets/default/overflow_menu.png", + "layer0.tint": "#fff", + "layer0.opacity": 1, + "content_margin": 9, + "layer0.inner_margin": 4 + }, + { + "class": "panel_button_control", + "settings": [ + "meetio_statusbar_big" + ], + "content_margin": 11, + "layer0.inner_margin": 4 + }, + { + "class": "vcs_branch_icon", + "layer0.texture": "Meetio/assets/default/icon_branch.png", + "layer0.tint": "#fff", + "layer0.opacity": 1, + "content_margin": 8, + "layer0.inner_margin": 2 + }, + { + "class": "vcs_branch_icon", + "settings": [ + "meetio_statusbar_big" + ], + "content_margin": 9, + "layer0.inner_margin": 2 + }, + { + "class": "panel_button_control", + "attributes": [ + "hover" + ], + "layer0.opacity": 0.8 + }, + { + "class": "vcs_branch_icon", + "attributes": [ + "hover" + ], + "layer0.opacity": 0.8 + }, + { + "class": "status_container", + "content_margin": [ + 8, + 0, + 0, + 0 + ] + }, + { + "class": "status_button", + "content_margin": [ + 10, + 0, + 10, + 0 + ], + "min_size": [ + 80, + 0 + ] + }, + { + "class": "label_control", + "parents": [ + { + "class": "status_bar" + } + ], + "font.size": 11, + "color": "#fff", + "font.bold": false + }, + { + "class": "title_bar", + "bg": "rgb(115, 128, 140)", + "fg": "rgb(235, 237, 239)" + }, + { + "class": "title_bar", + "settings": [ + "meetio_titlebar" + ], + "bg": [ + "background", + 0.92 + ], + "fg": [ + "foreground", + 1 + ] + }, { "class": "tabset_control", "layer0.opacity": 1, @@ -2069,25 +2088,6 @@ ], "layer0.opacity": 0.8 }, - { - "class": "title_bar", - "bg": "rgb(115, 128, 140)", - "fg": "rgb(235, 237, 239)" - }, - { - "class": "title_bar", - "settings": [ - "meetio_titlebar" - ], - "bg": [ - "background", - 0.92 - ], - "fg": [ - "foreground", - 1 - ] - }, { "class": "tool_tip_control", "layer0.tint": [ diff --git a/Meetio-Palenight.sublime-theme b/Meetio-Palenight.sublime-theme index 3a990fb7..40134e9b 100644 --- a/Meetio-Palenight.sublime-theme +++ b/Meetio-Palenight.sublime-theme @@ -43,183 +43,43 @@ ] }, { - "class": "dialog", - "layer0.tint": [ - "background", - 0.94 - ], - "layer0.opacity": 1 - }, - { - "class": "progress_bar_control", - "layer0.tint": [ - "background", - 1 - ], - "layer0.opacity": 1 - }, - { - "class": "progress_gauge_control", - "layer0.tint": [ - "background", - 0.5 - ], - "layer0.opacity": 1, - "content_margin": [ - 0, - 8 - ] - }, - { - "class": "disclosure_button_control", - "layer0.texture": "Meetio/assets/default/disclosure_unexpanded.png", + "class": "fold_button_control", + "layer0.texture": "Meetio/assets/default/arrow_right.png", "layer0.tint": [ "accent", 1 ], - "layer0.opacity": { - "target": 0.3, - "speed": 4, - "interpolation": "smoothstep" - }, + "layer0.opacity": 0.4, + "layer0.inner_margin": 0, "content_margin": [ - 0, - 0, - 0, - 0 - ] - }, - { - "class": "disclosure_button_control", - "attributes": [ - "expanded" - ], - "layer0.texture": "Meetio/assets/default/disclosure_expanded.png", - "layer0.tint": [ - "accent", - 1 + 12, + 12 ] }, { - "class": "disclosure_button_control", + "class": "fold_button_control", "attributes": [ "hover" ], - "layer0.opacity": { - "target": 0.5, - "speed": 4, - "interpolation": "smoothstep" - } - }, - { - "class": "icon_folder", - "layer0.texture": "Meetio/assets/default/folder_closed.png", - "layer0.tint": [ - "accent", - 1 - ], - "layer0.opacity": 1, - "content_margin": [ - 10, - 10 - ] - }, - { - "class": "icon_folder", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "expanded" - ] - } - ], - "layer0.texture": "Meetio/assets/default/folder_open.png", "layer0.opacity": 1, - "content_margin": [ - 10, - 10 - ] - }, - { - "class": "icon_folder", - "layer0.texture": "Meetio/assets/default/arrow_folder_closed.png", "content_margin": [ 12, 12 - ], - "settings": [ - "meetio_arrow_folders" - ] - }, - { - "class": "icon_folder", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "expanded" - ] - } - ], - "layer0.texture": "Meetio/assets/default/arrow_folder_open.png", - "content_margin": [ - 12, - 12 - ], - "settings": [ - "meetio_arrow_folders" ] }, { - "class": "icon_folder_loading", - "layer0.texture": { - "keyframes": [ - "Meetio/assets/default/spinner11.png", - "Meetio/assets/default/spinner10.png", - "Meetio/assets/default/spinner9.png", - "Meetio/assets/default/spinner8.png", - "Meetio/assets/default/spinner7.png", - "Meetio/assets/default/spinner6.png", - "Meetio/assets/default/spinner5.png", - "Meetio/assets/default/spinner4.png", - "Meetio/assets/default/spinner3.png", - "Meetio/assets/default/spinner2.png", - "Meetio/assets/default/spinner1.png", - "Meetio/assets/default/spinner.png" - ], - "loop": true, - "frame_time": 0.08 - }, - "layer0.tint": [ - "accent", - 1 + "class": "fold_button_control", + "attributes": [ + "expanded" ], - "layer0.opacity": 1, - "content_margin": [ - 9, - 9 - ] - }, - { - "class": "icon_folder_dup", - "layer0.texture": "Meetio/assets/default/folder_dup.png", + "layer0.texture": "Meetio/assets/default/arrow_down.png", "layer0.tint": [ "accent", 1 ], - "layer0.opacity": 1, - "content_margin": [ - 9, - 9 - ] - }, - { - "class": "icon_file_type", - "layer0.opacity": 1, "content_margin": [ - 9, - 9 + 12, + 12 ] }, { @@ -670,53 +530,233 @@ "layer0.opacity": 1 }, { - "class": "text_line_control", - "layer0.texture": "", - "layer0.opacity": 1, - "layer0.inner_margin": [ - 20, - 5, - 20, - 5 + "class": "disclosure_button_control", + "layer0.texture": "Meetio/assets/default/disclosure_unexpanded.png", + "layer0.tint": [ + "accent", + 1 ], - "tint_index": 1, + "layer0.opacity": { + "target": 0.3, + "speed": 4, + "interpolation": "smoothstep" + }, + "content_margin": [ + 0, + 0, + 0, + 0 + ] + }, + { + "class": "disclosure_button_control", + "attributes": [ + "expanded" + ], + "layer0.texture": "Meetio/assets/default/disclosure_expanded.png", "layer0.tint": [ - "background", + "accent", + 1 + ] + }, + { + "class": "disclosure_button_control", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.5, + "speed": 4, + "interpolation": "smoothstep" + } + }, + { + "class": "icon_folder", + "layer0.texture": "Meetio/assets/default/folder_closed.png", + "layer0.tint": [ + "accent", 1 ], + "layer0.opacity": 1, "content_margin": [ 10, - 8, - 12, - 8 + 10 ] }, { - "class": "text_line_control", - "platforms": [ - "osx", - "linux" - ], + "class": "icon_folder", "parents": [ { - "class": "overlay_control" + "class": "tree_row", + "attributes": [ + "expanded" + ] } ], + "layer0.texture": "Meetio/assets/default/folder_open.png", + "layer0.opacity": 1, "content_margin": [ - 52, - 10, 10, 10 + ] + }, + { + "class": "icon_folder", + "layer0.texture": "Meetio/assets/default/arrow_folder_closed.png", + "content_margin": [ + 12, + 12 ], "settings": [ - "meetio_input_search_icon" + "meetio_arrow_folders" ] }, { - "class": "text_line_control", + "class": "icon_folder", "parents": [ { - "class": "overlay_control" + "class": "tree_row", + "attributes": [ + "expanded" + ] + } + ], + "layer0.texture": "Meetio/assets/default/arrow_folder_open.png", + "content_margin": [ + 12, + 12 + ], + "settings": [ + "meetio_arrow_folders" + ] + }, + { + "class": "icon_folder_loading", + "layer0.texture": { + "keyframes": [ + "Meetio/assets/default/spinner11.png", + "Meetio/assets/default/spinner10.png", + "Meetio/assets/default/spinner9.png", + "Meetio/assets/default/spinner8.png", + "Meetio/assets/default/spinner7.png", + "Meetio/assets/default/spinner6.png", + "Meetio/assets/default/spinner5.png", + "Meetio/assets/default/spinner4.png", + "Meetio/assets/default/spinner3.png", + "Meetio/assets/default/spinner2.png", + "Meetio/assets/default/spinner1.png", + "Meetio/assets/default/spinner.png" + ], + "loop": true, + "frame_time": 0.08 + }, + "layer0.tint": [ + "accent", + 1 + ], + "layer0.opacity": 1, + "content_margin": [ + 9, + 9 + ] + }, + { + "class": "icon_folder_dup", + "layer0.texture": "Meetio/assets/default/folder_dup.png", + "layer0.tint": [ + "accent", + 1 + ], + "layer0.opacity": 1, + "content_margin": [ + 9, + 9 + ] + }, + { + "class": "icon_file_type", + "layer0.opacity": 1, + "content_margin": [ + 9, + 9 + ] + }, + { + "class": "dialog", + "layer0.tint": [ + "background", + 0.94 + ], + "layer0.opacity": 1 + }, + { + "class": "progress_bar_control", + "layer0.tint": [ + "background", + 1 + ], + "layer0.opacity": 1 + }, + { + "class": "progress_gauge_control", + "layer0.tint": [ + "background", + 0.5 + ], + "layer0.opacity": 1, + "content_margin": [ + 0, + 8 + ] + }, + { + "class": "text_line_control", + "layer0.texture": "", + "layer0.opacity": 1, + "layer0.inner_margin": [ + 20, + 5, + 20, + 5 + ], + "tint_index": 1, + "layer0.tint": [ + "background", + 1 + ], + "content_margin": [ + 10, + 8, + 12, + 8 + ] + }, + { + "class": "text_line_control", + "platforms": [ + "osx", + "linux" + ], + "parents": [ + { + "class": "overlay_control" + } + ], + "content_margin": [ + 52, + 10, + 10, + 10 + ], + "settings": [ + "meetio_input_search_icon" + ] + }, + { + "class": "text_line_control", + "parents": [ + { + "class": "overlay_control" } ], "layer2.inner_margin": [ @@ -805,46 +845,6 @@ ], "layer0.opacity": 0.8 }, - { - "class": "fold_button_control", - "layer0.texture": "Meetio/assets/default/arrow_right.png", - "layer0.tint": [ - "accent", - 1 - ], - "layer0.opacity": 0.4, - "layer0.inner_margin": 0, - "content_margin": [ - 12, - 12 - ] - }, - { - "class": "fold_button_control", - "attributes": [ - "hover" - ], - "layer0.opacity": 1, - "content_margin": [ - 12, - 12 - ] - }, - { - "class": "fold_button_control", - "attributes": [ - "expanded" - ], - "layer0.texture": "Meetio/assets/default/arrow_down.png", - "layer0.tint": [ - "accent", - 1 - ], - "content_margin": [ - 12, - 12 - ] - }, { "class": "label_control", "fg": [ @@ -1057,58 +1057,6 @@ "interpolation": "smoothstep" } }, - { - "class": "close_button", - "layer0.texture": "Meetio/assets/default/icon_close.png", - "layer0.tint": [ - "accent", - 1 - ], - "layer0.opacity": 1, - "layer0.inner_margin": [ - 0, - 0 - ], - "content_margin": [ - 8, - 7 - ] - }, - { - "class": "close_button", - "parents": [ - { - "class": "tree_row", - "attributes": [ - "hover" - ] - } - ], - "layer0.opacity": 1 - }, - { - "class": "close_button", - "attributes": [ - "dirty" - ], - "layer0.texture": "Meetio/assets/default/dirty_icon.png", - "layer0.tint": [ - "accent", - 1 - ] - }, - { - "class": "close_button", - "attributes": [ - "hover", - "dirty" - ], - "layer0.texture": "Meetio/assets/default/dirty_icon.png", - "layer0.tint": [ - "accent", - 1 - ] - }, { "class": "scroll_area_control", "settings": [ @@ -1259,7 +1207,7 @@ "class": "sidebar_tree", "row_padding": [ 20, - 8 + 6 ], "indent": 10, "indent_offset": 2, @@ -1488,156 +1436,15 @@ "font.italic": false }, { - "class": "mini_quick_panel_row", - "layer0.tint": [ - "background", - 1 - ], - "layer0.inner_margin": [ - 2, - 2, - 2, - 2 - ], - "layer0.opacity": 1 - }, - { - "class": "mini_quick_panel_row", - "attributes": [ - "selected" - ], - "layer0.tint": [ - "foreground", - 1 - ] - }, - { - "class": "quick_panel", - "row_padding": [ - 32, - 12 - ], - "layer0.tint": [ - "background", - 1 - ], - "layer0.opacity": 1 - }, - { - "class": "quick_panel_row", - "layer0.opacity": 1 - }, - { - "class": "quick_panel_row", - "layer0.tint": [ - "background", - 1 - ], - "layer0.opacity": 1 - }, - { - "class": "quick_panel", - "row_padding": [ - 32, - 12 - ], - "layer0.tint": [ - 38, - 50, - 56, - 0 - ], - "layer0.opacity": 1 - }, - { - "class": "quick_panel_row", - "attributes": [ - "selected" - ], - "layer0.tint": [ - "foreground", - 1 - ], - "layer1.opacity": 0 - }, - { - "class": "quick_panel_label", - "fg": [ - "accent", - 1 - ], - "match_fg": [ - "accent", - 1 - ], - "selected_fg": [ - "background", - 1 - ], - "selected_match_fg": [ - "accent", - 1 - ] - }, - { - "class": "quick_panel_label", - "fg": [ - "foreground", - 0.8 - ], - "match_fg": [ - "accent", - 1 - ], - "selected_fg": [ - "background", - 1 - ], - "selected_match_fg": [ - "accent", - 1 - ] - }, - { - "class": "quick_panel_path_label", - "fg": [ - "foreground", - 0.4 - ], - "match_fg": [ - "accent", - 1 - ], - "selected_fg": [ - "background", - 1 - ], - "selected_match_fg": [ - "accent", - 1 - ] - }, - { - "class": "quick_panel_score_label", - "fg": [ - "foreground", - 0.8 - ], - "selected_fg": [ - "background", - 1 - ] - }, - { - "class": "status_bar", - "layer0.tint": "#4A616C", - "layer0.opacity": 1, - "content_margin": [ - 10, - 4, - 0, - 4 - ] + "class": "status_bar", + "layer0.tint": "#4A616C", + "layer0.opacity": 1, + "content_margin": [ + 10, + 4, + 0, + 4 + ] }, { "class": "status_bar", @@ -1730,44 +1537,6 @@ "color": "#fff", "font.bold": false }, - { - "class": "title_bar", - "bg": "rgb(115, 128, 140)", - "fg": "rgb(235, 237, 239)" - }, - { - "class": "title_bar", - "settings": [ - "meetio_titlebar" - ], - "bg": [ - "background", - 0.92 - ], - "fg": [ - "foreground", - 1 - ] - }, - { - "class": "tool_tip_control", - "layer0.tint": [ - "foreground", - 1 - ], - "layer0.opacity": 1, - "content_margin": [ - 12, - 8 - ] - }, - { - "class": "tool_tip_label_control", - "fg": [ - "background", - 1 - ] - }, { "class": "tabset_control", "layer0.opacity": 1, @@ -2107,6 +1876,44 @@ ], "layer0.opacity": 0.8 }, + { + "class": "title_bar", + "bg": "rgb(115, 128, 140)", + "fg": "rgb(235, 237, 239)" + }, + { + "class": "title_bar", + "settings": [ + "meetio_titlebar" + ], + "bg": [ + "background", + 0.92 + ], + "fg": [ + "foreground", + 1 + ] + }, + { + "class": "tool_tip_control", + "layer0.tint": [ + "foreground", + 1 + ], + "layer0.opacity": 1, + "content_margin": [ + 12, + 8 + ] + }, + { + "class": "tool_tip_label_control", + "fg": [ + "background", + 1 + ] + }, { "class": "grid_layout_control", "border_color": "rgba(255, 255, 255, 0.25)", @@ -2152,6 +1959,199 @@ "layer0.tint": "rgb(255, 255, 255)", "layer0.opacity": 0 }, + { + "class": "mini_quick_panel_row", + "layer0.tint": [ + "background", + 1 + ], + "layer0.inner_margin": [ + 2, + 2, + 2, + 2 + ], + "layer0.opacity": 1 + }, + { + "class": "mini_quick_panel_row", + "attributes": [ + "selected" + ], + "layer0.tint": [ + "foreground", + 1 + ] + }, + { + "class": "quick_panel", + "row_padding": [ + 32, + 12 + ], + "layer0.tint": [ + "background", + 1 + ], + "layer0.opacity": 1 + }, + { + "class": "quick_panel_row", + "layer0.opacity": 1 + }, + { + "class": "quick_panel_row", + "layer0.tint": [ + "background", + 1 + ], + "layer0.opacity": 1 + }, + { + "class": "quick_panel", + "row_padding": [ + 32, + 12 + ], + "layer0.tint": [ + 38, + 50, + 56, + 0 + ], + "layer0.opacity": 1 + }, + { + "class": "quick_panel_row", + "attributes": [ + "selected" + ], + "layer0.tint": [ + "foreground", + 1 + ], + "layer1.opacity": 0 + }, + { + "class": "quick_panel_label", + "fg": [ + "accent", + 1 + ], + "match_fg": [ + "accent", + 1 + ], + "selected_fg": [ + "background", + 1 + ], + "selected_match_fg": [ + "accent", + 1 + ] + }, + { + "class": "quick_panel_label", + "fg": [ + "foreground", + 0.8 + ], + "match_fg": [ + "accent", + 1 + ], + "selected_fg": [ + "background", + 1 + ], + "selected_match_fg": [ + "accent", + 1 + ] + }, + { + "class": "quick_panel_path_label", + "fg": [ + "foreground", + 0.4 + ], + "match_fg": [ + "accent", + 1 + ], + "selected_fg": [ + "background", + 1 + ], + "selected_match_fg": [ + "accent", + 1 + ] + }, + { + "class": "quick_panel_score_label", + "fg": [ + "foreground", + 0.8 + ], + "selected_fg": [ + "background", + 1 + ] + }, + { + "class": "close_button", + "layer0.texture": "Meetio/assets/default/icon_close.png", + "layer0.tint": [ + "accent", + 1 + ], + "layer0.opacity": 1, + "layer0.inner_margin": [ + 0, + 0 + ], + "content_margin": [ + 8, + 7 + ] + }, + { + "class": "close_button", + "parents": [ + { + "class": "tree_row", + "attributes": [ + "hover" + ] + } + ], + "layer0.opacity": 1 + }, + { + "class": "close_button", + "attributes": [ + "dirty" + ], + "layer0.texture": "Meetio/assets/default/dirty_icon.png", + "layer0.tint": [ + "accent", + 1 + ] + }, + { + "class": "close_button", + "attributes": [ + "hover", + "dirty" + ], + "layer0.texture": "Meetio/assets/default/dirty_icon.png", + "layer0.tint": [ + "accent", + 1 + ] + }, { "class": "vcs_status_badge", "parents": [ diff --git a/gulp-tasks/icons.js b/gulp-tasks/icons.js index 1cc69b18..2c898450 100644 --- a/gulp-tasks/icons.js +++ b/gulp-tasks/icons.js @@ -4,14 +4,11 @@ import fs from "fs"; import svg2png from "svg2png"; import defaultOptions from "./../src/icons/default.json"; -const debug = true; - function __icons(folder) { let iconPath; fs.readdirSync("./src/icons/svg").forEach(icon => { iconPath = path.join(__dirname, `/../src/icons/svg/${icon}`); icon = icon.split(".").slice(0, -1).join("."); - if (debug) console.log(`👁 reading "${icon}" icon.`); fs.readFile(iconPath, "utf8", (err, data) => { if (err) throw err; data = data.replace("#000", defaultOptions.color); @@ -20,12 +17,8 @@ function __icons(folder) { svg2png(data, { width: setting.size, height: setting.size }) .then(buffer => { fs.writeFileSync(`assets/${folder}/${setting.suffix ? icon + setting.suffix : icon}.png`, buffer, (err) => { - if (err) { - console.log(`🆘 Problme with ${icon}.`); - console.log(err); - } + if (err) console.log(err); }); - console.log(`✅ icon: "${setting.suffix ? icon + setting.suffix : icon}"" was saved!`); }) .catch(e => console.error(e)); }); diff --git a/gulp-tasks/schemes.js b/gulp-tasks/schemes.js index 5f498546..94ac1444 100644 --- a/gulp-tasks/schemes.js +++ b/gulp-tasks/schemes.js @@ -2,23 +2,16 @@ import path from "path"; import fs from "fs"; -const debug = true; - function __schemes() { let filePath; fs.readdirSync("./src/schemes/").forEach(file => { - if (debug) console.log(`👁 reading "${file}" file.`); filePath = path.join(__dirname, "/../src/schemes/" + file); file = file.split(".").slice(0, -1).join("."); fs.readFile(filePath, "utf8", (err, data) => { if (err) throw err; fs.writeFileSync(`schemes/${file}.sublime-color-scheme`, data, (err) => { - if (err) { - console.log(`🆘 Problme with ${file}.`); - console.log(err); - } + if (err) console.log(err); }); - console.log(`✅ scheme "${file}" was saved!`); }); }); } diff --git a/gulp-tasks/themes.js b/gulp-tasks/themes.js index fe01ee3e..43c696b0 100644 --- a/gulp-tasks/themes.js +++ b/gulp-tasks/themes.js @@ -2,13 +2,10 @@ import path from "path"; import fs from "fs"; -const debug = true; - function __theme(name, folder) { const merge = []; let options = {}; fs.readdirSync(`./src/themes/${folder}/`).forEach(file => { - if (debug) console.log(`👁 reading "${file}" file.`); file = path.join(__dirname, `/../src/themes/${folder}/` + file); fs.readFile(file, "utf8", (err, data) => { if (err) throw err; @@ -18,14 +15,10 @@ function __theme(name, folder) { merge.push(value); }); fs.writeFileSync(`${name}.sublime-theme`, JSON.stringify(merge, null, 4), (err) => { - if (err) { - console.log(`🆘 Problme with ${name}.`); - console.log(err); - } + if (err) console.log(err); }); }); }); - console.log(`✅ theme "${name}" was saved!`); } export default function themes() { diff --git a/src/themes/default/sidebar.json b/src/themes/default/sidebar.json index 496a3f65..52e3dc10 100644 --- a/src/themes/default/sidebar.json +++ b/src/themes/default/sidebar.json @@ -7,7 +7,7 @@ }, { "class": "sidebar_tree", - "row_padding": [20, 8], + "row_padding": [20, 6], "indent": 10, "indent_offset": 2, "indent_top_level": false,