82 lines
1.3 KiB
TOML
82 lines
1.3 KiB
TOML
|
[colors]
|
|||
|
draw_bold_text_with_bright_colors = false
|
|||
|
|
|||
|
[colors.bright]
|
|||
|
black = "0x4d4754"
|
|||
|
blue = "0x789ebf"
|
|||
|
cyan = "0x82bfb3"
|
|||
|
green = "0x97bd5e"
|
|||
|
magenta = "0xa97fb3"
|
|||
|
red = "0xcc5c5c"
|
|||
|
white = "0xc7c6c3"
|
|||
|
yellow = "0xf0c767"
|
|||
|
|
|||
|
[colors.cursor]
|
|||
|
background = "CellForeground"
|
|||
|
text = "CellBackground"
|
|||
|
|
|||
|
[colors.normal]
|
|||
|
black = "0x14171d"
|
|||
|
blue = "0x3d67a2"
|
|||
|
cyan = "0x578c7c"
|
|||
|
green = "0x759438"
|
|||
|
magenta = "0x7b5687"
|
|||
|
red = "0xa63a3a"
|
|||
|
white = "0xada0a8"
|
|||
|
yellow = "0xde7e54"
|
|||
|
|
|||
|
[colors.primary]
|
|||
|
background = "0x14171d"
|
|||
|
foreground = "0xc7c6c3"
|
|||
|
|
|||
|
[colors.selection]
|
|||
|
background = "CellForeground"
|
|||
|
text = "CellBackground"
|
|||
|
|
|||
|
[font]
|
|||
|
size = 11.5
|
|||
|
|
|||
|
[font.bold]
|
|||
|
style = "Bold"
|
|||
|
|
|||
|
[font.bold_italic]
|
|||
|
style = "Bold Italic"
|
|||
|
|
|||
|
[font.italic]
|
|||
|
style = "Italic"
|
|||
|
|
|||
|
[font.normal]
|
|||
|
family = "monospace"
|
|||
|
style = "Regular"
|
|||
|
|
|||
|
[font.offset]
|
|||
|
x = 0
|
|||
|
y = 0
|
|||
|
|
|||
|
[[hints.enabled]]
|
|||
|
command = "xdg-open"
|
|||
|
post_processing = true
|
|||
|
regex = "(magnet|mailto|gemini|gopher|https|http|news|file|git|ssh|ftp):[^\u0000-\u001F\u007F-<>\"\\s{-}\\^⟨⟩`]+"
|
|||
|
|
|||
|
[hints.enabled.binding]
|
|||
|
key = "U"
|
|||
|
mods = "Control|Shift"
|
|||
|
|
|||
|
[hints.enabled.mouse]
|
|||
|
enabled = true
|
|||
|
mods = "None"
|
|||
|
|
|||
|
[[keyboard.bindings]]
|
|||
|
action = "SpawnNewInstance"
|
|||
|
key = "Return"
|
|||
|
mods = "Control|Super"
|
|||
|
|
|||
|
[window]
|
|||
|
decorations = "full"
|
|||
|
dynamic_title = true
|
|||
|
opacity = 0.85
|
|||
|
|
|||
|
[window.padding]
|
|||
|
x = 5
|
|||
|
y = 5
|