17 lines
222 B
TOML
17 lines
222 B
TOML
|
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
|