From 8f3db33d2cbe2408cc79f09cb440d1e84da68ced Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sun, 24 Feb 2019 15:58:04 -0500 Subject: Communitheme: Remove in favor of Yaru / Yaru Dark --- package.json | 5 ----- themes/dark/communitheme.json | 19 ------------------- 2 files changed, 24 deletions(-) delete mode 100644 themes/dark/communitheme.json diff --git a/package.json b/package.json index 8138884..370215c 100644 --- a/package.json +++ b/package.json @@ -42,11 +42,6 @@ "uiTheme": "vs-dark", "path": "./themes/dark/arc-dark.json" }, - { - "label": "Communitheme", - "uiTheme": "vs-dark", - "path": "./themes/dark/communitheme.json" - }, { "label": "Flat-Plat [beta]", "uiTheme": "vs-dark", diff --git a/themes/dark/communitheme.json b/themes/dark/communitheme.json deleted file mode 100644 index 597f459..0000000 --- a/themes/dark/communitheme.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "$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