Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/atelier-dune/default.nix
Normal file
25
modules/themes/atelier-dune/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Dune";
|
||||
slug = "atelier-dune";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "A welcoming, soothing friendly but also bright, colorscheme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/tengen-toppa-gurren-lagann-4k-1m.jpg";
|
||||
backgroundSha256 = "sha256-wplFIlIIYHTofJMuBLtpSWwrFyzz8ao1Gq4wGqgz7qY=";
|
||||
base00 = "20201d";
|
||||
base01 = "292824";
|
||||
base02 = "6e6b5e";
|
||||
base03 = "7d7a68";
|
||||
base04 = "999580";
|
||||
base05 = "a6a28c";
|
||||
base06 = "e8e4cf";
|
||||
base07 = "fefbec";
|
||||
base08 = "d73737";
|
||||
base09 = "b65611";
|
||||
base0A = "ae9513";
|
||||
base0B = "60ac39";
|
||||
base0C = "1fad83";
|
||||
base0D = "6684e1";
|
||||
base0E = "b854d4";
|
||||
base0F = "d43552";
|
||||
}
|
Reference in New Issue
Block a user