Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
25
modules/themes/woodland/default.nix
Normal file
25
modules/themes/woodland/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Woodland";
|
||||
slug = "woodland";
|
||||
author = "Jay Cornwall (https://jcornwall.com)";
|
||||
description = "Forest inspired theme";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://images.hdqwalls.com/wallpapers/beyond-the-railroad-crossing-5k-5b.jpg";
|
||||
backgroundSha256 = "sha256-lbmtPDD0+PP7UXy6MO0UdFtQIwsnvNUczolqTZW7k88=";
|
||||
base00 = "231e18";
|
||||
base01 = "302b25";
|
||||
base02 = "48413a";
|
||||
base03 = "9d8b70";
|
||||
base04 = "b4a490";
|
||||
base05 = "cabcb1";
|
||||
base06 = "d7c8bc";
|
||||
base07 = "e4d4c8";
|
||||
base08 = "d35c5c";
|
||||
base09 = "ca7f32";
|
||||
base0A = "e0ac16";
|
||||
base0B = "b7ba53";
|
||||
base0C = "6eb958";
|
||||
base0D = "88a4d3";
|
||||
base0E = "bb90e2";
|
||||
base0F = "b49368";
|
||||
}
|
Reference in New Issue
Block a user