colour scheme stuff
This commit is contained in:
parent
51ac61e057
commit
c3be726174
1 changed files with 9 additions and 3 deletions
|
@ -44,12 +44,18 @@
|
||||||
"workbench.colorTheme": "Monochrome",
|
"workbench.colorTheme": "Monochrome",
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"[Monochrome]": {
|
"[Monochrome]": {
|
||||||
|
"editor.foreground": "#fce",
|
||||||
|
"editor.background": "#282228",
|
||||||
|
"sideBar.background": "#282030",
|
||||||
|
"activityBar.background":"#334",
|
||||||
|
"statusBar.background": "#659",
|
||||||
|
"statusBarItem.remoteBackground": "#548",
|
||||||
|
"editor.lineHighlightBackground": "#334",
|
||||||
|
"input.background": "#345",
|
||||||
"editorBracketHighlight.foreground1": "#8bf",
|
"editorBracketHighlight.foreground1": "#8bf",
|
||||||
"editorBracketHighlight.foreground2": "#f9c",
|
"editorBracketHighlight.foreground2": "#f9c",
|
||||||
"editorBracketHighlight.foreground3": "#fff",
|
"editorBracketHighlight.foreground3": "#fff",
|
||||||
"editor.lineHighlightBackground": "#345",
|
"editorCursor.foreground": "#caf",
|
||||||
"editor.background": "#334",
|
|
||||||
"editor.foreground": "#fce"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"editor.tokenColorCustomizations": {
|
"editor.tokenColorCustomizations": {
|
||||||
|
|
Loading…
Reference in a new issue