37 lines
1011 B
JSON
37 lines
1011 B
JSON
{
|
|
"workbench.colorTheme": "Default Dark+",
|
|
|
|
"workbench.colorCustomizations": {
|
|
"titleBar.activeBackground": "#609926",
|
|
"titleBar.activeForeground": "#ffffff",
|
|
"titleBar.inactiveBackground": "#4f7f1f",
|
|
"titleBar.inactiveForeground": "#e6edf3",
|
|
|
|
"activityBar.background": "#161b22",
|
|
"activityBar.foreground": "#e6edf3",
|
|
"activityBarBadge.background": "#609926",
|
|
"activityBarBadge.foreground": "#ffffff",
|
|
|
|
"sideBar.background": "#1f2328",
|
|
"sideBar.foreground": "#e6edf3",
|
|
|
|
"editor.background": "#0d1117",
|
|
"editor.foreground": "#c9d1d9",
|
|
|
|
"statusBar.background": "#1f2328",
|
|
"statusBar.foreground": "#e6edf3",
|
|
|
|
"tab.activeBackground": "#0d1117",
|
|
"tab.activeForeground": "#e6edf3",
|
|
"tab.border": "#609926",
|
|
|
|
"button.background": "#609926",
|
|
"button.foreground": "#ffffff",
|
|
"button.hoverBackground": "#4f7f1f",
|
|
|
|
"focusBorder": "#609926",
|
|
"list.activeSelectionBackground": "#2f363d",
|
|
"list.hoverBackground": "#2a2f36"
|
|
}
|
|
}
|