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 Plateau
#+author: Emmet
"Atelier Plateau" base-16 theme originally by Bram de Haan ([[http://atelierbramdehaan.nl]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/atelier-plateau.png]]
[[https://r4.wallpaperflare.com/wallpaper/428/434/322/art-computer-digital-art-concept-art-wallpaper-b9a0c85d016a9d0b66a7b84f509116ad.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Atelier Plateau";
slug = "atelier-plateau";
author = "Bram de Haan (http://atelierbramdehaan.nl)";
description = "A warm palette; no real green in here";
polarity = "dark";
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/428/434/322/art-computer-digital-art-concept-art-wallpaper-b9a0c85d016a9d0b66a7b84f509116ad.jpg";
backgroundSha256 = "sha256-GL4QjCZFLAgsMM05cLqAx9Sd293NfU79azFhuzBGhW0=";
base00 = "1b1818";
base01 = "292424";
base02 = "585050";
base03 = "655d5d";
base04 = "7e7777";
base05 = "8a8585";
base06 = "e7dfdf";
base07 = "f4ecec";
base08 = "ca4949";
base09 = "b45a3c";
base0A = "a06e3b";
base0B = "4b8b8b";
base0C = "5485b6";
base0D = "7272ca";
base0E = "8464c4";
base0F = "bd5187";
}