Use modules folder
This commit is contained in:
parent
e42f845f09
commit
2903676336
46 changed files with 21 additions and 21 deletions
21
modules/theme/nord/default.nix
Normal file
21
modules/theme/nord/default.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
theme = "nord";
|
||||
|
||||
kitty-theme = "Nord";
|
||||
wallpaper = "roxynord.png";
|
||||
gtkTheme = pkgs: {
|
||||
package = pkgs.nordic;
|
||||
name = "Nordic";
|
||||
};
|
||||
gtkIconTheme = pkgs: null;
|
||||
|
||||
colors = {
|
||||
bg0 = "#2e3440";
|
||||
bg1 = "#3b4252";
|
||||
bg2 = "#434c53";
|
||||
fg0 = "#eceff4";
|
||||
primary = "#8fbcbb";
|
||||
alert = "#bf616a";
|
||||
disabled = "#434c5e";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue