mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 15:43:42 +00:00
10 lines
413 B
JSON
10 lines
413 B
JSON
|
{
|
||
|
"workbench.colorTheme": "Rosé Pine Dawn",
|
||
|
"window.menuBarVisibility": "toggle",
|
||
|
"editor.fontLigatures": true,
|
||
|
"workbench.preferredDarkColorTheme": "Rosé Pine Moon",
|
||
|
"workbench.preferredLightColorTheme": "Rosé Pine Dawn",
|
||
|
"window.titleBarStyle": "custom",
|
||
|
"window.customTitleBarVisibility": "auto",
|
||
|
"editor.fontFamily": "'mnts.dev', 'Droid Sans Mono', 'monospace', monospace"
|
||
|
}
|