14 lines
235 B
TOML
14 lines
235 B
TOML
|
import = ["/home/emilis/.config/alacritty/themes/xterm.toml"]
|
||
|
live_config_reload = true
|
||
|
|
||
|
[colors]
|
||
|
draw_bold_text_with_bright_colors = true
|
||
|
|
||
|
[env]
|
||
|
TERM = "alacritty"
|
||
|
|
||
|
[[keyboard.bindings]]
|
||
|
chars = "\u0017"
|
||
|
key = "Back"
|
||
|
mods = "Control"
|