mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 22:48:05 +01:00
4 lines
155 B
Fish
4 lines
155 B
Fish
function light --description 'Set shell theme to light mode, including neovim'
|
|
yes | fish_config theme save "Catppuccin Latte"
|
|
update_nvim_theme light
|
|
end
|