remove some useless comments

This commit is contained in:
LordMZTE 2024-03-03 21:31:38 +01:00
parent a10c5ce08a
commit 93cb13e06b
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -5,21 +5,21 @@ font=<% opt.term_font %>:size=10
alpha=0.8 alpha=0.8
[colors] [colors]
foreground=<% opt.catppuccin.text %> # Text foreground=<% opt.catppuccin.text %>
background=<% opt.catppuccin.base %> # Base background=<% opt.catppuccin.base %>
regular0=<% opt.catppuccin.surface1 %> # Surface 1 regular0=<% opt.catppuccin.surface1 %>
regular1=<% opt.catppuccin.red %> # red regular1=<% opt.catppuccin.red %>
regular2=<% opt.catppuccin.green %> # green regular2=<% opt.catppuccin.green %>
regular3=<% opt.catppuccin.yellow %> # yellow regular3=<% opt.catppuccin.yellow %>
regular4=<% opt.catppuccin.blue %> # blue regular4=<% opt.catppuccin.blue %>
regular5=<% opt.catppuccin.pink %> # pink regular5=<% opt.catppuccin.pink %>
regular6=<% opt.catppuccin.teal %> # teal regular6=<% opt.catppuccin.teal %>
regular7=<% opt.catppuccin.subtext1 %> # Subtext 1 regular7=<% opt.catppuccin.subtext1 %>
bright0=<% opt.catppuccin.surface2 %> # Surface 2 bright0=<% opt.catppuccin.surface2 %>
bright1=<% opt.catppuccin.red %> # red bright1=<% opt.catppuccin.red %>
bright2=<% opt.catppuccin.green %> # green bright2=<% opt.catppuccin.green %>
bright3=<% opt.catppuccin.yellow %> # yellow bright3=<% opt.catppuccin.yellow %>
bright4=<% opt.catppuccin.blue %> # blue bright4=<% opt.catppuccin.blue %>
bright5=<% opt.catppuccin.pink %> # pink bright5=<% opt.catppuccin.pink %>
bright6=<% opt.catppuccin.teal %> # teal bright6=<% opt.catppuccin.teal %>
bright7=<% opt.catppuccin.subtext0 %> # Subtext 0 bright7=<% opt.catppuccin.subtext0 %>