83 lines
1.2 KiB
TOML
83 lines
1.2 KiB
TOML
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = false
|
|
|
|
[cursor.style]
|
|
shape = "Beam"
|
|
blinking = "On"
|
|
|
|
[font]
|
|
size = 16.0
|
|
|
|
[font.bold]
|
|
family = "Monaspace Neon"
|
|
style = "Regular"
|
|
|
|
[font.glyph_offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[font.italic]
|
|
family = "Monaspace Neon"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "Monaspace Neon"
|
|
style = "Regular"
|
|
|
|
[font.offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[bell]
|
|
animation = "EaseOutExpo"
|
|
color = "0xffffff"
|
|
duration = 0
|
|
|
|
[debug]
|
|
log_level = "OFF"
|
|
persistent_logging = false
|
|
print_events = false
|
|
render_timer = false
|
|
|
|
[mouse]
|
|
bindings = [
|
|
{ action = "PasteSelection", mouse = "Middle" },
|
|
]
|
|
|
|
[keyboard]
|
|
bindings = [
|
|
{ key = "Back", mods = "Control", chars = "\u001b\u007f"},
|
|
{ key = "N", mods = "Control", action = "SpawnNewInstance" }
|
|
]
|
|
|
|
[scrolling]
|
|
history = 100000
|
|
multiplier = 3
|
|
|
|
[selection]
|
|
save_to_clipboard = false
|
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
|
|
|
[window]
|
|
decorations = "full"
|
|
blur = false
|
|
dynamic_padding = false
|
|
opacity = 1
|
|
startup_mode = "windowed"
|
|
title = "Terminal"
|
|
dynamic_title = false
|
|
|
|
[window.dimensions]
|
|
columns = 85
|
|
lines = 40
|
|
|
|
[window.padding]
|
|
x = 5
|
|
y = 5
|
|
|
|
[general]
|
|
live_config_reload = true
|
|
# Set the theme by changing the link 'themes/current.toml'
|
|
import = ["~/.config/alacritty/themes/current.toml"]
|