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.
16 lines
283 B
16 lines
283 B
2 years ago
|
{
|
||
2 years ago
|
kitty-theme = "Nord";
|
||
|
wallpaper = "roxynord.png";
|
||
2 years ago
|
gtkTheme = pkgs: {
|
||
|
package = pkgs.nordic;
|
||
|
name = "Nordic";
|
||
|
};
|
||
2 years ago
|
|
||
2 years ago
|
background = "#2e3440";
|
||
|
background-alt = "#3b4252";
|
||
|
foreground = "#eceff4";
|
||
|
primary = "#8fbcbb";
|
||
|
alert = "#bf616a";
|
||
|
disabled = "#434c5e";
|
||
|
}
|