58 lines
851 B
TOML
58 lines
851 B
TOML
|
[colors.bright]
|
||
|
black = "0x002b36"
|
||
|
blue = "0x839496"
|
||
|
cyan = "0x93a1a1"
|
||
|
green = "0x586e75"
|
||
|
magenta = "0x6c71c4"
|
||
|
red = "0xcb4b16"
|
||
|
white = "0xfdf6e3"
|
||
|
yellow = "0x657b83"
|
||
|
|
||
|
[colors.cursor]
|
||
|
cursor = "0xcb4b16"
|
||
|
|
||
|
[colors.normal]
|
||
|
black = "0x073642"
|
||
|
blue = "0x268bd2"
|
||
|
cyan = "0x2aa198"
|
||
|
green = "0x859900"
|
||
|
magenta = "0xd33682"
|
||
|
red = "0xdc322f"
|
||
|
white = "0xeee8d5"
|
||
|
yellow = "0xb58900"
|
||
|
|
||
|
[colors.primary]
|
||
|
background = "0xfdf6e3"
|
||
|
foreground = "0x657b83"
|
||
|
|
||
|
[colors.selection]
|
||
|
background = "0xeee8d5"
|
||
|
text = "CellForeground"
|
||
|
|
||
|
[cursor.style]
|
||
|
shape = "Block"
|
||
|
|
||
|
[font]
|
||
|
builtin_box_drawing = true
|
||
|
size = 16
|
||
|
|
||
|
[font.normal]
|
||
|
family = "FantasqueSansM Nerd Font"
|
||
|
|
||
|
[[keyboard.bindings]]
|
||
|
action = "Paste"
|
||
|
key = "V"
|
||
|
mods = "Alt"
|
||
|
|
||
|
[[keyboard.bindings]]
|
||
|
action = "Copy"
|
||
|
key = "C"
|
||
|
mods = "Alt"
|
||
|
|
||
|
[[mouse.bindings]]
|
||
|
action = "PasteSelection"
|
||
|
mouse = "Middle"
|
||
|
|
||
|
[scrolling]
|
||
|
history = 15000
|