Major config overhaul: use custom modules, setup for multi-host config, and less boilerplate

This commit is contained in:
Emmet K
2025-02-09 16:50:26 -06:00
parent 1fa8b17b07
commit 0453901d17
303 changed files with 3560 additions and 5566 deletions

View File

@@ -0,0 +1,8 @@
#+title: Atelier Dune
#+author: Emmet
"Atelier Dune" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/atelier-dune.png]]
[[https://images.hdqwalls.com/wallpapers/anime-girl-angel-ring-5k-7c.jpg][Background Link]]

View 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";
}