Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/ayu-dark/default.nix
Normal file
25
modules/themes/ayu-dark/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Ayu Dark";
|
||||
slug = "ayu-dark";
|
||||
author = "Khue Nguyen <Z5483Y@gmail.com>";
|
||||
description = "Simple, bright and elegant theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/zy/wallhaven-zy8wwo.jpg";
|
||||
backgroundSha256 = "sha256-0BiSjEZnwh6KnWuNau+9lf1PVBYRnq228l4OA/nm5YI=";
|
||||
base00 = "0F1419";
|
||||
base01 = "131721";
|
||||
base02 = "272D38";
|
||||
base03 = "3E4B59";
|
||||
base04 = "BFBDB6";
|
||||
base05 = "E6E1CF";
|
||||
base06 = "E6E1CF";
|
||||
base07 = "F3F4F5";
|
||||
base08 = "F07178";
|
||||
base09 = "FF8F40";
|
||||
base0A = "FFB454";
|
||||
base0B = "B8CC52";
|
||||
base0C = "95E6CB";
|
||||
base0D = "59C2FF";
|
||||
base0E = "D2A6FF";
|
||||
base0F = "E6B673";
|
||||
}
|
Reference in New Issue
Block a user