Commit e82370dbea38

Vincent Demeester <vincent@sbr.pm>
2025-04-25 00:18:57
home: update kitty deprecate field (theme)
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent a793185
Changed files (1)
home
common
desktop
home/common/desktop/kitty.nix
@@ -28,7 +28,7 @@ _: {
       "shift+up" = "neighboring_window up";
       "shift+down" = "neighboring_window down";
     };
-    theme = "Tango Light";
+    themeFile = "Tango_Light";
     # action_alias mkh kitten hints --alphabet asdfghjklqwertyuiopzxcvbnmASDFGHJKLQWERTYUIOPZXCVBNM 
     # map kitty_mod+n    mkh --type=linenum emacsclient -c -nw +{line} {path}
   };