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: Windows 95
#+author: Emmet
"Windows 95" base-16 theme originally by Fergus Collins ([[https://github.com/C-Fergus]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/windows-95.png]]
[[https://w.wallhaven.cc/full/01/wallhaven-01e6xw.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Windows 95";
slug = "windows-95";
author = "Fergus Collins (https://github.com/C-Fergus)";
description = "Color scheme reminiscent of a certain operating system from 1995...";
polarity = "dark";
backgroundUrl = "https://w.wallhaven.cc/full/01/wallhaven-01e6xw.jpg";
backgroundSha256 = "sha256-xgMi6fH3yMGk0txu0p5x01OY9qC4x597vEgSy/G9TBY=";
base00 = "000000";
base01 = "1C1C1C";
base02 = "383838";
base03 = "545454";
base04 = "7e7e7e";
base05 = "a8a8a8";
base06 = "d2d2d2";
base07 = "fcfcfc";
base08 = "fc5454";
base09 = "a85400";
base0A = "fcfc54";
base0B = "54fc54";
base0C = "54fcfc";
base0D = "5454fc";
base0E = "fc54fc";
base0F = "00a800";
}