81 lines
1.3 KiB
TOML
81 lines
1.3 KiB
TOML
[bell]
|
||
animation = "EaseOutSine"
|
||
color = "#BD01BE"
|
||
duration = 200
|
||
|
||
[colors]
|
||
draw_bold_text_with_bright_colors = false
|
||
|
||
[colors.bright]
|
||
black = "#000000"
|
||
blue = "#9c4fff"
|
||
cyan = "#83d2ef"
|
||
green = "#d6e04e"
|
||
magenta = "#f14dff"
|
||
red = "#e81063"
|
||
white = "#ffffff"
|
||
yellow = "#ff9f2b"
|
||
|
||
[colors.normal]
|
||
black = "#261c2c"
|
||
blue = "#b982ff"
|
||
cyan = "#b3dfef"
|
||
green = "#d9e07b"
|
||
magenta = "#f57fff"
|
||
red = "#e83f80"
|
||
white = "#f7e3f7"
|
||
yellow = "#ffb65e"
|
||
|
||
[colors.primary]
|
||
background = "#261c2c"
|
||
foreground = "#f7e3f7"
|
||
|
||
[cursor.style]
|
||
shape = "Beam"
|
||
|
||
[font]
|
||
size = 12.0
|
||
|
||
[font.normal]
|
||
family = "monospace"
|
||
|
||
[[hints.enabled]]
|
||
command = "xdg-open"
|
||
post_processing = true
|
||
regex = "(mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:|magnet:)[^\u0000-\u001F\u007F-<>\" {-}\\^⟨⟩`]+"
|
||
|
||
[hints.enabled.mouse]
|
||
enabled = true
|
||
mods = "Control"
|
||
|
||
[[keyboard.bindings]]
|
||
chars = "\u001B\u007F"
|
||
key = "Back"
|
||
mods = "Control"
|
||
|
||
[[keyboard.bindings]]
|
||
chars = "\u001B;"
|
||
key = "Semicolon"
|
||
mods = "Control|Shift"
|
||
|
||
[[keyboard.bindings]]
|
||
action = "ScrollPageUp"
|
||
key = "PageUp"
|
||
mode = "~Alt"
|
||
mods = "Shift"
|
||
|
||
[[keyboard.bindings]]
|
||
action = "ScrollPageDown"
|
||
key = "PageDown"
|
||
mode = "~Alt"
|
||
mods = "Shift"
|
||
|
||
[mouse]
|
||
hide_when_typing = true
|
||
|
||
[scrolling]
|
||
history = 10000
|
||
|
||
[selection]
|
||
semantic_escape_chars = ",│`|\"' ()[]{}<>\t·"
|