Move Termite config to public dotfiles
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
9855a42ae9
commit
58acf14d26
1 changed files with 93 additions and 0 deletions
93
.config/termite/config
Normal file
93
.config/termite/config
Normal file
|
@ -0,0 +1,93 @@
|
|||
[options]
|
||||
#allow_bold = true
|
||||
#audible_bell = false
|
||||
#clickable_url = true
|
||||
#dynamic_title = true
|
||||
#font = Monospace 9
|
||||
font = DejaVuSansMono Nerd Font Mono, Book 9
|
||||
#fullscreen = true
|
||||
#geometry = 640x480
|
||||
#icon_name = terminal
|
||||
#mouse_autohide = false
|
||||
#scroll_on_output = false
|
||||
#scroll_on_keystroke = true
|
||||
# Length of the scrollback buffer, 0 disabled the scrollback buffer
|
||||
# and setting it to a negative value means "infinite scrollback"
|
||||
scrollback_lines = 10000
|
||||
#search_wrap = true
|
||||
#urgent_on_bell = true
|
||||
#hyperlinks = false
|
||||
|
||||
# $BROWSER is used by default if set, with xdg-open as a fallback
|
||||
#browser = xdg-open
|
||||
|
||||
# "system", "on" or "off"
|
||||
#cursor_blink = system
|
||||
|
||||
# "block", "underline" or "ibeam"
|
||||
#cursor_shape = block
|
||||
|
||||
# Hide links that are no longer valid in url select overlay mode
|
||||
#filter_unmatched_urls = true
|
||||
|
||||
# Emit escape sequences for extra modified keys
|
||||
#modify_other_keys = false
|
||||
|
||||
# set size hints for the window
|
||||
#size_hints = false
|
||||
|
||||
# "off", "left" or "right"
|
||||
#scrollbar = off
|
||||
|
||||
[colors]
|
||||
|
||||
# special
|
||||
foreground = #c7c7c7
|
||||
foreground_bold = #c7c7c7
|
||||
cursor = #c7c7c7
|
||||
background = #000000
|
||||
|
||||
# black
|
||||
color0 = #000000
|
||||
color8 = #676767
|
||||
|
||||
# red
|
||||
color1 = #c91b00
|
||||
color9 = #ff6d67
|
||||
|
||||
# green
|
||||
color2 = #00c200
|
||||
color10 = #5ff967
|
||||
|
||||
# yellow
|
||||
color3 = #c7c400
|
||||
color11 = #fefb67
|
||||
|
||||
# blue
|
||||
color4 = #0631f8
|
||||
color12 = #6871ff
|
||||
|
||||
# magenta
|
||||
color5 = #c930c7
|
||||
color13 = #ff76ff
|
||||
|
||||
# cyan
|
||||
color6 = #00c5c7
|
||||
color14 = #5ffdff
|
||||
|
||||
# white
|
||||
color7 = #c7c7c7
|
||||
color15 = #feffff
|
||||
|
||||
[hints]
|
||||
#font = Monospace 12
|
||||
#foreground = #dcdccc
|
||||
#background = #3f3f3f
|
||||
#active_foreground = #e68080
|
||||
#active_background = #3f3f3f
|
||||
#padding = 2
|
||||
#border = #3f3f3f
|
||||
#border_width = 0.5
|
||||
#roundness = 2.0
|
||||
|
||||
# vim: ft=dosini cms=#%s
|
Loading…
Reference in a new issue