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: Ayu Dark
#+author: Emmet
"Ayu Dark" base-16 theme originally by Khue Nguyen ([[mailto:Z5483Y@gmail.com][Z5483Y@gmail.com]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/ayu-dark.png]]
[[https://w.wallhaven.cc/full/zy/wallhaven-zy8wwo.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Ayu Dark";
slug = "ayu-dark";
author = "Khue Nguyen <Z5483Y@gmail.com>";
description = "Simple, bright and elegant theme";
polarity = "dark";
backgroundUrl = "https://w.wallhaven.cc/full/zy/wallhaven-zy8wwo.jpg";
backgroundSha256 = "sha256-0BiSjEZnwh6KnWuNau+9lf1PVBYRnq228l4OA/nm5YI=";
base00 = "0F1419";
base01 = "131721";
base02 = "272D38";
base03 = "3E4B59";
base04 = "BFBDB6";
base05 = "E6E1CF";
base06 = "E6E1CF";
base07 = "F3F4F5";
base08 = "F07178";
base09 = "FF8F40";
base0A = "FFB454";
base0B = "B8CC52";
base0C = "95E6CB";
base0D = "59C2FF";
base0E = "D2A6FF";
base0F = "E6B673";
}