AppTheme: removed last 2 hardcoded colors and improved vscode template

This commit is contained in:
ItsLemmy
2025-11-01 00:12:07 -04:00
parent cb4059b5c4
commit 3ab7843707
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1786,7 +1786,7 @@
"editorOverviewRuler.warningForeground": "{{colors.secondary.default.hex}}",
"editorOverviewRuler.wordHighlightForeground": "{{colors.secondary.default.hex}}",
"editorOverviewRuler.wordHighlightStrongForeground": "{{colors.secondary.default.hex}}",
"editorRuler.foreground": "{{colors.outline.default.hex}}",
"editorRuler.foreground": "{{colors.outline_variant.default.hex}}",
"editorSuggestWidget.background": "{{colors.surface.default.hex}}",
"editorSuggestWidget.border": "{{colors.outline.default.hex}}",
"editorSuggestWidget.foreground": "{{colors.on_surface.default.hex}}",