From eb8a47b37c59eb3a9ff8d8c77c354d1bdc51265a Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Sun, 9 Aug 2020 19:40:14 -0500 Subject: [PATCH] Removed legacy configs --- .config/termite/config | 77 ------------------------------------------ 1 file changed, 77 deletions(-) delete mode 100644 .config/termite/config diff --git a/.config/termite/config b/.config/termite/config deleted file mode 100644 index a15c423..0000000 --- a/.config/termite/config +++ /dev/null @@ -1,77 +0,0 @@ -[options] -scroll_on_output = false -scroll_on_keystroke = true -audible_bell = true -mouse_autohide = true -allow_bold = true -dynamic_title = true -urgent_on_bell = true -clickable_url = true -font = Liberation Mono 10 -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 - -# Hide links that are no longer valid in url select overlay mode -filter_unmatched_urls = true - -# Colors from http://terminal.sexy/ -[colors] - -# special -foreground = #dddddd -foreground_bold = #dddddd -cursor = #dddddd -background = #131313 - -# black -color0 = #1c1c1c -color8 = #666666 - -# red -color1 = #b40f0f -color9 = #e31313 - -# green -color2 = #12981b -color10 = #1ce129 - -# yellow -color3 = #faff00 -color11 = #fbff3f - -# blue -color4 = #048ac7 -color12 = #48c6ff - -# magenta -color5 = #833c9f -color13 = #be67e1 - -# cyan -color6 = #0ac1cd -color14 = #63e7f0 - -# white -color7 = #e5e5e5 -color15 = #f3f3f3 - -[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