From cba20b50c0d65cb39f45b3aabcd5a2c15e663ac5 Mon Sep 17 00:00:00 2001 From: Mauro Reis Vieira Date: Fri, 25 Jan 2019 21:06:58 +0000 Subject: [PATCH] feat: added new Scheme: "Meetio Ocean" --- Meetio.json | 104 ++--- Meetio.sublime-theme | 17 +- README.md | 20 + schemes/Meetio-Darker.sublime-color-scheme | 56 +-- schemes/Meetio-Lighter.sublime-color-scheme | 48 +-- schemes/Meetio-Ocean.sublime-color-scheme | 379 ++++++++++++++++++ schemes/Meetio-Palenight.sublime-color-scheme | 327 ++++++++++++++- schemes/Meetio.sublime-color-scheme | 238 +---------- src/schemes/Meetio-Darker.json | 11 +- src/schemes/Meetio-Lighter.json | 3 +- src/schemes/Meetio-Ocean.json | 379 ++++++++++++++++++ src/schemes/Meetio-Palenight.json | 27 +- src/schemes/Meetio.json | 3 +- src/themes/default/inputs.json | 9 +- src/themes/variables.json | 2 + 15 files changed, 1205 insertions(+), 418 deletions(-) create mode 100644 schemes/Meetio-Ocean.sublime-color-scheme create mode 100644 src/schemes/Meetio-Ocean.json diff --git a/Meetio.json b/Meetio.json index 76ca71fb..1576b7ad 100644 --- a/Meetio.json +++ b/Meetio.json @@ -20,6 +20,11 @@ "background", 1 ], + "input_border_size": 0, + "input_border_color": [ + "foreground", + 0 + ], "panel_control_background_color": [ "background", 0.94 @@ -28,20 +33,20 @@ "background", 0.92 ], + "sidebar_icon_folder_color": "var(color_accent)", + "sidebar_icon_folder_expanded_color": "var(color_accent)", "sidebar_label_foreground_color": [ "foreground", 0.8 ], - "sidebar_label_selected_foreground_color": [ - "foreground", - 0.9 - ], - "sidebar_icon_folder_color": "var(color_accent)", - "sidebar_icon_folder_expanded_color": "var(color_accent)", "sidebar_label_selected_background_color": [ "foreground", 0.05 ], + "sidebar_label_selected_foreground_color": [ + "foreground", + 0.9 + ], "status_bar_background_color": "color(var(color_accent) blenda(var(color_black) 30%))", "status_bar_label_foreground_color": "var(color_white)", "tabset_background_color": [ @@ -124,6 +129,40 @@ ], "layer0.opacity": 0.2 }, + { + "class": "fold_button_control", + "layer0.texture": "Meetio/assets/default/arrow_right.png", + "layer0.tint": "var(color_accent)", + "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": "var(color_accent)", + "content_margin": [ + 12, + 12 + ] + }, { "class": "button_control", "layer0.tint": "var(button_background_color)", @@ -522,40 +561,6 @@ ], "layer0.opacity": 1 }, - { - "class": "fold_button_control", - "layer0.texture": "Meetio/assets/default/arrow_right.png", - "layer0.tint": "var(color_accent)", - "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": "var(color_accent)", - "content_margin": [ - 12, - 12 - ] - }, { "class": "dialog", "layer0.tint": [ @@ -718,14 +723,8 @@ 9 ] }, - { - "class": "grid_layout_control", - "border_color": "color(var(color_accent) blenda(var(color_black) 30%))", - "border_size": 2 - }, { "class": "text_line_control", - "layer0.texture": "", "layer0.opacity": 1, "layer0.inner_margin": [ 20, @@ -733,6 +732,10 @@ 20, 5 ], + "layer1.tint": "var(input_border_color)", + "layer1.opacity": 1, + "layer1.inner_margin": "var(input_border_size)", + "layer1.draw_center": false, "tint_index": 1, "layer0.tint": "var(input_background_color)", "content_margin": [ @@ -753,6 +756,7 @@ "class": "overlay_control" } ], + "layer1.opacity": 0, "content_margin": [ 52, 10, @@ -770,6 +774,7 @@ "class": "overlay_control" } ], + "layer1.opacity": 0, "layer2.inner_margin": [ 52, 48, @@ -795,6 +800,7 @@ "class": "switch_project_window" } ], + "layer1.opacity": 0, "content_margin": [ 52, 10, @@ -822,6 +828,7 @@ "layer2.texture": "Meetio/assets/default/icon_search.png", "layer2.tint": "var(color_accent)", "layer2.opacity": 1, + "layer1.opacity": 0, "settings": [ "meetio_input_search_icon" ] @@ -847,6 +854,11 @@ ], "layer0.opacity": 0.8 }, + { + "class": "grid_layout_control", + "border_color": "color(var(color_accent) blenda(var(color_black) 30%))", + "border_size": 2 + }, { "class": "label_control", "fg": [ diff --git a/Meetio.sublime-theme b/Meetio.sublime-theme index f1db0031..dc86f90b 100644 --- a/Meetio.sublime-theme +++ b/Meetio.sublime-theme @@ -21,6 +21,11 @@ "background", 1 ], + "input_border_size": 0, + "input_border_color": [ + "foreground", + 0 + ], "panel_control_background_color": [ "background", 0.94 @@ -29,20 +34,20 @@ "background", 0.92 ], + "sidebar_icon_folder_color": "var(color_accent)", + "sidebar_icon_folder_expanded_color": "var(color_accent)", "sidebar_label_foreground_color": [ "foreground", 0.8 ], - "sidebar_label_selected_foreground_color": [ - "foreground", - 0.9 - ], - "sidebar_icon_folder_color": "var(color_accent)", - "sidebar_icon_folder_expanded_color": "var(color_accent)", "sidebar_label_selected_background_color": [ "foreground", 0.05 ], + "sidebar_label_selected_foreground_color": [ + "foreground", + 0.9 + ], "status_bar_background_color": "color(var(color_accent) blenda(var(color_black) 30%))", "status_bar_label_foreground_color": "var(color_white)", "tabset_background_color": [ diff --git a/README.md b/README.md index 8b296af1..cad945d9 100755 --- a/README.md +++ b/README.md @@ -100,6 +100,26 @@ You can also open the settings from the command palette by searching `Meetio: Th } ``` +### Do you like Material Theme? +Just past the follow options in `Meetio: Theme Configuration`. + +```json + "sidebar_background_color": ["background", 1.0], + "sidebar_icon_folder_color": "#607a86", + "sidebar_icon_folder_color": "#607a86", + "sidebar_label_foreground_color": "#607a86", + "sidebar_label_selected_background_color": "#00000015", + "sidebar_label_selected_foreground_color": "var(color_accent)", + "status_bar_background_color": ["background", 1.0], + "status_bar_label_foreground_color": "#607a86", + "tabset_background_color": ["background", 1.0], + "title_bar_background": ["background", 1.0], + "panel_control_background_color": ["background", 1.0], + "title_bar_foreground_color": "#607a86", + "input_border_size": [0, 0, 0, 1], + "input_border_color": ["foreground", 0.1], +``` + ### Recommended settings for a better experience: ```json diff --git a/schemes/Meetio-Darker.sublime-color-scheme b/schemes/Meetio-Darker.sublime-color-scheme index 4a1e716d..40bf8080 100644 --- a/schemes/Meetio-Darker.sublime-color-scheme +++ b/schemes/Meetio-Darker.sublime-color-scheme @@ -3,16 +3,17 @@ "author": "Mauro Reis Vieira