mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-12-22 13:51:51 +01:00
5 lines
189 B
Fish
5 lines
189 B
Fish
function dark --description 'Set shell theme to dark mode, including neovim'
|
|
yes | fish_config theme save "Catppuccin Mocha"
|
|
set -Ux BAT_THEME "Catppuccin Mocha"
|
|
update_nvim_theme dark
|
|
end
|