Fix Everforest kitty theme

This commit is contained in:
Elnu 2025-03-21 14:57:09 -07:00
parent 7d257c2128
commit eee649811a
2 changed files with 2 additions and 3 deletions

View file

@ -7,8 +7,7 @@ in
programs.kitty = { programs.kitty = {
enable = true; enable = true;
# https://github.com/kovidgoyal/kitty-themes/blob/master/themes.json # https://github.com/kovidgoyal/kitty-themes/blob/master/themes.json
# TODO fix this, the way themes work changed themeFile = "${theme.kitty-theme}";
# theme = "${theme.kitty-theme}";
font = { font = {
name = "FiraCode Nerd Font Mono"; name = "FiraCode Nerd Font Mono";
size = 12; size = 12;

View file

@ -1,7 +1,7 @@
{ {
theme = "everforest"; theme = "everforest";
kitty-theme = "Everforest Dark Hard"; kitty-theme = "everforest_dark_hard";
gtkTheme = pkgs: { gtkTheme = pkgs: {
package = pkgs.callPackage ./gtk.nix {}; package = pkgs.callPackage ./gtk.nix {};
name = "Everforest-Dark-BL"; name = "Everforest-Dark-BL";