Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/nord/default.nix
Normal file
25
modules/themes/nord/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Nord";
|
||||
slug = "nord";
|
||||
author = "Sven Greb (https://github.com/nordtheme)";
|
||||
description = "An arctic, north-bluish color palette";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/976/74/465/multiple-display-mountains-snow-nature-wallpaper-c1b4ba2a902ec5b27032d3c4aefe604d.jpg";
|
||||
backgroundSha256 = "sha256-+zlCkbmA6GwJStrL1+BP08GezbhDB07TTYBgu86xWOw=";
|
||||
base00 = "2E3440";
|
||||
base01 = "3B4252";
|
||||
base02 = "434C5E";
|
||||
base03 = "4C566A";
|
||||
base04 = "D8DEE9";
|
||||
base05 = "E5E9F0";
|
||||
base06 = "ECEFF4";
|
||||
base07 = "8FBCBB";
|
||||
base08 = "BF616A";
|
||||
base09 = "D08770";
|
||||
base0A = "EBCB8B";
|
||||
base0B = "A3BE8C";
|
||||
base0C = "88C0D0";
|
||||
base0D = "81A1C1";
|
||||
base0E = "B48EAD";
|
||||
base0F = "5E81AC";
|
||||
}
|
Reference in New Issue
Block a user