dotfiles/dot_config/fish/private_functions/light.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