Skip to content

Commit

Permalink
style: catppuccin mocha for editors
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez committed Nov 21, 2024
1 parent 3833cef commit f58b3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions home-manager/features/vscode/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ in
"vim.enableNeovim" = true; # programs.neovim.enable;
"vim.neovimUseConfigFile" = true; # programs.neovim.enable;
"window.commandCenter" = true;
"workbench.colorTheme" = "Catppuccin Macchiato"; # "Lambda Dark+";
"workbench.colorTheme" = "Catppuccin Mocha"; # "Lambda Dark+";
# Catppuccin recommended settings
"editor.semanticHighlighting.enabled" = true;
"terminal.integrated.minimumContrastRatio" = 1;
"window.titleBarStyle" = "custom";
"gopls.ui.semanticTokens" = true;
"workbench.iconTheme" = "catppuccin-macchiato";
"workbench.iconTheme" = "catppuccin-mocha";
# End Catppuccin settings
"workbench.editorAssociations" = {
"*.pdf" = "latex-workshop-pdf-hook";
Expand Down
2 changes: 1 addition & 1 deletion home-manager/features/zed/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _: {
theme = {
mode = "system";
light = "Catppuccin Latte";
dark = "Catppuccin Macchiato";
dark = "Catppuccin Mocha";
};
};
};
Expand Down

0 comments on commit f58b3da

Please sign in to comment.