aboutsummaryrefslogtreecommitdiff
path: root/themes/dark/communitheme.json
diff options
context:
space:
mode:
Diffstat (limited to 'themes/dark/communitheme.json')
-rw-r--r--themes/dark/communitheme.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/dark/communitheme.json b/themes/dark/communitheme.json
new file mode 100644
index 0000000..597f459
--- /dev/null
+++ b/themes/dark/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