Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/atelier-heath/README.org
Normal file
8
modules/themes/atelier-heath/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Heath
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Heath" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/atelier-heath.png]]
|
||||
|
||||
[[https://r4.wallpaperflare.com/wallpaper/861/102/512/moonlight-fantasy-landscape-moon-full-moon-wallpaper-0960b8dd31ca4d2b96b7684fd021067d.jpg][Background Link]]
|
25
modules/themes/atelier-heath/default.nix
Normal file
25
modules/themes/atelier-heath/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Heath";
|
||||
slug = "atelier-heath";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = "Here the background-colors have these cool-red colors for the background, but then obviously toned down quite a bit…";
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/861/102/512/moonlight-fantasy-landscape-moon-full-moon-wallpaper-0960b8dd31ca4d2b96b7684fd021067d.jpg";
|
||||
backgroundSha256 = "sha256-KuPdCD5IT0/LJghqQKuAFiFtztp+FyRJRdsjdrAzPI8=";
|
||||
base00 = "1b181b";
|
||||
base01 = "292329";
|
||||
base02 = "695d69";
|
||||
base03 = "776977";
|
||||
base04 = "9e8f9e";
|
||||
base05 = "ab9bab";
|
||||
base06 = "d8cad8";
|
||||
base07 = "f7f3f7";
|
||||
base08 = "ca402b";
|
||||
base09 = "a65926";
|
||||
base0A = "bb8a35";
|
||||
base0B = "918b3b";
|
||||
base0C = "159393";
|
||||
base0D = "516aec";
|
||||
base0E = "7b59c0";
|
||||
base0F = "cc33cc";
|
||||
}
|
Reference in New Issue
Block a user