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: Spaceduck
#+author: Emmet
"Spaceduck" base-16 theme originally by Guillermo Rodriguez ([[https://github.com/pineapplegiant]]) and packaged by Gabriel Fontes ([[https://github.com/Misterio77]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/hyprland/spaceduck.png]]
[[https://w.wallhaven.cc/full/6d/wallhaven-6d5k6x.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Spaceduck";
slug = "spaceduck";
author = "Guillermo Rodriguez (https://github.com/pineapplegiant), packaged by Gabriel Fontes (https://github.com/Misterio77)";
description = "An intergalactic space theme for Vim, Terminal, and more!";
polarity = "dark";
backgroundUrl = "https://w.wallhaven.cc/full/6d/wallhaven-6d5k6x.jpg";
backgroundSha256 = "sha256-+xl4H3UiVmMRNvMhIlaLdVTYYqnSyCTSX2UOTGsDQ8c=";
base00 = "16172d";
base01 = "1b1c36";
base02 = "30365F";
base03 = "686f9a";
base04 = "818596";
base05 = "ecf0c1";
base06 = "c1c3cc";
base07 = "ffffff";
base08 = "e33400";
base09 = "e39400";
base0A = "f2ce00";
base0B = "5ccc96";
base0C = "00a3cc";
base0D = "7a5ccc";
base0E = "b3a1e6";
base0F = "ce6f8f";
}