19 lines
244 B
TOML
19 lines
244 B
TOML
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = false
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[font]
|
|
size = 9
|
|
|
|
[font.bold]
|
|
family = "Fira Code Nerd Font"
|
|
|
|
[font.normal]
|
|
family = "Fira Code Nerd Font"
|
|
|
|
[general]
|
|
import = ["~/.config/alacritty/dark.toml"]
|