Skip to content

Commit

Permalink
Use catppuccin mocha again
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrw committed Sep 25, 2024
1 parent f50c455 commit f19c2e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion home/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ in {
enable = true;
enableFishIntegration = true;
};
theme = "nord";
theme = "catppuccin-mocha";
vscode-theme = "Dracula";
defaults = {
browser = "brave";
Expand Down
3 changes: 1 addition & 2 deletions home/nixvim/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let
};

# TOOD: unify with home configuration
colour-theme = "nord";
colour-theme = "catppuccin-mocha";

theme-lua = {
poimandres = ''
Expand Down Expand Up @@ -378,7 +378,6 @@ in {
lsp-status-nvim
nvim-nio
catppuccin-nvim
nord-nvim
];
extraConfigLua = theme-lua;
extraFiles = {
Expand Down

0 comments on commit f19c2e6

Please sign in to comment.