migrated to toml

This commit is contained in:
gurkenhabicht 2024-01-05 15:56:56 +01:00
parent 1e13e73da7
commit ce77deb337
1 changed files with 31 additions and 0 deletions

View File

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