Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/uwunicorn/default.nix
Normal file
25
modules/themes/uwunicorn/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "UwUnicorn";
|
||||
slug = "uwunicorn";
|
||||
author = "Fernando Marques (https://github.com/RakkiUwU) and Gabriel Fontes (https://github.com/Misterio77), modified by librephoenix (https://librephoenix.com)";
|
||||
description = "Purple unicorn-inspired theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/30/586/460/artwork-fantasy-art-digital-art-forest-wallpaper-3cdadbae5dd4b0ca4dd008fd72d13bf3.jpg";
|
||||
backgroundSha256 = "sha256-vNBappcgqa8O2aj+Zz4aBrSsD97v0dDXQDeyC4o0gpc=";
|
||||
base00 = "241b26";
|
||||
base01 = "2f2a3f";
|
||||
base02 = "46354a";
|
||||
base03 = "6c3c62";
|
||||
base04 = "7e5f83";
|
||||
base05 = "eed5d9";
|
||||
base06 = "d9c2c6";
|
||||
base07 = "e4ccd0";
|
||||
base08 = "de5b44";
|
||||
base09 = "e39755";
|
||||
base0A = "a84a73";
|
||||
base0B = "c965bf";
|
||||
base0C = "9c5fce";
|
||||
base0D = "6a9eb5";
|
||||
base0E = "6ac38f";
|
||||
base0F = "a3ab5a";
|
||||
}
|
Reference in New Issue
Block a user