98 lines
1.3 KiB
TOML
98 lines
1.3 KiB
TOML
live_config_reload = true
|
|
|
|
[bell]
|
|
animation = "EaseOutExpo"
|
|
color = "0xffffff"
|
|
duration = 0
|
|
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = false
|
|
|
|
[colors.bright]
|
|
black = "#7B7B7B"
|
|
blue = "#B5DCFE"
|
|
cyan = "#DFDFFD"
|
|
green = "#CEFFAB"
|
|
magenta = "#FB9BFE"
|
|
red = "#AF4B57"
|
|
white = "#FEFFFE"
|
|
yellow = "#FFFECC"
|
|
|
|
[colors.cursor]
|
|
cursor = "0x4d4d4c"
|
|
text = "0xffffff"
|
|
|
|
[colors.normal]
|
|
black = "#4F4F4F"
|
|
blue = "#7D90A4"
|
|
cyan = "#85A6A5"
|
|
green = "#AFD383"
|
|
magenta = "#A4799D"
|
|
red = "#AF4B57"
|
|
white = "#EEEDEE"
|
|
yellow = "#E5C079"
|
|
|
|
[colors.primary]
|
|
background = "#1C1F27"
|
|
foreground = "#979CAC"
|
|
|
|
[cursor]
|
|
style = "Underline"
|
|
unfocused_hollow = true
|
|
|
|
[debug]
|
|
log_level = "OFF"
|
|
persistent_logging = false
|
|
print_events = false
|
|
render_timer = false
|
|
|
|
[font]
|
|
size = 14.0
|
|
|
|
[font.bold]
|
|
family = "Source Code Pro"
|
|
style = "Bold"
|
|
|
|
[font.glyph_offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[font.italic]
|
|
family = "Source Code Pro"
|
|
style = "Italic"
|
|
|
|
[font.normal]
|
|
family = "Source Code Pro"
|
|
style = "Medium"
|
|
|
|
[font.offset]
|
|
x = 0
|
|
y = 0
|
|
|
|
[mouse]
|
|
bindings = [
|
|
{ action = "PasteSelection", mouse = "Middle" },
|
|
]
|
|
|
|
[scrolling]
|
|
history = 100000
|
|
multiplier = 3
|
|
|
|
[selection]
|
|
save_to_clipboard = false
|
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
|
|
|
|
[window]
|
|
decorations = "full"
|
|
dynamic_padding = false
|
|
opacity = 1
|
|
startup_mode = "windowed"
|
|
|
|
[window.dimensions]
|
|
columns = 85
|
|
lines = 40
|
|
|
|
[window.padding]
|
|
x = 5
|
|
y = 5
|