Commit 0722fbcdb029

Vincent Demeester <vincent@sbr.pm>
2025-05-20 16:33:40
home: switch to Modus-* themes
… activating vivendi for now (dark theme) just to change. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 41bc30b
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -28,7 +28,8 @@ _: {
       "shift+up" = "neighboring_window up";
       "shift+down" = "neighboring_window down";
     };
-    themeFile = "Tango_Light";
+    # themeFile = "Modus_Operandi"; # Light
+    themeFile = "Modus_Vivendi"; # Dark
     # action_alias mkh kitten hints --alphabet asdfghjklqwertyuiopzxcvbnmASDFGHJKLQWERTYUIOPZXCVBNM
     # map kitty_mod+n    mkh --type=linenum emacsclient -c -nw +{line} {path}
   };