diff --git a/CHANGELOG.md b/CHANGELOG.md index d152c1e..51c9d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,24 @@ ### Changelog -##### Version 2.0.0 - CURRENT VERSION +##### Version 2.2.0 - CURRENT VERSION +* Added support for title bar (introduced in Dev Build 3127). Thanks to kcmr :) + +##### Version 2.1.0 +* Added nano mode support (convenient for small laptops). Thanks to polyvertex :) + ```json + "theme_agila_nano_mode": true, + ``` + +* Added sidebar plus/minus icons beside folder. Thanks to mikedcook :) + ```json + "theme_agila_sidebar_plus_minus": true, + ``` + +* Added Visual Studio Agila Theme ported by whtsky :) + - https://marketplace.visualstudio.com/items?itemName=whtsky.agila-theme + +##### Version 2.0.0 * Added Markdown Support based on theme (prerequisite: Markdown Extended Sublime Package) - activated via skins package when you chose a specific skin - activated via Preferences > Settings - Syntax Specific (when you open a .md file) diff --git a/README.md b/README.md index 19b2329..bdb1355 100755 --- a/README.md +++ b/README.md @@ -168,10 +168,12 @@ Note: You can use active guide with these schemes by adding: I've made some UI parts customizable e.g icon colors, sidebar items, etc.. :) ##### THEME OVERRIDE +# overrides default theme sidebar, scrollbars and tab background based on theme scheme background ```json "theme_agila_camouflage": true, ``` + overrides default theme sidebar and tab background only based on theme scheme background ```json "theme_agila_camouflage_semi": true, @@ -335,7 +337,7 @@ if a plus/minus icon is preferred beside folder icon - [Cobalt2 Scheme](https://github.com/wesbos/cobalt2) - [Colorhexa](http://www.colorhexa.com/) - color combinations - `meteor create --sample todos` - screenshot code snippet :p -- Contributor(s): [davidmatas](https://github.com/davidmatas), [Cldfire](https://github.com/Cldfire), [polyvertex](https://github.com/polyvertex), [mikedcook](https://github.com/mikedcook) +- Contributor(s): [davidmatas](https://github.com/davidmatas), [Cldfire](https://github.com/Cldfire), [polyvertex](https://github.com/polyvertex), [mikedcook](https://github.com/mikedcook), [kcmr](https://github.com/kcmr) --- ### Fun Experiments :p diff --git a/messages.json b/messages.json index 35f1800..af1de85 100755 --- a/messages.json +++ b/messages.json @@ -10,5 +10,6 @@ "1.8.0": "messages/1.8.0.txt", "1.9.0": "messages/1.9.0.txt", "2.0.0": "messages/2.0.0.txt", - "2.1.0": "messages/2.1.0.txt" + "2.1.0": "messages/2.1.0.txt", + "2.2.0": "messages/2.2.0.txt" } \ No newline at end of file diff --git a/messages/2.2.0.txt b/messages/2.2.0.txt new file mode 100644 index 0000000..84f20da --- /dev/null +++ b/messages/2.2.0.txt @@ -0,0 +1,38 @@ +Agila Theme +A Sublime Text 3 UI Theme +---------------------------------------- + +Changelog +- https://github.com/arvi/Agila-Theme/blob/master/CHANGELOG.md + +Version 2.2.0 - CURRENT VERSION +* Added support for title bar (introduced in Dev Build 3127). Thanks to kcmr :) + +---------------------------------------- + +Version 2.1.0 +* Added nano mode support (convenient for small laptops). Thanks to polyvertex :) + "theme_agila_nano_mode": true, + +* Added sidebar plus/minus icons beside folder. Thanks to mikedcook :) + "theme_agila_sidebar_plus_minus": true, + +* Added Visual Studio Agila Theme ported by whtsky :) + - https://marketplace.visualstudio.com/items?itemName=whtsky.agila-theme + +---------------------------------------- + +Version 2.0.0 +* Added Markdown Support based on theme (prerequisite: Markdown Extended Sublime Package) + - activated via skins package when you chose a specific skin + - activated via Preferences > Settings - Syntax Specific (when you open a .md file) + +* Modified Skins settings + - added Markdown Extended settings + +* Removed file extension preferences + - https://github.com/arvi/Agila-Theme/issues/22 + +* Fixed Agila Monocyanide background color (toned-down a bit) + +* Acknowledged fantastic Skins pull request from Cldfire in README contributors :) \ No newline at end of file