87 lines
1.7 KiB
Plaintext
Executable File
87 lines
1.7 KiB
Plaintext
Executable File
[options]
|
|
#https://github.com/thestinger/termite/blob/master/config
|
|
allow_bold = true
|
|
audible_bell = false
|
|
browser = xdg-open
|
|
clickable_url = true
|
|
cursor_blink = system
|
|
cursor_shape = block
|
|
dynamic_title = true
|
|
filter_unmatched_urls = true
|
|
font = Monospace 11
|
|
#font = Iosevka Term 12
|
|
#font = Fira Code Regular 11
|
|
geometry = 900x650
|
|
highlight = #2f2f2f
|
|
icon_name = terminal
|
|
modify_other_keys = false
|
|
mouse_autohide = false
|
|
scroll_on_output = false
|
|
scroll_on_keystroke = true
|
|
scrollback_lines = 15000
|
|
size_hints = false
|
|
search_wrap = true
|
|
urgent_on_bell = true
|
|
|
|
[hints]
|
|
#font = Monospace 12
|
|
#foreground = #dcdccc
|
|
#background = #3f3f3f
|
|
#active_foreground = #e68080
|
|
#active_background = #3f3f3f
|
|
#padding = 2
|
|
#border = #3f3f3f
|
|
#border_width = 10
|
|
#roundness = 2.0
|
|
|
|
############################################################
|
|
#### You can change the color coding to your liking
|
|
#### There is a folder themes in ~/config/termite/themes
|
|
#### Copy/paste the colors from one of the 79+ templates to this one
|
|
#### A backup of the original config termite is present
|
|
############################################################
|
|
#### Use websites to make the terminal your own
|
|
#### https://terminal.sexy
|
|
#### https://critical.ch/xterm/
|
|
############################################################
|
|
|
|
[colors]
|
|
|
|
# special
|
|
foreground = #c5c8c6
|
|
foreground_bold = #c5c8c6
|
|
cursor = #c5c8c6
|
|
background = rgba(20, 20, 20, 0.6)
|
|
|
|
# black
|
|
color0 = #111112
|
|
color8 = #26282c
|
|
|
|
# red
|
|
color1 = #a54242
|
|
color9 = #cc6666
|
|
|
|
# green
|
|
color2 = #8c9440
|
|
color10 = #b5bd68
|
|
|
|
# yellow
|
|
color3 = #de935f
|
|
color11 = #f0c674
|
|
|
|
# blue
|
|
color4 = #5f819d
|
|
color12 = #81a2be
|
|
|
|
# magenta
|
|
color5 = #85678f
|
|
color13 = #b294bb
|
|
|
|
# cyan
|
|
color6 = #5e8d87
|
|
color14 = #8abeb7
|
|
|
|
# white
|
|
color7 = #707880
|
|
color15 = #c5c8c6
|