From 90b2a7bfcb82647ff8c4bc42f6b5c1404e3bef7e Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 7 Aug 2020 23:21:32 -0500 Subject: [PATCH] Adding legacy config for archive --- .config/termite/config | 77 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 .config/termite/config diff --git a/.config/termite/config b/.config/termite/config new file mode 100644 index 0000000..a15c423 --- /dev/null +++ b/.config/termite/config @@ -0,0 +1,77 @@ +[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