commented all warning after the migration to toml

This commit is contained in:
gurkenhabicht 2024-01-07 10:18:39 +01:00
parent ce77deb337
commit 8db0f9e12e
1 changed files with 7 additions and 7 deletions

View File

@ -1,18 +1,18 @@
import = ["/home/stefan/.config/alacritty/colorschemes/catppuccin/catppuccin-mocha.toml"] import = ["/home/stefan/.config/alacritty/colorschemes/catppuccin/catppuccin-mocha.toml"]
[font] [font]
AppleFontSmoothing = true # AppleFontSmoothing = true
antialias = "lcd" # antialias = "lcd"
size = 12 size = 12
style = "Regular" # style = "Regular"
[font.bold] [font.bold]
family = "MesloLGS NF" family = "MesloLGS NF"
style = "Bold" # style = "Bold"
[font.bold_italic] [font.bold_italic]
family = "MesloLGS NF" family = "MesloLGS NF"
style = "Bold Italic" # style = "Bold Italic"
[font.glyph_offset] [font.glyph_offset]
x = 0 x = 0
@ -20,11 +20,11 @@ y = 0
[font.italic] [font.italic]
family = "MesloLGS NF" family = "MesloLGS NF"
style = "Italic" # style = "Italic"
[font.normal] [font.normal]
family = "MesloLGS NF" family = "MesloLGS NF"
style = "Regular" # style = "Regular"
[font.offset] [font.offset]
x = 0 x = 0