all repos — nixfiles @ d61c5b154dd2ebe6f0b24ae92b50b5d89830f10f

System and user configuration, managed by nix and home-manager

darwin: use Modus themes in kitty

Alan Pearce
commit

d61c5b154dd2ebe6f0b24ae92b50b5d89830f10f

parent

1efca3062d1199190e980a26715d35060fa7fb6a

1 file changed, 2 insertions(+), 2 deletions(-)

jump to
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -92,9 +92,9 @@ }
kittySwitchTheme () { if pgrep -q kitty; then if [[ $MODE == "dark" ]]; then - $kitty 'Alabaster Dark' + $kitty 'Modus Vivendi' elif [[ $MODE == "light" ]]; then - $kitty 'Alabaster' + $kitty 'Modus Operandi' fi fi }