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