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.
23 lines
458 B
23 lines
458 B
{
|
|
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";
|
|
};
|
|
}
|