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 Estuary
#+author: Emmet
"Atelier Estuary" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/atelier-estuary.png]]
[[https://r4.wallpaperflare.com/wallpaper/352/194/322/digital-art-artwork-dragon-skeleton-wallpaper-15f339ed090d16293ff528ba738d87f9.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Atelier Estuary";
slug = "atelier-estuary";
author = "Bram de Haan (http://atelierbramdehaan.nl)";
description = "A bit of a poisonous colorscheme, be aware of the crocodiles , theyre hiding in there";
polarity = "dark";
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/352/194/322/digital-art-artwork-dragon-skeleton-wallpaper-15f339ed090d16293ff528ba738d87f9.jpg";
backgroundUrlSha256 = "sha256-f97njdnllbsnnIjZnz/j0l2qIFWbEsGF2QtV1JTF2Yg=";
base00 = "22221b";
base01 = "302f27";
base02 = "5f5e4e";
base03 = "6c6b5a";
base04 = "878573";
base05 = "929181";
base06 = "e7e6df";
base07 = "f4f3ec";
base08 = "ba6236";
base09 = "ae7313";
base0A = "a5980d";
base0B = "7d9726";
base0C = "5b9d48";
base0D = "36a166";
base0E = "5f9182";
base0F = "9d6c7c";
}