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.
20 lines
338 B
20 lines
338 B
{
|
|
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";
|
|
};
|
|
}
|