Want to contribute? Fork me on Codeberg.org!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
483 B

{
theme = "everforest";
kitty-theme = "Everforest Dark Hard";
gtkTheme = pkgs: {
package = pkgs.callPackage ./gtk.nix {};
name = "Everforest-Dark-BL";
};
gtkIconTheme = pkgs: {
package = pkgs.callPackage ./gtk.nix {};
name = "Everforest-Dark";
};
wallpaper = "306286.jpg";
colors = {
bg0 = "#1e2326";
bg1 = "#272e33";
bg2 = "#2e383c";
fg0 = "#d3c6aa";
primary = "#a7c080";
alert = "#e67e80";
disabled = "#2e383c";
};
}