use catppuccin mocha in kitty & tmux
This commit is contained in:
parent
b692f0e689
commit
b94121e59d
1 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@
|
||||||
vim-tmux-navigator
|
vim-tmux-navigator
|
||||||
{
|
{
|
||||||
plugin = catppuccin;
|
plugin = catppuccin;
|
||||||
extraConfig = "set -g @catppuccin_flavour 'frappe'";
|
extraConfig = "set -g @catppuccin_flavour 'mocha'";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
@ -159,7 +159,7 @@
|
||||||
confirm_os_window_close = 0;
|
confirm_os_window_close = 0;
|
||||||
paste_actions = "quote-urls-at-prompt,confirm-if-large";
|
paste_actions = "quote-urls-at-prompt,confirm-if-large";
|
||||||
};
|
};
|
||||||
theme = "Catppuccin-Frappe";
|
theme = "Catppuccin-Mocha";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.bat.enable = true;
|
programs.bat.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue