This commit is contained in:
foozzi 2024-02-20 09:59:14 -05:00
parent 1a235476c4
commit a1c77cf500
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,7 @@
import = [
"~/.config/alacritty/themes/dracula.toml",
"~/.config/alacritty/keybindings.toml"
"~/.config/alacritty/keybindings.toml",
"~/.config/alacritty/font.toml"
]
live_config_reload = true
@ -13,9 +14,6 @@ shape = "Block"
[env]
TERM = "xterm-256color"
[font]
size = 11
[font.bold]
family = "JetBrainsMono NF"
style = "Bold"

View file

@ -0,0 +1,2 @@
[font]
size = 11

View file

@ -0,0 +1,2 @@
[font]
size = 14