Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/fairy-floss/default.nix
Normal file
25
modules/themes/fairy-floss/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Fairy Floss";
|
||||
slug = "fairy-floss";
|
||||
author = "sailorhg (https://github.com/sailorhg)";
|
||||
description = "A pastel/candy/daydream theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/rr/wallhaven-rrgydw.jpg";
|
||||
backgroundSha256 = "sha256-bv9c0RWYGT3EX8tfqzanQ8ZwVNcxbpmRYv5ymk7hido=";
|
||||
base00 = "343145";
|
||||
base01 = "464258";
|
||||
base02 = "6A6483";
|
||||
base03 = "422013";
|
||||
base04 = "9673D3";
|
||||
base05 = "A0A0C0";
|
||||
base06 = "B5B2Bd";
|
||||
base07 = "F8F8F0";
|
||||
base08 = "CC6666";
|
||||
base09 = "FFEA00";
|
||||
base0A = "C2FFDF";
|
||||
base0B = "55b3cc";
|
||||
base0C = "8295D6";
|
||||
base0D = "FFB8D1";
|
||||
base0E = "C5A3FF";
|
||||
base0F = "96CBFE";
|
||||
}
|
Reference in New Issue
Block a user