fix(gui): improve catppuccin terminal visibility
This commit is contained in:
parent
5262080b2b
commit
474b8433ea
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue