This commit is contained in:
Till 2024-12-26 17:20:52 +01:00
parent e148c91317
commit ad89e53947
2 changed files with 10 additions and 10 deletions

View file

@ -23,21 +23,21 @@
background = "eeeeee";
foreground = "1c1c1c";
regular0 = "1c1c1c"; # black
bright0 = "585858 "; # bright black
bright0 = "585858"; # bright black
regular1 = "af0000"; # red
bright1 = "d70000"; # bright red
regular2 = "008700"; # green
bright2 = "5faf5f"; # bright green
regular3 = "d75f00"; # yellow
bright3 = "ffaf00 "; # bright yellow
regular4 = "005faf "; # blue
bright4 = "0087af "; # bright blue
regular5 = "d70087 "; # magenta
bright5 = "ff5faf "; # bright magenta
regular6 = "005f87 "; # cyan
bright6 = "00afaf "; # bright cyan
bright3 = "ffaf00"; # bright yellow
regular4 = "005faf"; # blue
bright4 = "0087af"; # bright blue
regular5 = "d70087"; # magenta
bright5 = "ff5faf"; # bright magenta
regular6 = "005f87"; # cyan
bright6 = "00afaf"; # bright cyan
regular7 = "ffffff"; # white
bright7 = "bcbcbc "; # bright white
bright7 = "bcbcbc"; # bright white
};
key-bindings = {
show-urls-launch = "Control+Shift+g";