Skip to content

Commit

Permalink
added: title bar support introduced in dev build 3127
Browse files Browse the repository at this point in the history
  • Loading branch information
arvi committed Jun 2, 2017
1 parent 1951ee6 commit 746697e
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Expand Up @@ -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"
}
38 changes: 38 additions & 0 deletions 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 :)

0 comments on commit 746697e

Please sign in to comment.