mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
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:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "White Omarchy",
|
||||
"name": "White",
|
||||
"extension": "Bjarne.white-theme"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user