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: Xcode Dusk
#+author: Emmet
"Xcode Dusk" base-16 theme originally by Elsa Gonsiorowski ([[https://github.com/gonsie]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/xcode-dusk.png]]
[[https://w.wallhaven.cc/full/yx/wallhaven-yxe85x.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "XCode Dusk";
slug = "xcode-dusk";
author = "Elsa Gonsiorowski (https://github.com/gonsie)";
description = "Port of the Dusk theme from XCode";
polarity = "dark";
backgroundUrl = "https://w.wallhaven.cc/full/yx/wallhaven-yxe85x.jpg";
backgroundSha256 = "sha256-z/attvjcG1nReBjCVBY/JS2Eu2U44+Pd2OtIF1dPb1M=";
base00 = "282B35";
base01 = "3D4048";
base02 = "53555D";
base03 = "686A71";
base04 = "7E8086";
base05 = "939599";
base06 = "A9AAAE";
base07 = "BEBFC2";
base08 = "B21889";
base09 = "786DC5";
base0A = "438288";
base0B = "DF0002";
base0C = "00A0BE";
base0D = "790EAD";
base0E = "B21889";
base0F = "C77C48";
}