Add GTK theming for everforest

This commit is contained in:
Elnu 2023-01-08 17:50:21 -08:00
parent e172b4b140
commit d61d195f9f
6 changed files with 57 additions and 16 deletions

15
colors/nord/default.nix Normal file
View file

@ -0,0 +1,15 @@
{
kitty-theme = "Nord";
wallpaper = "roxynord.png";
gtkTheme = pkgs: {
package = pkgs.nordic;
name = "Nordic";
};
background = "#2e3440";
background-alt = "#3b4252";
foreground = "#eceff4";
primary = "#8fbcbb";
alert = "#bf616a";
disabled = "#434c5e";
}