mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
vscodium: switch default theme to catppuccin frappé
This commit is contained in:
parent
decd78c834
commit
3e481ccb48
|
@ -30,13 +30,13 @@
|
|||
"window.zoomPerWindow" = false;
|
||||
"workbench.colorTheme" =
|
||||
if config.alyraffauf.desktop.theme.colors.preferDark
|
||||
then "Catppuccin Macchiato"
|
||||
then "Catppuccin Frappé"
|
||||
else "Catppuccin Latte";
|
||||
"workbench.iconTheme" =
|
||||
if config.alyraffauf.desktop.theme.colors.preferDark
|
||||
then "catppuccin-macchiato"
|
||||
then "catppuccin-frappe"
|
||||
else "catppuccin-latte";
|
||||
"workbench.preferredDarkColorTheme" = "Catppuccin Macchiato";
|
||||
"workbench.preferredDarkColorTheme" = "Catppuccin Frappé";
|
||||
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue