Add GTK theming for everforest
This commit is contained in:
parent
e172b4b140
commit
d61d195f9f
6 changed files with 57 additions and 16 deletions
15
colors/nord/default.nix
Normal file
15
colors/nord/default.nix
Normal 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";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue