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: Helios
#+author: Emmet
"Helios" base-16 theme originally by Alex Meyer ([[https://github.com/reyemxela]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/helios.png]]
[[https://images.hdqwalls.com/wallpapers/one-last-time-8h.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Helios";
slug = "helios";
author = "Alex Meyer (https://github.com/reyemxela)";
description = "Somewhat inspired by gruvbox; a dark, saturated base16 scheme with nice clean colors";
polarity = "dark";
backgroundUrl = "https://images.hdqwalls.com/wallpapers/one-last-time-8h.jpg";
backgroundSha256 = "sha256-KDp90rltTtMEiQtsA8VPq2Msi/D51mPPEdo1tiRIo7E=";
base00 = "1d2021";
base01 = "383c3e";
base02 = "53585b";
base03 = "6f7579";
base04 = "cdcdcd";
base05 = "d5d5d5";
base06 = "dddddd";
base07 = "e5e5e5";
base08 = "d72638";
base09 = "eb8413";
base0A = "f19d1a";
base0B = "88b92d";
base0C = "1ba595";
base0D = "1e8bac";
base0E = "be4264";
base0F = "c85e0d";
}