infrastructure

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 04f58a2b6601d331fd29d0e3b04af59472986afb
parent 4385bb57466c3473a29c5b524aeb397c85ec76bd
Author: Silas Brack <silasbrack@gmail.com>
Date:   Wed, 20 May 2026 19:49:38 +0200

feat: add modus operandi tinted to foot

Diffstat:
Mhosts/gaia/configuration.nix | 30++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+), 0 deletions(-)

diff --git a/hosts/gaia/configuration.nix b/hosts/gaia/configuration.nix @@ -333,6 +333,36 @@ main = { font = "Iosevka Nerd Font:size=16"; }; + colors = { + cursor = "fbf7f0 000000"; + + alpha = 1.0; + background = "fbf7f0"; + foreground = "000000"; + + selection-foreground = "000000"; + selection-background = "c9b9b0"; + + urls = "0031a9"; + + regular0 = "000000"; + regular1 = "a60000"; + regular2 = "006800"; + regular3 = "6f5500"; + regular4 = "0031a9"; + regular5 = "721045"; + regular6 = "005e8b"; + regular7 = "dfd5cf"; + + bright0 = "595959"; + bright1 = "d00000"; + bright2 = "008900"; + bright3 = "808000"; + bright4 = "0000ff"; + bright5 = "dd22dd"; + bright6 = "0000ff"; + bright7 = "9f9690"; + }; }; };