fix(gui): improve catppuccin terminal visibility
This commit is contained in:
parent
3934f6fe15
commit
ad2fb952bc
|
@ -120,7 +120,7 @@ in mkIf cfg.enable {
|
||||||
c = substring 1 7;
|
c = substring 1 7;
|
||||||
in {
|
in {
|
||||||
foreground = c text; background = c base;
|
foreground = c text; background = c base;
|
||||||
regular0 = c subtext1; regular1 = c red;
|
regular0 = c overlay2; regular1 = c red;
|
||||||
regular2 = c green; regular3 = c yellow;
|
regular2 = c green; regular3 = c yellow;
|
||||||
regular4 = c blue; regular5 = c pink;
|
regular4 = c blue; regular5 = c pink;
|
||||||
regular6 = c teal; regular7 = c surface2;
|
regular6 = c teal; regular7 = c surface2;
|
||||||
|
|
Loading…
Reference in a new issue