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
1 changed files with 18 additions and 18 deletions

View File

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