diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d9fda0..0e547b74 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ + +# [4.6.0](https://github.com/meetio-theme/sublime-meetio-theme/compare/v4.5.6...v4.6.0) (2020-08-28) + + +### Bug Fixes + +* border in status bar ([79d2499](https://github.com/meetio-theme/sublime-meetio-theme/commit/79d2499)) +* remove tint_index in input ([bc742e7](https://github.com/meetio-theme/sublime-meetio-theme/commit/bc742e7)) +* update schemes ([4f9f5be](https://github.com/meetio-theme/sublime-meetio-theme/commit/4f9f5be)) + + +### Features + +* add `meetio_high_contrast` option ([8a3cbde](https://github.com/meetio-theme/sublime-meetio-theme/commit/8a3cbde)) +* add `meetio_tab_navigation` option ([1ff6c36](https://github.com/meetio-theme/sublime-meetio-theme/commit/1ff6c36)) +* theme add link_color prop ([5312506](https://github.com/meetio-theme/sublime-meetio-theme/commit/5312506)) + + + + +## [4.5.6](https://github.com/meetio-theme/sublime-meetio-theme/compare/4.5.5...v4.5.6) (2020-08-20) + + +### Bug Fixes + +* add `entity.name.filename` as a custom rule for schemes ([a76c662](https://github.com/meetio-theme/sublime-meetio-theme/commit/a76c662)) + + + ## [4.5.6](https://github.com/meetio-theme/sublime-meetio-theme/compare/4.5.5...4.5.6) (2020-08-20) diff --git a/Meetio-Theme.hidden-theme b/Meetio-Theme.hidden-theme index 901ff862..e3cf71e6 100644 --- a/Meetio-Theme.hidden-theme +++ b/Meetio-Theme.hidden-theme @@ -229,40 +229,6 @@ "vcsMissing": "var(--orangish)" }, "rules": [ - { - "class": "fold_button_control", - "layer0.texture": "Meetio Theme/textures/navigation/arrow_right.png", - "layer0.tint": "var(colorAccent)", - "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 Theme/textures/navigation/arrow_down.png", - "layer0.tint": "var(colorAccent)", - "content_margin": [ - 12, - 12 - ] - }, { "class": "annotation_close_button", "content_margin": 8, @@ -285,6 +251,77 @@ "interpolation": "smoothstep" } }, + { + "class": "popup_control", + "layer0.tint": [ + "background", + 1 + ], + "layer0.opacity": 1, + "content_margin": 0 + }, + { + "class": "auto_complete_details" + }, + { + "class": "auto_complete_info", + "spacing": 8 + }, + { + "class": "auto_complete", + "row_padding": 0, + "tint_index": 0, + "tint_modifier": [ + "background", + 1 + ], + "layer0.opacity": 1 + }, + { + "class": "auto_complete_label", + "font.face": "var(fontFace)", + "font.size": "var(autoCompleteFontSize)", + "font.italic": "var(autoCompleteFontItalic)", + "fg": "var(autoCompleteColor)", + "match_fg": "var(autoCompleteMatchColor)", + "selected_fg": "var(autoCompleteSelectedColor)", + "selected_match_fg": "var(autoCompleteSelectedMatchColor)", + "fg_blend": "var(autoCompleteBlend)" + }, + { + "class": "auto_complete_kind_name_label", + "font.italic": true, + "border_color": "color(var(--accent) a(0.8))" + }, + { + "class": "auto_complete_description_label", + "font.italic": true + }, + { + "class": "auto_complete_hint", + "opacity": 0.7, + "font.italic": true + }, + { + "class": "table_row", + "layer0.tint": "var(autoCompleteSelectedBackground)", + "layer0.opacity": 0 + }, + { + "class": "table_row", + "attributes": [ + "selected" + ], + "layer0.opacity": 1 + }, + { + "class": "dialog", + "layer0.tint": [ + "background", + 0.94 + ], + "layer0.opacity": 1 + }, { "class": "button_control", "layer0.tint": "var(buttonBackground)", @@ -324,6 +361,40 @@ "interpolation": "smoothstep" } }, + { + "class": "fold_button_control", + "layer0.texture": "Meetio Theme/textures/navigation/arrow_right.png", + "layer0.tint": "var(colorAccent)", + "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 Theme/textures/navigation/arrow_down.png", + "layer0.tint": "var(colorAccent)", + "content_margin": [ + 12, + 12 + ] + }, { "class": "dropdown_button_control", "layer0.texture": "Meetio Theme/textures/actions/history.png", @@ -342,19 +413,6 @@ ], "layer0.opacity": 0.8 }, - { - "class": "grid_layout_control", - "border_color": "var(gridLayoutBorderColor)", - "border_size": "var(gridLayoutBorderSize)" - }, - { - "class": "dialog", - "layer0.tint": [ - "background", - 0.94 - ], - "layer0.opacity": 1 - }, { "class": "disclosure_button_control", "layer0.texture": "Meetio Theme/textures/disclosure.png", @@ -499,280 +557,414 @@ "layer0.opacity": 1 }, { - "class": "popup_control", - "layer0.tint": [ - "background", - 1 - ], - "layer0.opacity": 1, - "content_margin": 0 - }, - { - "class": "auto_complete_details" - }, - { - "class": "auto_complete_info", + "class": "icon_button_group", "spacing": 8 }, { - "class": "auto_complete", - "row_padding": 0, - "tint_index": 0, - "tint_modifier": [ - "background", - 1 - ], - "layer0.opacity": 1 - }, - { - "class": "auto_complete_label", - "font.face": "var(fontFace)", - "font.size": "var(autoCompleteFontSize)", - "font.italic": "var(autoCompleteFontItalic)", - "fg": "var(autoCompleteColor)", - "match_fg": "var(autoCompleteMatchColor)", - "selected_fg": "var(autoCompleteSelectedColor)", - "selected_match_fg": "var(autoCompleteSelectedMatchColor)", - "fg_blend": "var(autoCompleteBlend)" - }, - { - "class": "auto_complete_kind_name_label", - "font.italic": true, - "border_color": "color(var(--accent) a(0.8))" - }, - { - "class": "auto_complete_description_label", - "font.italic": true - }, - { - "class": "auto_complete_hint", - "opacity": 0.7, - "font.italic": true - }, - { - "class": "table_row", - "layer0.tint": "var(autoCompleteSelectedBackground)", - "layer0.opacity": 0 + "class": "icon_button_control", + "layer0.tint": "var(buttonIconFileBackground)", + "layer0.inner_margin": 0, + "layer0.opacity": 1, + "content_margin": 8 }, { - "class": "table_row", + "class": "icon_button_control", "attributes": [ "selected" ], - "layer0.opacity": 1 + "layer0.tint": "var(buttonIconFileSelectedBackground)" }, { - "class": "label_control", - "fg": [ - "foreground", - 1 - ], - "font.bold": false + "class": "icon_regex", + "layer0.texture": "Meetio Theme/textures/find/icon_regex.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, + "content_margin": [ + 12, + 12 + ] }, { - "class": "label_control", - "parents": [ - { - "class": "button_control" - } - ], - "color": [ - "foreground", - 1 + "class": "icon_regex", + "attributes": [ + "hover" ], - "font.bold": true + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "label_control", + "class": "icon_regex", "parents": [ { - "class": "panel_control" + "class": "icon_button_control", + "attributes": [ + "selected" + ] } ], - "color": [ - "foreground", - 1 - ], - "font.bold": true + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 }, { - "class": "title_label_control", - "fg": [ - "foreground", - 1 + "class": "icon_case", + "layer0.texture": "Meetio Theme/textures/find/icon_case_sensitive.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, + "content_margin": [ + 12, + 12 + ] + }, + { + "class": "icon_case", + "attributes": [ + "hover" ], - "font.size": "var(fontSizeHuge)" + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "label_control", + "class": "icon_case", "parents": [ { - "class": "button_control" + "class": "icon_button_control", + "attributes": [ + "selected" + ] } - ] + ], + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 }, { - "class": "panel_control", - "layer0.tint": "var(panelControlBackground)", - "layer0.opacity": 1, - "layer0.inner_margin": [ - 2, - 2, - 2, - 2 - ], - "layer1.opacity": 0, - "layer1.draw_center": false, - "layer1.inner_margin": [ - 0, - 1, - 0, - 0 - ], + "class": "icon_whole_word", + "layer0.texture": "Meetio Theme/textures/find/icon_whole_word.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ 12, 12 ] }, { - "class": "panel_control", - "layer1.opacity": 1, - "layer1.tint": "color(#000 l(20%))", - "settings": [ - "meetio_high_contrast" - ] + "class": "icon_whole_word", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "panel_control", + "class": "icon_whole_word", "parents": [ { - "class": "window", + "class": "icon_button_control", "attributes": [ - "file_light" + "selected" ] } ], - "layer1.opacity": 1, - "layer1.tint": "color(#000 l(80%))", - "settings": [ - "meetio_high_contrast" + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 + }, + { + "class": "icon_wrap", + "layer0.texture": "Meetio Theme/textures/find/icon_wrap.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, + "content_margin": [ + 12, + 12 ] }, { - "class": "panel_control", + "class": "icon_wrap", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } + }, + { + "class": "icon_wrap", "parents": [ { - "class": "window" + "class": "icon_button_control", + "attributes": [ + "selected" + ] } - ] - }, - { - "class": "panel_grid_control", - "inside_spacing": 4, - "outside_hspacing": 4, - "outside_vspacing": 4 + ], + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 }, { - "class": "panel_close_button", - "layer0.texture": "Meetio Theme/textures/actions/icon_close.png", - "layer0.tint": "var(colorAccent)", + "class": "icon_in_selection", + "layer0.texture": "Meetio Theme/textures/find/icon_in_selection.png", + "layer0.tint": "var(buttonIconFileColor)", "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_in_selection", "attributes": [ "hover" ], "layer0.opacity": { - "target": 0.6, - "speed": 4, + "target": 0.9, + "speed": 5, "interpolation": "smoothstep" } }, { - "class": "close_button", - "layer0.texture": "Meetio Theme/textures/actions/icon_close.png", - "layer0.tint": "var(colorAccent)", - "layer0.opacity": 1, - "layer0.inner_margin": [ - 3, - 3 - ], - "content_margin": [ - 8, - 8 - ] - }, - { - "class": "close_button", + "class": "icon_in_selection", "parents": [ { - "class": "tree_row", + "class": "icon_button_control", "attributes": [ - "hover" + "selected" ] } ], + "layer0.tint": "var(buttonIconFileSelectedColor)", "layer0.opacity": 1 }, { - "class": "close_button", - "attributes": [ - "dirty" - ], - "layer0.texture": "Meetio Theme/textures/dirty_icon.png", - "layer0.tint": "var(colorAccent)" + "class": "icon_highlight", + "layer0.texture": "Meetio Theme/textures/find/icon_highlight_matches.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, + "content_margin": [ + 12, + 12 + ] }, { - "class": "close_button", + "class": "icon_highlight", "attributes": [ - "hover", - "dirty" + "hover" ], - "layer0.texture": "Meetio Theme/textures/dirty_icon.png", - "layer0.tint": "var(colorAccent)" + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } }, { - "class": "overlay_control", - "layer0.texture": "Meetio Theme/textures/overlay_bg.png", - "layer0.inner_margin": [ - 24, - 4, - 24, - 33 - ], - "layer0.opacity": 1, - "layer0.tint": "var(panelControlBackground)", - "layer1.texture": "Meetio Theme/textures/quick_panel_background.png", - "layer1.inner_margin": [ - 16, - 0, - 16, - 25 + "class": "icon_highlight", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } ], - "layer1.opacity": 1, + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 + }, + { + "class": "icon_preserve_case", + "layer0.texture": "Meetio Theme/textures/find/icon_preserve_case.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, "content_margin": [ 12, - 4, - 13, - 28 + 12 ] }, { - "class": "text_line_control", - "layer0.opacity": 1, - "layer0.inner_margin": [ - 20, - 5, + "class": "icon_preserve_case", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } + }, + { + "class": "icon_preserve_case", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } + ], + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 + }, + { + "class": "icon_context", + "layer0.texture": "Meetio Theme/textures/find/icon_in_context.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, + "content_margin": [ + 12, + 12 + ] + }, + { + "class": "icon_context", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } + }, + { + "class": "icon_context", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } + ], + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 + }, + { + "class": "icon_use_buffer", + "layer0.texture": "Meetio Theme/textures/find/icon_use_buffer.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, + "content_margin": [ + 12, + 12 + ] + }, + { + "class": "icon_use_buffer", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } + }, + { + "class": "icon_use_buffer", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } + ], + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 + }, + { + "class": "icon_use_gitignore", + "layer0.texture": "Meetio Theme/textures/find/icon_use_gitignore.png", + "layer0.tint": "var(buttonIconFileColor)", + "layer0.opacity": { + "target": 0.5, + "speed": 5, + "interpolation": "smoothstep" + }, + "content_margin": [ + 12, + 12 + ] + }, + { + "class": "icon_use_gitignore", + "attributes": [ + "hover" + ], + "layer0.opacity": { + "target": 0.9, + "speed": 5, + "interpolation": "smoothstep" + } + }, + { + "class": "icon_use_gitignore", + "parents": [ + { + "class": "icon_button_control", + "attributes": [ + "selected" + ] + } + ], + "layer0.tint": "var(buttonIconFileSelectedColor)", + "layer0.opacity": 1 + }, + { + "class": "grid_layout_control", + "border_color": "var(gridLayoutBorderColor)", + "border_size": "var(gridLayoutBorderSize)" + }, + { + "class": "text_line_control", + "layer0.opacity": 1, + "layer0.inner_margin": [ + 20, + 5, 20, 5 ], @@ -1168,557 +1360,483 @@ "border_color": "color(var(--accent) a(0.8))" }, { - "class": "scroll_area_control", - "settings": [ - "overlay_scroll_bars" + "class": "label_control", + "fg": [ + "foreground", + 1 ], - "overlay": true + "font.bold": false }, { - "class": "scroll_area_control", - "settings": [ - "!overlay_scroll_bars" + "class": "label_control", + "parents": [ + { + "class": "button_control" + } ], - "overlay": false + "color": [ + "foreground", + 1 + ], + "font.bold": true }, { - "class": "scroll_area_control", + "class": "label_control", "parents": [ { - "class": "sidebar_container" + "class": "panel_control" } ], - "content_margin": [ - 0, - 10, - 0, - 10 - ] - }, - { - "class": "scroll_bar_control", - "layer0.opacity": 1, - "content_margin": 4, - "tint_index": 0 - }, - { - "class": "scroll_bar_control", - "settings": [ - "overlay_scroll_bars" + "color": [ + "foreground", + 1 ], - "layer0.opacity": 0 + "font.bold": true }, { - "class": "scroll_bar_control", - "settings": [ - "!overlay_scroll_bars" + "class": "title_label_control", + "fg": [ + "foreground", + 1 ], - "layer0.opacity": 1 + "font.size": "var(fontSizeHuge)" }, { - "class": "scroll_bar_control", + "class": "label_control", "parents": [ { - "class": "popup_control auto_complete_popup" + "class": "button_control" } - ], - "tint_modifier": [ - 0, - 0, - 0, - 0.05 ] }, { - "class": "scroll_bar_control", - "parents": [ - { - "class": "switch_project_window" - } - ], - "layer0.tint": [ - 235, - 237, - 239 + "class": "close_button", + "layer0.texture": "Meetio Theme/textures/actions/icon_close.png", + "layer0.tint": "var(colorAccent)", + "layer0.opacity": 1, + "layer0.inner_margin": [ + 3, + 3 ], - "tint_index": -1 + "content_margin": [ + 8, + 8 + ] }, { - "class": "scroll_bar_control", + "class": "close_button", "parents": [ { - "class": "sidebar_container" + "class": "tree_row", + "attributes": [ + "hover" + ] } ], - "layer0.opacity": 0 + "layer0.opacity": 1 }, { - "class": "scroll_corner_control", - "parents": [ - { - "class": "sidebar_container" - } + "class": "close_button", + "attributes": [ + "dirty" ], - "layer0.opacity": 0 + "layer0.texture": "Meetio Theme/textures/dirty_icon.png", + "layer0.tint": "var(colorAccent)" }, { - "class": "scroll_bar_control", - "parents": [ - { - "class": "overlay_control" - } + "class": "close_button", + "attributes": [ + "hover", + "dirty" ], - "layer0.opacity": 0, - "content_margin": [ - 4, - 0, - 0, - 0 - ] + "layer0.texture": "Meetio Theme/textures/dirty_icon.png", + "layer0.tint": "var(colorAccent)" }, { - "class": "scroll_track_control", - "layer0.tint": "var(scrollBar)", - "layer0.opacity": 1, - "layer0.inner_margin": 2, - "content_margin": [ - 4, + "class": "overlay_control", + "layer0.texture": "Meetio Theme/textures/overlay_bg.png", + "layer0.inner_margin": [ + 24, 4, - 3, - 4 - ] - }, - { - "class": "puck_control", - "layer0.tint": "var(scrollTrack)", - "layer0.opacity": 1 - }, - { - "class": "scroll_corner_control", + 24, + 33 + ], "layer0.opacity": 1, - "tint_index": 0 - }, - { - "class": "scroll_track_control", - "attributes": [ - "horizontal" + "layer0.tint": "var(panelControlBackground)", + "layer1.texture": "Meetio Theme/textures/quick_panel_background.png", + "layer1.inner_margin": [ + 16, + 0, + 16, + 25 ], - "layer0.tint": "var(scrollBar)", + "layer1.opacity": 1, "content_margin": [ + 12, 4, - 4, - 4, - 3 + 13, + 28 ] }, { - "class": "puck_control", - "attributes": [ - "horizontal" - ], - "layer0.tint": "var(scrollTrack)" - }, - { - "class": "icon_button_group", - "spacing": 8 - }, - { - "class": "icon_button_control", - "layer0.tint": "var(buttonIconFileBackground)", - "layer0.inner_margin": 0, + "class": "panel_control", + "layer0.tint": "var(panelControlBackground)", "layer0.opacity": 1, - "content_margin": 8 - }, - { - "class": "icon_button_control", - "attributes": [ - "selected" + "layer0.inner_margin": [ + 2, + 2, + 2, + 2 + ], + "layer1.opacity": 0, + "layer1.draw_center": false, + "layer1.inner_margin": [ + 0, + 1, + 0, + 0 ], - "layer0.tint": "var(buttonIconFileSelectedBackground)" - }, - { - "class": "icon_regex", - "layer0.texture": "Meetio Theme/textures/find/icon_regex.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, "content_margin": [ 12, 12 ] }, { - "class": "icon_regex", - "attributes": [ - "hover" - ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "class": "panel_control", + "layer1.opacity": 1, + "layer1.tint": "color(#000 l(20%))", + "settings": [ + "meetio_high_contrast" + ] }, { - "class": "icon_regex", + "class": "panel_control", "parents": [ { - "class": "icon_button_control", + "class": "window", "attributes": [ - "selected" + "file_light" ] } ], - "layer0.tint": "var(buttonIconFileSelectedColor)", - "layer0.opacity": 1 + "layer1.opacity": 1, + "layer1.tint": "color(#000 l(80%))", + "settings": [ + "meetio_high_contrast" + ] }, { - "class": "icon_case", - "layer0.texture": "Meetio Theme/textures/find/icon_case_sensitive.png", - "layer0.tint": "var(buttonIconFileColor)", + "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 Theme/textures/actions/icon_close.png", + "layer0.tint": "var(colorAccent)", "layer0.opacity": { - "target": 0.5, - "speed": 5, + "target": 0.4, + "speed": 4, "interpolation": "smoothstep" }, + "layer1.opacity": 0, "content_margin": [ - 12, - 12 + 0, + 0 ] }, { - "class": "icon_case", + "class": "panel_close_button", "attributes": [ "hover" ], "layer0.opacity": { - "target": 0.9, - "speed": 5, + "target": 0.6, + "speed": 4, "interpolation": "smoothstep" } }, { - "class": "icon_case", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } + "class": "progress_bar_control", + "layer0.tint": [ + "background", + 0.94 ], - "layer0.tint": "var(buttonIconFileSelectedColor)", "layer0.opacity": 1 }, { - "class": "icon_whole_word", - "layer0.texture": "Meetio Theme/textures/find/icon_whole_word.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, + "class": "progress_gauge_control", + "layer0.tint": "var(colorAccent)", + "layer0.opacity": 1, "content_margin": [ - 12, - 12 + 0, + 8 ] }, { - "class": "icon_whole_word", - "attributes": [ - "hover" + "class": "mini_quick_panel_row", + "layer0.tint": "var(panelRowBackground)", + "layer0.inner_margin": [ + 2, + 2, + 2, + 2 ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.opacity": 1 }, { - "class": "icon_whole_word", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } + "class": "mini_quick_panel_row", + "attributes": [ + "selected" ], - "layer0.tint": "var(buttonIconFileSelectedColor)", - "layer0.opacity": 1 + "layer0.tint": "var(panelRowSelectedBackground)" }, { - "class": "icon_wrap", - "layer0.texture": "Meetio Theme/textures/find/icon_wrap.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 - ] + "class": "quick_panel", + "row_padding": "var(panelRowPadding)", + "layer0.tint": [ + "background", + 1 + ], + "layer0.opacity": 1 }, { - "class": "icon_wrap", - "attributes": [ - "hover" + "class": "quick_panel", + "parents": [ + { + "class": "overlay_control goto_symbol" + } ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "row_padding": [ + 0, + 0, + 0, + 0 + ] }, { - "class": "icon_wrap", + "class": "quick_panel", "parents": [ { - "class": "icon_button_control", - "attributes": [ - "selected" - ] + "class": "overlay_control goto_symbol_in_project" } ], - "layer0.tint": "var(buttonIconFileSelectedColor)", + "row_padding": [ + 0, + 0, + 0, + 0 + ] + }, + { + "class": "quick_panel_row", "layer0.opacity": 1 }, { - "class": "icon_in_selection", - "layer0.texture": "Meetio Theme/textures/find/icon_in_selection.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 - ] + "class": "quick_panel_row", + "layer0.tint": "var(panelRowBackground)", + "layer0.opacity": 1 }, { - "class": "icon_in_selection", + "class": "quick_panel_row", "attributes": [ - "hover" + "selected" ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.tint": "var(panelRowSelectedBackground)" }, { - "class": "icon_in_selection", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } - ], - "layer0.tint": "var(buttonIconFileSelectedColor)", - "layer0.opacity": 1 + "class": "quick_panel_entry", + "spacing": 1 }, { - "class": "icon_highlight", - "layer0.texture": "Meetio Theme/textures/find/icon_highlight_matches.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 - ] + "class": "quick_panel_label", + "font.face": "var(fontFace)", + "font.size": "var(panelRowFontSize)", + "fg": "var(panelRowColor)", + "match_fg": "var(panelRowMatchColor)", + "selected_fg": "var(panelRowSelectedColor)", + "selected_match_fg": "var(panelRowSelectedMatchColor)" }, { - "class": "icon_highlight", - "attributes": [ - "hover" + "class": "quick_panel_path_label", + "font.face": "var(fontFace)", + "font.size": "var(panelPathRowFontSize)", + "fg": "var(panelPathRowColor)", + "match_fg": "var(panelRowMatchColor)", + "selected_fg": "var(panelRowSelectedColor)", + "selected_match_fg": "var(panelRowSelectedMatchColor)" + }, + { + "class": "quick_panel_label hint", + "font.size": "var(panelPathRowFontSize)", + "font.italic": true + }, + { + "class": "quick_panel_label key_binding", + "font.size": "var(panelPathRowFontSize)" + }, + { + "class": "scroll_area_control", + "settings": [ + "overlay_scroll_bars" ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "overlay": true }, { - "class": "icon_highlight", + "class": "scroll_area_control", + "settings": [ + "!overlay_scroll_bars" + ], + "overlay": false + }, + { + "class": "scroll_area_control", "parents": [ { - "class": "icon_button_control", - "attributes": [ - "selected" - ] + "class": "sidebar_container" } ], - "layer0.tint": "var(buttonIconFileSelectedColor)", - "layer0.opacity": 1 - }, - { - "class": "icon_preserve_case", - "layer0.texture": "Meetio Theme/textures/find/icon_preserve_case.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, "content_margin": [ - 12, - 12 + 0, + 10, + 0, + 10 ] }, { - "class": "icon_preserve_case", - "attributes": [ - "hover" + "class": "scroll_bar_control", + "layer0.opacity": 1, + "content_margin": 4, + "tint_index": 0 + }, + { + "class": "scroll_bar_control", + "settings": [ + "overlay_scroll_bars" + ], + "layer0.opacity": 0 + }, + { + "class": "scroll_bar_control", + "settings": [ + "!overlay_scroll_bars" ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.opacity": 1 }, { - "class": "icon_preserve_case", + "class": "scroll_bar_control", "parents": [ { - "class": "icon_button_control", - "attributes": [ - "selected" - ] + "class": "popup_control auto_complete_popup" } ], - "layer0.tint": "var(buttonIconFileSelectedColor)", - "layer0.opacity": 1 - }, - { - "class": "icon_context", - "layer0.texture": "Meetio Theme/textures/find/icon_in_context.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 + "tint_modifier": [ + 0, + 0, + 0, + 0.05 ] }, { - "class": "icon_context", - "attributes": [ - "hover" + "class": "scroll_bar_control", + "parents": [ + { + "class": "switch_project_window" + } ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.tint": [ + 235, + 237, + 239 + ], + "tint_index": -1 }, { - "class": "icon_context", + "class": "scroll_bar_control", "parents": [ { - "class": "icon_button_control", - "attributes": [ - "selected" - ] + "class": "sidebar_container" } ], - "layer0.tint": "var(buttonIconFileSelectedColor)", - "layer0.opacity": 1 - }, - { - "class": "icon_use_buffer", - "layer0.texture": "Meetio Theme/textures/find/icon_use_buffer.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, - "content_margin": [ - 12, - 12 - ] + "layer0.opacity": 0 }, { - "class": "icon_use_buffer", - "attributes": [ - "hover" + "class": "scroll_corner_control", + "parents": [ + { + "class": "sidebar_container" + } ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.opacity": 0 }, { - "class": "icon_use_buffer", + "class": "scroll_bar_control", "parents": [ { - "class": "icon_button_control", - "attributes": [ - "selected" - ] + "class": "overlay_control" } ], - "layer0.tint": "var(buttonIconFileSelectedColor)", - "layer0.opacity": 1 + "layer0.opacity": 0, + "content_margin": [ + 4, + 0, + 0, + 0 + ] }, { - "class": "icon_use_gitignore", - "layer0.texture": "Meetio Theme/textures/find/icon_use_gitignore.png", - "layer0.tint": "var(buttonIconFileColor)", - "layer0.opacity": { - "target": 0.5, - "speed": 5, - "interpolation": "smoothstep" - }, + "class": "scroll_track_control", + "layer0.tint": "var(scrollBar)", + "layer0.opacity": 1, + "layer0.inner_margin": 2, "content_margin": [ - 12, - 12 + 4, + 4, + 3, + 4 ] }, { - "class": "icon_use_gitignore", + "class": "puck_control", + "layer0.tint": "var(scrollTrack)", + "layer0.opacity": 1 + }, + { + "class": "scroll_corner_control", + "layer0.opacity": 1, + "tint_index": 0 + }, + { + "class": "scroll_track_control", "attributes": [ - "hover" + "horizontal" ], - "layer0.opacity": { - "target": 0.9, - "speed": 5, - "interpolation": "smoothstep" - } + "layer0.tint": "var(scrollBar)", + "content_margin": [ + 4, + 4, + 4, + 3 + ] }, { - "class": "icon_use_gitignore", - "parents": [ - { - "class": "icon_button_control", - "attributes": [ - "selected" - ] - } + "class": "puck_control", + "attributes": [ + "horizontal" ], - "layer0.tint": "var(buttonIconFileSelectedColor)", - "layer0.opacity": 1 + "layer0.tint": "var(scrollTrack)" }, { "class": "sidebar_container", - "layer0.opacity": 1, "layer0.tint": "var(sidebarBackground)", "layer1.inner_margin": [ 0, @@ -1726,6 +1844,7 @@ 1, 0 ], + "layer0.opacity": 1, "layer1.draw_center": false, "content_margin": [ 0, @@ -1927,139 +2046,134 @@ "font.italic": false }, { - "class": "progress_bar_control", - "layer0.tint": [ - "background", - 0.94 - ], - "layer0.opacity": 1 - }, - { - "class": "progress_gauge_control", - "layer0.tint": "var(colorAccent)", + "class": "status_bar", "layer0.opacity": 1, - "content_margin": [ + "layer0.tint": "var(statusbarBackground)", + "content_margin": "var(statusbarMargin)", + "layer1.inner_margin": [ 0, - 8 - ] - }, - { - "class": "title_bar", - "bg": "var(titleBarBackground)", - "fg": "var(titleBarColor)" - }, - { - "class": "mini_quick_panel_row", - "layer0.tint": "var(panelRowBackground)", - "layer0.inner_margin": [ - 2, - 2, - 2, - 2 - ], - "layer0.opacity": 1 - }, - { - "class": "mini_quick_panel_row", - "attributes": [ - "selected" - ], - "layer0.tint": "var(panelRowSelectedBackground)" - }, - { - "class": "quick_panel", - "row_padding": "var(panelRowPadding)", - "layer0.tint": [ - "background", - 1 + 1, + 0, + 0 ], - "layer0.opacity": 1 + "layer1.opacity": 0, + "layer1.draw_center": false }, { - "class": "quick_panel", - "parents": [ - { - "class": "overlay_control goto_symbol" - } - ], - "row_padding": [ - 0, - 0, - 0, - 0 + "class": "status_bar", + "layer0.tint": "color(var(statusbarBackground) alpha(0.8))", + "layer1.tint": "color(#000 l(20%))", + "layer1.opacity": 1, + "settings": [ + "meetio_high_contrast" ] }, { - "class": "quick_panel", + "class": "status_bar", "parents": [ { - "class": "overlay_control goto_symbol_in_project" - } - ], - "row_padding": [ - 0, - 0, - 0, - 0 + "class": "window", + "attributes": [ + "file_light" + ] + } + ], + "layer0.tint": "color(var(statusbarBackground) alpha(0.96))", + "layer1.tint": "color(#000 l(80%))", + "layer1.opacity": 1, + "settings": [ + "meetio_high_contrast" ] }, { - "class": "quick_panel_row", - "layer0.opacity": 1 + "class": "panel_button_control", + "layer0.texture": "Meetio Theme/textures/actions/overflow_menu.png", + "layer0.tint": "var(statusbarIconColor)", + "layer0.opacity": 1, + "content_margin": 9, + "layer0.inner_margin": 4 }, { - "class": "quick_panel_row", - "layer0.tint": "var(panelRowBackground)", - "layer0.opacity": 1 + "class": "panel_button_control", + "attributes": [ + "hover" + ], + "layer0.opacity": 0.8 }, { - "class": "quick_panel_row", - "attributes": [ - "selected" + "class": "vcs_branch_icon", + "settings": [ + "!meetio_status_badges" ], - "layer0.tint": "var(panelRowSelectedBackground)" + "content_margin": 0, + "layer0.texture": "", + "layer0.opacity": 0 }, { - "class": "quick_panel_entry", - "spacing": 1 + "class": "vcs_branch_icon", + "settings": [ + "meetio_status_badges" + ], + "layer0.texture": "Meetio Theme/textures/actions/branch.png", + "content_margin": 8, + "layer0.tint": "var(statusbarIconColor)", + "layer0.inner_margin": 2, + "layer0.opacity": 1 }, { - "class": "quick_panel_label", - "font.face": "var(fontFace)", - "font.size": "var(panelRowFontSize)", - "fg": "var(panelRowColor)", - "match_fg": "var(panelRowMatchColor)", - "selected_fg": "var(panelRowSelectedColor)", - "selected_match_fg": "var(panelRowSelectedMatchColor)" + "class": "vcs_branch_icon", + "attributes": [ + "hover" + ], + "layer0.opacity": 0.8 }, { - "class": "quick_panel_path_label", - "font.face": "var(fontFace)", - "font.size": "var(panelPathRowFontSize)", - "fg": "var(panelPathRowColor)", - "match_fg": "var(panelRowMatchColor)", - "selected_fg": "var(panelRowSelectedColor)", - "selected_match_fg": "var(panelRowSelectedMatchColor)" + "class": "sidebar_button_control", + "layer0.texture": "Meetio Theme/textures/actions/sidebar_button.png", + "content_margin": 8, + "layer0.tint": "var(statusbarIconColor)", + "layer0.inner_margin": 2, + "layer0.opacity": 1 }, { - "class": "quick_panel_label hint", - "font.size": "var(panelPathRowFontSize)", - "font.italic": true + "class": "sidebar_button_control", + "attributes": [ + "hover" + ], + "layer0.opacity": 0.8 }, { - "class": "quick_panel_label key_binding", - "font.size": "var(panelPathRowFontSize)" + "class": "status_container", + "content_margin": [ + 8, + 0, + 0, + 0 + ] }, { - "class": "symbol_container", - "content_margin": 4 + "class": "status_button", + "content_margin": [ + 10, + 0, + 10, + 0 + ], + "min_size": [ + 80, + 0 + ] }, { - "class": "symbol_container", - "platforms": [ - "windows" + "class": "label_control", + "parents": [ + { + "class": "status_bar" + } ], - "content_margin": 4 + "font.size": "var(statusbarLabelFontSize)", + "color": "var(statusbarLabelColor)", + "font.bold": "var(statusbarLabelBold)" }, { "class": "tabset_control", @@ -2425,147 +2539,33 @@ "layer0.opacity": 1 }, { - "class": "tool_tip_control", - "layer0.tint": "var(tooltipBackground)", - "layer0.opacity": 1, - "content_margin": [ - 12, - 8 - ] - }, - { - "class": "tool_tip_label_control", - "fg": "var(tooltipLabelColor)" + "class": "symbol_container", + "content_margin": 4 }, { - "class": "status_bar", - "layer0.opacity": 1, - "layer0.tint": "var(statusbarBackground)", - "content_margin": "var(statusbarMargin)", - "layer1.inner_margin": [ - 0, - 1, - 0, - 0 + "class": "symbol_container", + "platforms": [ + "windows" ], - "layer1.opacity": 0, - "layer1.draw_center": false - }, - { - "class": "status_bar", - "layer0.tint": "color(var(statusbarBackground) alpha(0.8))", - "layer1.tint": "color(#000 l(20%))", - "layer1.opacity": 1, - "settings": [ - "meetio_high_contrast" - ] + "content_margin": 4 }, { - "class": "status_bar", - "parents": [ - { - "class": "window", - "attributes": [ - "file_light" - ] - } - ], - "layer0.tint": "color(var(statusbarBackground) alpha(0.96))", - "layer1.tint": "color(#000 l(80%))", - "layer1.opacity": 1, - "settings": [ - "meetio_high_contrast" - ] + "class": "title_bar", + "bg": "var(titleBarBackground)", + "fg": "var(titleBarColor)" }, { - "class": "panel_button_control", - "layer0.texture": "Meetio Theme/textures/actions/overflow_menu.png", - "layer0.tint": "var(statusbarIconColor)", + "class": "tool_tip_control", + "layer0.tint": "var(tooltipBackground)", "layer0.opacity": 1, - "content_margin": 9, - "layer0.inner_margin": 4 - }, - { - "class": "panel_button_control", - "attributes": [ - "hover" - ], - "layer0.opacity": 0.8 - }, - { - "class": "vcs_branch_icon", - "settings": [ - "!meetio_status_badges" - ], - "content_margin": 0, - "layer0.texture": "", - "layer0.opacity": 0 - }, - { - "class": "vcs_branch_icon", - "settings": [ - "meetio_status_badges" - ], - "layer0.texture": "Meetio Theme/textures/actions/branch.png", - "content_margin": 8, - "layer0.tint": "var(statusbarIconColor)", - "layer0.inner_margin": 2, - "layer0.opacity": 1 - }, - { - "class": "vcs_branch_icon", - "attributes": [ - "hover" - ], - "layer0.opacity": 0.8 - }, - { - "class": "sidebar_button_control", - "layer0.texture": "Meetio Theme/textures/actions/sidebar_button.png", - "content_margin": 8, - "layer0.tint": "var(statusbarIconColor)", - "layer0.inner_margin": 2, - "layer0.opacity": 1 - }, - { - "class": "sidebar_button_control", - "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 + 12, + 8 ] }, { - "class": "label_control", - "parents": [ - { - "class": "status_bar" - } - ], - "font.size": "var(statusbarLabelFontSize)", - "color": "var(statusbarLabelColor)", - "font.bold": "var(statusbarLabelBold)" + "class": "tool_tip_label_control", + "fg": "var(tooltipLabelColor)" }, { "class": "vcs_status_badge", diff --git a/messages.json b/messages.json index 4aa32c53..f41c8eb4 100644 --- a/messages.json +++ b/messages.json @@ -24,5 +24,6 @@ "4.0.0": "messages/4.0.0.md", "4.1.0": "messages/4.1.0.md", "4.4.0": "messages/4.4.0.md", - "4.5.0": "messages/4.5.0.md" + "4.5.0": "messages/4.5.0.md", + "4.6.0": "messages/4.6.0.md" } diff --git a/messages/4.6.0.md b/messages/4.6.0.md new file mode 100644 index 00000000..7abce2d6 --- /dev/null +++ b/messages/4.6.0.md @@ -0,0 +1,16 @@ +## Wass Up! Meetio Theme Updates 🎁 + +### Version 4️⃣.6️⃣.0️⃣ its available! 🎉 + +👌 **IMPROVEMENTES**: + +* Add option `meetio_high_contrast` to increases the contrast between the editor. +* Add option `meetio_tab_navigation` to show/hide tab navigation buttons left and right. + +--- + +👉 You can see all the refinements and suggested settings at https://github.com/meetio-theme/sublime-meetio-theme +as well as suggest any tweaks you may have. + +We ♥️ Sublime Text, follow me in [Twitter](https://twitter.com/mauroreisviera) and +[Github](https://github.com/mauroreisvieira/) diff --git a/package.json b/package.json index 20e9ccc5..46754b71 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sublime-meetio-theme", - "version": "4.5.6", + "version": "4.6.0", "description": "The most powerful and adaptive theme for Sublime Text 3", "bugs": { "url": "https://github.com/meetio-theme/sublime-meetio-theme/issues" diff --git a/src/theme/files/sidebar.json b/src/theme/files/sidebar.json index 139cbe8e..8d45dcb9 100644 --- a/src/theme/files/sidebar.json +++ b/src/theme/files/sidebar.json @@ -1,7 +1,6 @@ [ { "class": "sidebar_container", - "layer0.opacity": 1, "layer0.tint": "var(sidebarBackground)", "layer1.inner_margin": [0, 1, 1, 0], "layer0.opacity": 1, @@ -64,10 +63,7 @@ }, { "class": "sidebar_heading", - "parents": - [ - { "class": "tree_row", "attributes": ["selected"] } - ] + "parents": [{ "class": "tree_row", "attributes": ["selected"] }] }, { "class": "sidebar_label", @@ -101,7 +97,9 @@ }, { "class": "sidebar_label", - "parents": [{ "class": "tree_row", "attributes": ["expandable", "selected"] }] + "parents": [ + { "class": "tree_row", "attributes": ["expandable", "selected"] } + ] }, { "class": "sidebar_label",