diff --git a/CHANGELOG.html b/CHANGELOG.html new file mode 100644 index 00000000..269a577b --- /dev/null +++ b/CHANGELOG.html @@ -0,0 +1,1086 @@ +CHANGELOG

Changelog

+

All notable changes to this project will be documented in this file.

+

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

+

+

1.2.0 (2019-01-19)

+

Changed

+ +

BREAKING CHANGES +*

+
+

+

1.1.1 (2019-01-15)

+

Changed

+ +
+

+

1.0.0 (2019-01-11)

+

Features

+
\ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 01226e10..6f942aaa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,19 +3,41 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + + +## [1.2.0](https://github.com/mauroreisvieira/meetio/compare/v1.1.1...v1.2.0) (2019-01-19) + +### FEATURES + +* Add option `Meetio: Theme Configuration` this allow the possibility to overwrite the default variables + +### CHANGED + +* Update color of background in Schemes: Default, Lighter and Darker + +### BUGFIXES + +* Fix foreground and background color of status bar +* Fix button hover + +### BREAKING CHANGES +* Remove `Meetio: Theme Activator` + +--- + ## [1.1.1](https://github.com/mauroreisvieira/meetio/compare/v1.0.0...v1.1.1) (2019-01-15) -### Changed +### CHANGED -* Feat color of background in Meetio Darker Scheme. +* Update color of background in Meetio Darker Scheme --- ## 1.0.0 (2019-01-11) -### Features +### FEATURES * Add Support for Git Gutter * Add Support for Gutter Color * Add Support for Color Highlighter diff --git a/Meetio.json b/Meetio.json index 51beafb2..5c7fb8de 100644 --- a/Meetio.json +++ b/Meetio.json @@ -37,6 +37,55 @@ ] }, "rules": [ + { + "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": "var(color_accent)", + "selected_fg": [ + "foreground", + 1 + ], + "selected_match_fg": "var(color_accent)" + }, + { + "class": "table_row", + "layer0.tint": "var(color_white)", + "layer0.opacity": 0 + }, + { + "class": "table_row", + "attributes": [ + "selected" + ], + "layer0.opacity": 0.2 + }, { "class": "button_control", "layer0.tint": "var(button_background_color)", @@ -435,63 +484,6 @@ ], "layer0.opacity": 1 }, - { - "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": "var(color_accent)", - "selected_fg": [ - "foreground", - 1 - ], - "selected_match_fg": "var(color_accent)" - }, - { - "class": "table_row", - "layer0.tint": "var(color_white)", - "layer0.opacity": 0 - }, - { - "class": "table_row", - "attributes": [ - "selected" - ], - "layer0.opacity": 0.2 - }, - { - "class": "dialog", - "layer0.tint": [ - "background", - 0.94 - ], - "layer0.opacity": 1 - }, { "class": "fold_button_control", "layer0.texture": "Meetio/assets/default/arrow_right.png", @@ -526,6 +518,14 @@ 12 ] }, + { + "class": "dialog", + "layer0.tint": [ + "background", + 0.94 + ], + "layer0.opacity": 1 + }, { "class": "disclosure_button_control", "layer0.texture": "Meetio/assets/default/disclosure.png", @@ -678,6 +678,61 @@ 9 ] }, + { + "class": "label_control", + "fg": [ + "foreground", + 1 + ], + "font.bold": false + }, + { + "class": "label_control", + "parents": [ + { + "class": "button_control" + } + ], + "color": [ + "foreground", + 1 + ], + "font.bold": true + }, + { + "class": "label_control", + "parents": [ + { + "class": "panel_control" + } + ], + "color": [ + "foreground", + 1 + ], + "font.bold": true + }, + { + "class": "title_label_control", + "fg": [ + "foreground", + 1 + ], + "font.size": "var(font_size_huge)" + }, + { + "class": "label_control", + "parents": [ + { + "class": "button_control" + } + ] + }, + { + "class": "grid_layout_control", + "border_color": "color(var(color_accent) blenda(var(color_black) 30%))", + "border_size": 2 + }, { "class": "text_line_control", "layer0.texture": "", @@ -805,61 +860,6 @@ ], "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": [ - "foreground", - 1 - ], - "font.bold": false - }, - { - "class": "label_control", - "parents": [ - { - "class": "button_control" - } - ], - "color": [ - "foreground", - 1 - ], - "font.bold": true - }, - { - "class": "label_control", - "parents": [ - { - "class": "panel_control" - } - ], - "color": [ - "foreground", - 1 - ], - "font.bold": true - }, - { - "class": "title_label_control", - "fg": [ - "foreground", - 1 - ], - "font.size": "var(font_size_huge)" - }, - { - "class": "label_control", - "parents": [ - { - "class": "button_control" - } - ] - }, { "class": "close_button", "layer0.texture": "Meetio/assets/default/icon_close.png", @@ -1654,20 +1654,6 @@ "color": "var(status_bar_label_foreground_color)", "font.bold": false }, - { - "class": "title_bar", - "settings": [ - "meetio_titlebar" - ], - "bg": [ - "background", - 0.92 - ], - "fg": [ - "foreground", - 1 - ] - }, { "class": "tabset_control", "layer0.opacity": 1, @@ -1979,6 +1965,20 @@ ], "layer0.opacity": 0.8 }, + { + "class": "title_bar", + "settings": [ + "meetio_titlebar" + ], + "bg": [ + "background", + 0.92 + ], + "fg": [ + "foreground", + 1 + ] + }, { "class": "tool_tip_control", "layer0.tint": "var(tooltip_background_color)", @@ -2168,4 +2168,4 @@ "color": "var(vsc_unmerged)" } ] -} +} \ No newline at end of file diff --git a/README.md b/README.md index ebb7e621..a7c8d822 100755 --- a/README.md +++ b/README.md @@ -59,6 +59,9 @@ ``` ### Theme Settings +This theme provide a visual configuration tool that allow you to configure the theme by activating the available options from an inline popup.\ +Just click in `Sublime Text → Preferences → Packages Settings → Meetio → Edit Settings`.\ +You can also open the settings from the command palette by searching `Meetio: Edit Settings`. ```json // Tabs @@ -78,8 +81,10 @@ "meetio_statusbar_big" : true // Set status bar big ``` -### Theme Configurations -Meetio provides a bunch of variables to improve your experience with theming. +### Theme Configuration +Meetio provides a bunch of variables to improve your experience with theming.\ +Just click in `Sublime Text → Preferences → Packages Settings → Meetio → Theme Configuration`.\ +You can also open the settings from the command palette by searching `Meetio: Theme Configuration`. ```json { diff --git a/messages.json b/messages.json index 35381ae7..663b705b 100644 --- a/messages.json +++ b/messages.json @@ -1,5 +1,6 @@ { "install": "messages/install.md", "1.0.0": "messages/install.md", - "1.1.1": "messages/1.1.1.md" + "1.1.1": "messages/1.1.1.md", + "1.2.0": "messages/1.2.0.md" } diff --git a/messages/1.2.0.md b/messages/1.2.0.md new file mode 100644 index 00000000..303c6897 --- /dev/null +++ b/messages/1.2.0.md @@ -0,0 +1,26 @@ +## Wass Up! Meetio Updates 🎉 + +### Version 1.2.0 its available! + +### FEATURES + +* Add option `Meetio: Theme Configuration` this allow the possibility to overwrite the default variables + +### CHANGED + +* Update color of background in Schemes: Default, Lighter and Darker + +### BUGFIXES + +* Fix foreground and background color of status bar +* Fix button hover + +### BREAKING CHANGES +* Remove `Meetio: Theme Activator` + +*** + +You can see all the refinements and suggested settings at https://github.com/mauroreisvieira/meetio +as well as suggest any tweaks you may have. + +I ♥ Sublime Text, follow me in https://twitter.com/mauroreisviera diff --git a/package.json b/package.json index 0a5e4915..dcb5e8d4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Meetio", - "version": "1.1.1", + "version": "1.2.0", "description": "Meetio Theme for Sublime Text 3", "scripts": { "build": "gulp",