mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -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;
|
"window.zoomPerWindow" = false;
|
||||||
"workbench.colorTheme" =
|
"workbench.colorTheme" =
|
||||||
if config.alyraffauf.desktop.theme.colors.preferDark
|
if config.alyraffauf.desktop.theme.colors.preferDark
|
||||||
then "Catppuccin Macchiato"
|
then "Catppuccin Frappé"
|
||||||
else "Catppuccin Latte";
|
else "Catppuccin Latte";
|
||||||
"workbench.iconTheme" =
|
"workbench.iconTheme" =
|
||||||
if config.alyraffauf.desktop.theme.colors.preferDark
|
if config.alyraffauf.desktop.theme.colors.preferDark
|
||||||
then "catppuccin-macchiato"
|
then "catppuccin-frappe"
|
||||||
else "catppuccin-latte";
|
else "catppuccin-latte";
|
||||||
"workbench.preferredDarkColorTheme" = "Catppuccin Macchiato";
|
"workbench.preferredDarkColorTheme" = "Catppuccin Frappé";
|
||||||
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
|
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue