73 lines
1.2 KiB
Text
73 lines
1.2 KiB
Text
# kermit ~ terminal configuration file
|
|
|
|
# Locale (numeric)
|
|
locale en_US.UTF-8
|
|
|
|
# Word char exceptions
|
|
char "-./?%&#_=+@~"
|
|
|
|
# Action key binding (alt/shift)
|
|
key shift
|
|
|
|
# Cursor shape (block/ibeam/underline)
|
|
cursor_shape block
|
|
|
|
# Custom command key bindings
|
|
# bind/bindx [KEY]~"[COMMAND]"
|
|
# bindx f~"df -h"
|
|
|
|
# Tab position (top/bottom)
|
|
tab bottom
|
|
|
|
# Terminal font
|
|
font monospace 16
|
|
|
|
# Terminal transparency
|
|
opacity 0.75
|
|
|
|
# Foreground color
|
|
foreground 0xbfd6d1
|
|
foreground_bold 0xffffff
|
|
|
|
# Cursor color
|
|
cursor 0x00cc00
|
|
cursor_foreground 0xefecf4
|
|
|
|
# Background color
|
|
background 0x030C0E
|
|
|
|
# Color palette (16)
|
|
#color0 0x3f3f3f
|
|
#color1 0xcf0000
|
|
#color2 0xa8ff60
|
|
#color3 0xf3f828
|
|
#color4 0x3c70a4
|
|
#color5 0xcc00ff
|
|
#color6 0x3c70a4
|
|
#color7 0xdcdccc
|
|
#color8 0x808080
|
|
#color9 0xcf0000
|
|
#color10 0xa8ff60
|
|
#color11 0x6b6b6b
|
|
#color12 0x3c70a4
|
|
#color13 0xcc00ff
|
|
#color14 0x3c70a4
|
|
#color15 0xdcdccc
|
|
|
|
color0 0x030C0E
|
|
color1 0x28504C
|
|
color2 0x1E6B61
|
|
color3 0x496F6F
|
|
color4 0x278E72
|
|
color5 0x427788
|
|
color6 0x4CBFA4
|
|
color7 0xbfd6d1
|
|
color8 0x859592
|
|
color9 0x28504C
|
|
color10 0x1E6B61
|
|
color11 0x496F6F
|
|
color12 0x278E72
|
|
color13 0x427788
|
|
color14 0x4CBFA4
|
|
color15 0xbfd6d1
|
|
|