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: Emil
#+author: Emmet
"Emil" base-16 theme originally by limelier.
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/emil.png]]
[[https://r4.wallpaperflare.com/wallpaper/535/845/69/digital-art-artwork-fantasy-art-planet-sun-hd-wallpaper-d866fd38b0b06cd800cc016ed8d284fa.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Emil";
slug = "emil";
author = "limelier (https://github.com/limelier)";
description = "Ethereal pastel color scheme";
polarity = "light";
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/535/845/69/digital-art-artwork-fantasy-art-planet-sun-hd-wallpaper-d866fd38b0b06cd800cc016ed8d284fa.jpg";
backgroundSha256 = "sha256-qD/yPZHqDgpMwhqPNtyO4r3dtAnR9oMx6DLizZvDHpk=";
base00 = "efefef";
base01 = "bebed2";
base02 = "9e9eaf";
base03 = "7c7c98";
base04 = "505063";
base05 = "313145";
base06 = "22223a";
base07 = "1a1a2f";
base08 = "f43979";
base09 = "d22a8b";
base0A = "ff669b";
base0B = "0073a8";
base0C = "2155d6";
base0D = "471397";
base0E = "6916b6";
base0F = "8d17a5";
}