Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/eris/default.nix
Normal file
25
modules/themes/eris/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Eris";
|
||||
slug = "eris";
|
||||
author = "ed (https://codeberg.org/ed)";
|
||||
description = "Vibrant purple and orange theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/531/951/621/digital-digital-art-artwork-illustration-minimalism-hd-wallpaper-08869d3810a06c28a09cf1be487204ea.jpg";
|
||||
backgroundSha256 = "sha256-w8BF0TvHX0LBZqPvgKJi0Zg6aWIKLgS/jyoRRu6M54A=";
|
||||
base00 = "0a0920";
|
||||
base01 = "13133a";
|
||||
base02 = "23255a";
|
||||
base03 = "333773";
|
||||
base04 = "4a5293";
|
||||
base05 = "606bac";
|
||||
base06 = "7986c5";
|
||||
base07 = "9aaae5";
|
||||
base08 = "f768a3";
|
||||
base09 = "f768a3";
|
||||
base0A = "faaea2";
|
||||
base0B = "faaea2";
|
||||
base0C = "258fc4";
|
||||
base0D = "258fc4";
|
||||
base0E = "f768a3";
|
||||
base0F = "f768a3";
|
||||
}
|
Reference in New Issue
Block a user