mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-03 20:28:21 +02:00
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.
5 lines
59 B
JSON
5 lines
59 B
JSON
{
|
|
"name": "White",
|
|
"extension": "Bjarne.white-theme"
|
|
}
|