mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-21 18:44:19 +00:00
Make the debug toolbar much darker
This commit is contained in:
parent
2d66214464
commit
1a68093889
1 changed files with 1 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
"type": "dark",
|
||||
"colors": {
|
||||
"foreground": "#a6a7a8",
|
||||
|
||||
"input.background": "#45494a",
|
||||
"input.border": "#646464",
|
||||
"input.foreground": "#a6a7a8", // Fix this
|
||||
|
@ -72,7 +71,7 @@
|
|||
"terminal.ansiWhite": "#808080",
|
||||
"terminal.ansiYellow": "#a68a0d",
|
||||
|
||||
"debugToolBar.background": "#438c5c",
|
||||
"debugToolBar.background": "#162c1e",
|
||||
|
||||
"gitDecoration.addedResourceForeground": "#629755",
|
||||
"gitDecoration.modifiedResourceForeground": "#6897bb",
|
||||
|
|
Loading…
Reference in a new issue