diff options
Diffstat (limited to 'extra/termite')
-rw-r--r-- | extra/termite | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/extra/termite b/extra/termite deleted file mode 100644 index 9b3a474..0000000 --- a/extra/termite +++ /dev/null @@ -1,79 +0,0 @@ -[options] -scroll_on_output = false -scroll_on_keystroke = true -audible_bell = false -mouse_autohide = false -allow_bold = true -dynamic_title = true -urgent_on_bell = true -clickable_url = true -font = Monospace 9 -scrollback_lines = 10000 -search_wrap = true -#icon_name = terminal -#geometry = 640x480 - -# "system", "on" or "off" -cursor_blink = system - -# "block", "underline" or "ibeam" -cursor_shape = block - -# $BROWSER is used by default if set, with xdg-open as a fallback -#browser = xdg-open - -# set size hints for the window -#size_hints = false - -# 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 - -[colors] -foreground = #FFFFFF -foreground_bold = #FFFFFF -cursor = #EEFFFF -cursor_foreground = #263238 -background = rgba(38, 50, 56) - -# 16 color space - -# Black, Gray, Silver, White -color0 = #000000 -color8 = #546E7A -color7 = #FFFFFF -color15 = #FFFFFF - -# Red -color1 = #F07178 -color9 = #F07178 - -# Green -color2 = #5FD700 -color10 = #5FD700 - -# Yellow -color3 = #FEBA02 -color11 = #FEBA02 - -# Indigo -color4 = #09347A -color12 = #09347A - -# Purple -color5 = #511378 -color13 = #511378 - -# Teal -color6 = #89DDFF -color14 = #89DDFF - -# Extra colors -color16 = #F78C6C -color17 = #FF5370 -color18 = #2E3C43 -color19 = #314549 -color20 = #B2CCD6 -color21 = #EEFFFF |