1
Fork 0
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:
Steffo 2022-01-11 14:55:56 +01:00
parent 2d66214464
commit 1a68093889
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -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",