aboutsummaryrefslogtreecommitdiff
path: root/themes/communitheme.json
blob: 597f4595824b7173271b30cf4e9dda226b9ffad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
    }
}