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: Catppuccin Mocha
#+author: Emmet
"Catppuccin Mocha" base-16 theme ([[https://github.com/catppuccin/catppuccin]]).
[[https://raw.githubusercontent.com/librephoenix/nixos-config-screenshots/main/xmonad/catppuccin-mocha.png]]
[[https://images7.alphacoders.com/126/1266081.jpg][Background Link]]

View File

@@ -0,0 +1,25 @@
{
scheme = "Catppuccin Mocha";
slug = "catppuccin-mocha";
author = "https://catppuccin.com/";
description = "Soothing pastel theme for the high-spirited!";
polarity = "dark";
backgroundUrl = "https://images7.alphacoders.com/126/1266081.jpg";
backgroundSha256 = "sha256-wCXKHemZYxVYnWVwh6Ng/nGlUroRotXgvcOdSfqRPeo=";
base00 = "1e1e2e";
base01 = "181825";
base02 = "313244";
base03 = "45475a";
base04 = "585b70";
base05 = "cdd6f4";
base06 = "f5e0dc";
base07 = "b4befe";
base08 = "f38ba8";
base09 = "fab387";
base0A = "f9e2af";
base0B = "a6e3a1";
base0C = "94e2d5";
base0D = "89b4fa";
base0E = "cba6f7";
base0F = "f2cdcd";
}