Skip to content

Commit

Permalink
fix(catppuccin): use flavor over flavour
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed May 22, 2024
1 parent 277edab commit 11abe0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/apps/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ in {

userSettings = {
"catppuccin.accentColor" = config.catppuccin.accent;
"workbench.iconTheme" = "catppuccin-${config.catppuccin.flavour}";
"workbench.iconTheme" = "catppuccin-${config.catppuccin.flavor}";
"workbench.colorTheme" = "Catppuccin Frappé";
"workbench.preferredDarkColorTheme" = "Catppuccin Frappé";
"workbench.preferredLightColorTheme" = "Catppuccin Latte";
Expand Down
2 changes: 1 addition & 1 deletion home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

fonts.fontconfig.enable = true;

catppuccin.flavour = "frappe";
catppuccin.flavor = "frappe";
catppuccin.accent = "mauve";

home.stateVersion = "23.05";
Expand Down

0 comments on commit 11abe0f

Please sign in to comment.