Fix White theme name mismatch for VS Code/Codium (#4858)

The White theme's vscode.json specified "White Omarchy" as the theme
name, but the Bjarne.white-theme extension registers the theme as
"White". This mismatch caused omarchy-theme-set-vscode to set
workbench.colorTheme to a non-existent theme name.
This commit is contained in:
Arcangelo Massari
2026-03-03 20:28:09 -05:00
committed by GitHub
parent da990e0c9f
commit 14765466fb
+1 -1
View File
@@ -1,4 +1,4 @@
{
"name": "White Omarchy",
"name": "White",
"extension": "Bjarne.white-theme"
}