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: Horizon Dark
#+author: Emmet
"Horizon Dark" base-16 theme originally by Michaël Ball ([[https://github.com/michael-ball]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/horizon-dark.png]]
[[https://r4.wallpaperflare.com/wallpaper/966/951/802/digital-digital-art-artwork-illustration-fantasy-art-hd-wallpaper-4856fd282030fc78505c71cea802646a.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Horizon Dark";
slug = "horizon-dark";
author = "Michaël Ball (http://github.com/michael-ball/)";
description = "A beautifully warm theme (originally for Visual Studio Code)";
polarity = "dark";
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/966/951/802/digital-digital-art-artwork-illustration-fantasy-art-hd-wallpaper-4856fd282030fc78505c71cea802646a.jpg";
backgroundSha256 = "sha256-a09gjqeVRB6JlDvis+QRDquNuefDAj/NHw9FHAj8yys=";
base00 = "1C1E26";
base01 = "232530";
base02 = "2E303E";
base03 = "6F6F70";
base04 = "9DA0A2";
base05 = "CBCED0";
base06 = "DCDFE4";
base07 = "E3E6EE";
base08 = "E93C58";
base09 = "E58D7D";
base0A = "EFB993";
base0B = "EFAF8E";
base0C = "24A8B4";
base0D = "DF5273";
base0E = "B072D1";
base0F = "E4A382";
}