From 5c9be116bb40648ce57a903f320a4d126ea318ff Mon Sep 17 00:00:00 2001 From: Nathan Graule Date: Mon, 7 May 2018 17:57:19 +0200 Subject: Added Communitheme --- themes/communitheme.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 themes/communitheme.json (limited to 'themes') 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 -- cgit v1.2.3