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,25 @@
{
scheme = "Solarized Dark";
slug = "solarized-dark";
author = "Ethan Schoonover (https://ethanschoonover.com/), modified by aramisgithub)";
description = "Precision colors for machines and people";
polarity = "dark";
backgroundUrl = "https://r4.wallpaperflare.com/wallpaper/474/140/1011/stars-sea-clouds-night-wallpaper-7bede9caa0ccfc6d8a1eb0759c9972b0.jpg";
backgroundSha256 = "sha256-ugnjfKCIpyH0enWB5l52j+1pWG1FwX8X5BeRh68NRuE=";
base00 = "002b36";
base01 = "073642";
base02 = "586e75";
base03 = "657b83";
base04 = "839496";
base05 = "93a1a1";
base06 = "eee8d5";
base07 = "fdf6e3";
base08 = "dc322f";
base09 = "cb4b16";
base0A = "b58900";
base0B = "859900";
base0C = "2aa198";
base0D = "268bd2";
base0E = "6c71c4";
base0F = "d33682";
}