aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md1
-rw-r--r--res/palette/Ambiance.gpa (renamed from res/palette/Ambiance)bin521 -> 521 bytes
-rw-r--r--res/palette/Communitheme.gpabin0 -> 670 bytes
-rw-r--r--res/palette/United GNOME.css12
-rw-r--r--themes/communitheme.json19
5 files changed, 20 insertions, 12 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/Ambiance b/res/palette/Ambiance.gpa
index 3deb2aa..3deb2aa 100644
--- a/res/palette/Ambiance
+++ b/res/palette/Ambiance.gpa
Binary files differ
diff --git a/res/palette/Communitheme.gpa b/res/palette/Communitheme.gpa
new file mode 100644
index 0000000..2ccf84c
--- /dev/null
+++ b/res/palette/Communitheme.gpa
Binary files differ
diff --git a/res/palette/United GNOME.css b/res/palette/United GNOME.css
deleted file mode 100644
index 7d6ae42..0000000
--- a/res/palette/United GNOME.css
+++ /dev/null
@@ -1,12 +0,0 @@
-/**
- * Generated by Gpick 0.2.5
- * Accent: #ea5421, rgb(234, 84, 33), hsl(330, 33%, 13%)
- * Accent Dark: #a03916, rgb(160, 57, 22), hsl(226, 22%, 9%)
- * Accent 2: #82457c, rgb(130, 69, 124), hsl(184, 27%, 49%)
- * Accent 3: #48b258, rgb(72, 178, 88), hsl(102, 70%, 35%)
- * Background High: #1e1e1e, rgb(30, 30, 30), hsl(42, 12%, 12%)
- * Background Dark: #181818, rgb(24, 24, 24), hsl(34, 9%, 9%)
- * Title bar: #111111, rgb(17, 17, 17), hsl(24, 7%, 7%)
- * Files sidebar: #242424, rgb(36, 36, 36), hsl(51, 14%, 14%)
- * Files sidebar hovered: #2d2d2d, rgb(45, 45, 45), hsl(64, 18%, 18%)
- */
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