flokli / theme-switcher

Switch themes in kitty and helix depending on dark/light mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

theme-switcher

This configures kitty and helix to honor the GNOME-wide color scheme (Dark mode or not).

For this to work, it needs pkill and gsettings in $PATH.

Home-Manager config:

  systemd.user.services.theme-switcher = {
    Service = {
      Type = "simple";
      ExecStart = "${theme-switcher}/bin/theme-switcher";
    };
    Install.WantedBy = [ "default.target" ];
  };

About

Switch themes in kitty and helix depending on dark/light mode

License:Apache License 2.0


Languages

Language:Go 100.0%