Skip to content

Commit

Permalink
added new themes (#388)
Browse files Browse the repository at this point in the history
* new theme

* added Monokay dimmed 76 + small mod to KoralGreen2 (SL).tmTheme

* Fixed names compatibility + added correctly new themes into themes.json to fix compile issue

* Revert "Update Forest Focus Theme (#384)"

This reverts commit d740192.

* fix

* this is getting awkward... sleepy
  • Loading branch information
koreldan authored and GianlucaGuarini committed Jan 29, 2019
1 parent d740192 commit 315a768
Show file tree
Hide file tree
Showing 5 changed files with 770 additions and 2,736 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -40,7 +40,7 @@ $ npm run test

Themes creators
- 1ClickComputing
- [A.J. Bale](https://www.linkedin.com/in/abalejr) ([abalejr](https://github.com/abalejr))
- A.J. Bale
- ART-ifact Dev | Jeremias Arnstadt
- Abraham Howland ([liminalisht](http://github.com/liminalisht))
- Adi
Expand Down
14 changes: 13 additions & 1 deletion themes.json
@@ -1,7 +1,7 @@
[
{
"Author": "A.J. Bale",
"Description": "Easy to read earth tones on dark background. Especially deep support for HTML, CSS/Sass/SCSS, JavaScript, Python, and PHP",
"Description": "Easy to read earth tones on dark background. Especially deep support for HTML, CSS, JS, and Python",
"FileName": "Forest_Focus.tmTheme",
"Title": "Forest Focus"
},
Expand Down Expand Up @@ -761,6 +761,18 @@
"FileName": "KoralGreen.tmTheme",
"Title": "KoralGreen"
},
{
"Author": "Enrico Friede",
"Description": "A dark, relaxing, simple color scheme",
"FileName": "KoralGreen2.tmTheme",
"Title": "KoralGreen2"
},
{
"Author": "Enrico Friede",
"Description": "A dark, relaxing, simple color scheme",
"FileName": "Monokai_dimmed_76.tmTheme",
"Title": "Monokai dimmed 76"
},
{
"Author": "Domenico Carbotta",
"Description": "",
Expand Down

0 comments on commit 315a768

Please sign in to comment.