mirror of
https://github.com/Steffo99/steffula-code.git
synced 2024-11-22 02:54:21 +00:00
Alter / improve certain colors
This commit is contained in:
parent
b7b4c8fd34
commit
d2bfddc788
1 changed files with 6 additions and 7 deletions
|
@ -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",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue