diff options
author | Nathan Graule <solarliner@gmail.com> | 2018-05-07 17:57:19 +0200 |
---|---|---|
committer | Nathan Graule <solarliner@gmail.com> | 2018-05-07 17:57:19 +0200 |
commit | 5c9be116bb40648ce57a903f320a4d126ea318ff (patch) | |
tree | 08e7b3c0d65c414b8f8277e5867f43e375c07196 | |
parent | 53247402c1894f4fd0d6dd79423af5eb98474328 (diff) |
Added Communitheme
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | res/palette/Communitheme.gpa | bin | 0 -> 670 bytes | |||
-rw-r--r-- | themes/communitheme.json | 19 |
3 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e450fa8..f2804e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### Added - Pocillo Dark (initial release) - Arc Light (initial release) +- Communitheme (initial release) ### Changed - [Arc Dark] Explicitely set text input border color diff --git a/res/palette/Communitheme.gpa b/res/palette/Communitheme.gpa Binary files differnew file mode 100644 index 0000000..2ccf84c --- /dev/null +++ b/res/palette/Communitheme.gpa diff --git a/themes/communitheme.json b/themes/communitheme.json new file mode 100644 index 0000000..597f459 --- /dev/null +++ b/themes/communitheme.json @@ -0,0 +1,19 @@ +{ + "$schema": "vscode://schemas/color-theme", + "name": "Communitheme", + "include": "./ambiance.json", + "colors": { + "editorGroupHeader.tabsBackground": "#2B2929", + "tab.inactiveBackground": "#2B2929", + "editor.background": "#2F2F2F", + "tab.activeBackground": "#2F2F2F", + "sideBar.background": "#2B2929", + "sideBarSectionHeader.background": "#2B2929", + "activityBar.background": "#2B2929", + "widget.shadow": "#0000", + "editorWidget.background": "#2B2929", + "badge.background": "#EC4700", + "activityBarBadge.background": "#EC4700", + "debugToolBar.background": "#2B2929" + } +}
\ No newline at end of file |