From ce0e80f997f83c86552db68f8ebc66915c460035 Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Thu, 27 Oct 2022 22:26:37 +0100 Subject: [PATCH] Remove hardcoded colors in VSCode theme :lipstick: --- modules/vscode/template.mustache | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/vscode/template.mustache b/modules/vscode/template.mustache index 8f5446bb..7635e3a6 100644 --- a/modules/vscode/template.mustache +++ b/modules/vscode/template.mustache @@ -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}}",