Remove hardcoded colors in VSCode theme 💄
This commit is contained in:
parent
94a22ee6f1
commit
ce0e80f997
1 changed files with 9 additions and 9 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"textLink.activeForeground": "#{{base0C-hex}}",
|
||||
"textLink.foreground": "#{{base0D-hex}}",
|
||||
"textPreformat.foreground": "#{{base0D-hex}}",
|
||||
"textSeparator.foreground": "#f0f",
|
||||
"textSeparator.foreground": "#{{base05-hex}}",
|
||||
"toolbar.hoverBackground": "#{{base02-hex}}",
|
||||
"toolbar.activeBackground": "#{{base03-hex}}",
|
||||
"button.background": "#{{base0D-hex}}",
|
||||
|
|
@ -381,7 +381,7 @@
|
|||
"symbolIcon.arrayForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.booleanForeground": "#{{base09-hex}}",
|
||||
"symbolIcon.classForeground": "#{{base0A-hex}}",
|
||||
"symbolIcon.colorForeground": "#f0f",
|
||||
"symbolIcon.colorForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.constantForeground": "#{{base09-hex}}",
|
||||
"symbolIcon.constructorForeground": "#{{base0D-hex}}",
|
||||
"symbolIcon.enumeratorForeground": "#{{base09-hex}}",
|
||||
|
|
@ -392,24 +392,24 @@
|
|||
"symbolIcon.folderForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.functionForeground": "#{{base0D-hex}}",
|
||||
"symbolIcon.interfaceForeground": "#{{base0D-hex}}",
|
||||
"symbolIcon.keyForeground": "#f0f",
|
||||
"symbolIcon.keyForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.keywordForeground": "#{{base0E-hex}}",
|
||||
"symbolIcon.methodForeground": "#{{base0D-hex}}",
|
||||
"symbolIcon.moduleForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.namespaceForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.nullForeground": "#{{base0F-hex}}",
|
||||
"symbolIcon.numberForeground": "#{{base09-hex}}",
|
||||
"symbolIcon.objectForeground": "#f0f",
|
||||
"symbolIcon.operatorForeground": "#f0f",
|
||||
"symbolIcon.packageForeground": "#f0f",
|
||||
"symbolIcon.objectForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.operatorForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.packageForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.propertyForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.referenceForeground": "#f0f",
|
||||
"symbolIcon.referenceForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.snippetForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.stringForeground": "#{{base0B-hex}}",
|
||||
"symbolIcon.structForeground": "#{{base0A-hex}}",
|
||||
"symbolIcon.textForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.typeParameterForeground": "#f0f",
|
||||
"symbolIcon.unitForeground": "#f0f",
|
||||
"symbolIcon.typeParameterForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.unitForeground": "#{{base05-hex}}",
|
||||
"symbolIcon.variableForeground": "#{{base08-hex}}",
|
||||
"debugIcon.breakpointForeground": "#{{base08-hex}}",
|
||||
"debugIcon.breakpointDisabledForeground": "#{{base04-hex}}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue