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