Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate
This commit is contained in:
8
modules/themes/atelier-forest/README.org
Normal file
8
modules/themes/atelier-forest/README.org
Normal file
@@ -0,0 +1,8 @@
|
||||
#+title: Atelier Forest
|
||||
#+author: Emmet
|
||||
|
||||
"Atelier Forest" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
|
||||
|
||||
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/atelier-forest.png]]
|
||||
|
||||
[[https://w.wallhaven.cc/full/72/wallhaven-72p97v.jpg][Background Link]]
|
25
modules/themes/atelier-forest/default.nix
Normal file
25
modules/themes/atelier-forest/default.nix
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
scheme = "Atelier Forest";
|
||||
slug = "atelier-forest";
|
||||
author = "Bram de Haan (http://atelierbramdehaan.nl)";
|
||||
description = ''A colorscheme like “Birds of Paradise”, but a bit muddier on the browns, less red and more greyed out, like clay'';
|
||||
polarity = "dark";
|
||||
backgroundUrl = "https://w.wallhaven.cc/full/72/wallhaven-72p97v.jpg";
|
||||
backgroundSha256 = "sha256-+ayGF3G14PfZwZnIeqCpnV/awnwdpue3OBmJYTirb2U=";
|
||||
base00 = "1b1918";
|
||||
base01 = "2c2421";
|
||||
base02 = "68615e";
|
||||
base03 = "766e6b";
|
||||
base04 = "9c9491";
|
||||
base05 = "a8a19f";
|
||||
base06 = "e6e2e0";
|
||||
base07 = "f1efee";
|
||||
base08 = "f22c40";
|
||||
base09 = "df5320";
|
||||
base0A = "c38418";
|
||||
base0B = "7b9726";
|
||||
base0C = "3d97b8";
|
||||
base0D = "407ee7";
|
||||
base0E = "6666ea";
|
||||
base0F = "c33ff3";
|
||||
}
|
Reference in New Issue
Block a user