better git

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-05-14 20:06:05 +02:00
parent 75d90368b6
commit 97ff74ed59
3 changed files with 9 additions and 3 deletions

View File

@@ -90,13 +90,13 @@
alter = let f = rice.lib.alter-luminace-hex; in color-name: color-value: { base = color-value; dark = f color-value dark; bright = f color-value bright; };
ccolor = builtins.mapAttrs alter {
black = "#001100"; # "#111111";
white = "#00dd00"; # "#dddddd";
white = "#66dd66"; # "#dddddd";
blue = "#003300"; # "#1111dd";
cyan = "#00dd55"; # "#11dddd";
green = "#11dd11"; # "#11dd11";
magenta = "#005500"; # "#dd11dd";
red = "#00aa00"; # "#dd1111";
yellow = "#006633"; # "#dddd11";
yellow = "#ffff00"; # "#dddd11";
};
xcolor = with ccolor; {
background = black.dark;