1
Fork 0
mirror of https://github.com/Steffo99/steffula-code.git synced 2024-11-21 18:44:19 +00:00

Alter / improve certain colors

This commit is contained in:
Steffo 2022-01-13 19:51:42 +01:00
parent b7b4c8fd34
commit d2bfddc788
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -2,11 +2,11 @@
"name": "Steffula", "name": "Steffula",
"type": "dark", "type": "dark",
"colors": { "colors": {
"foreground": "#a6a7a8", "foreground": "#cacbcc",
"input.background": "#45494a", "input.background": "#45494a",
"input.border": "#646464", "input.border": "#646464",
"input.foreground": "#a6a7a8", // Fix this "input.foreground": "#cacbcc",
"input.placeholderForeground": "#a6a7a888", // Fix this too "input.placeholderForeground": "#777777",
"badge.background": "#45494a", "badge.background": "#45494a",
"badge.foreground": "#a6a7a8", "badge.foreground": "#a6a7a8",
@ -50,7 +50,8 @@
"sideBar.background": "#3c3f41", "sideBar.background": "#3c3f41",
"statusBar.background": "#3c3f41", "statusBar.background": "#3c3f41",
"statusBar.debuggingBackground": "#438c5c", "statusBar.debuggingBackground": "#162c1e",
"statusBar.noFolderBackground": "#28162c",
"statusBarItem.errorForeground": "#ff5252", "statusBarItem.errorForeground": "#ff5252",
"statusBarItem.warningForeground": "#ffff00", "statusBarItem.warningForeground": "#ffff00",
@ -88,8 +89,6 @@
{ {
"name": "Base", "name": "Base",
"scope": [ "scope": [
"source",
"log",
"meta.attribute.python", "meta.attribute.python",
], ],
"settings": { "settings": {
@ -105,7 +104,7 @@
"punctuation.definition.comment", "punctuation.definition.comment",
], ],
"settings": { "settings": {
"foreground": "#505050", "foreground": "#555555",
} }
}, },
{ {