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"
|
2024-11-26 15:17:16 +01:00
|
|
|
set -Ux BAT_THEME "Catppuccin Latte"
|
2024-11-17 17:17:32 +01:00
|
|
|
update_nvim_theme light
|
|
|
|
end
|