dotfiles/dot_config/fish/private_functions/light.fish

5 lines
155 B
Fish
Raw Normal View History

2024-11-17 17:17:32 +01:00
function light --description 'Set shell theme to light mode, including neovim'
yes | fish_config theme save "Catppuccin Latte"
update_nvim_theme light
end