aboutsummaryrefslogtreecommitdiff
path: root/themes/pocillo-dark.json
blob: 0c37c810b794eca04028510d8b55e824bd947dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "$schema": "vscode://schemas/color-theme",
	"name": "Pocillo Dark",
    "type": "dark",
    "include": "./adapta-nokto.json",
    "colors": {
        "editorGroupHeader.tabsBackground": "#20222A",
        "tab.activeBackground": "#292C36",
        "tab.inactiveBackground": "#292C36A0",
        "editor.background": "#292C36",
        "sideBar.background": "#20222A",
        "sideBarSectionHeader.background": "#20222A",
        "activityBar.background": "#20222A",
        "statusBar.background": "#20222A"
    }
}