blob: 4bad094e91e43365f1b33fe26a81da591e928f23 (
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 [beta]",
"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"
}
}
|