This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-08-26 21:25:51 +02:00
parent 4b42af4523
commit ce84d681e0
15 changed files with 504 additions and 137 deletions

View File

@@ -25,7 +25,7 @@ pkgs: rec {
xcolor = with ccolor; rec {
background = black.dark;
foreground = white.base;
border = cyan.base;
border = red.base;
border2 = blue.base;
accent = blue;
secondary = cyan;