17 lines
232 B
TOML
17 lines
232 B
TOML
[general]
|
|
import = ["~/.config/alacritty/dracula.toml"]
|
|
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[env]
|
|
TERM = "xterm-256color"
|
|
|
|
[font]
|
|
size = 13.0
|
|
|
|
[font.normal]
|
|
family = "JetBrainsMono Nerd Font"
|
|
|
|
[window]
|
|
opacity = 0.9
|