From 58acf14d2638e7c5b0f33a417dbf9bb758337410 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 12 Dec 2018 00:09:29 +0100 Subject: [PATCH] Move Termite config to public dotfiles Signed-off-by: Knut Ahlers --- .config/termite/config | 93 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 .config/termite/config diff --git a/.config/termite/config b/.config/termite/config new file mode 100644 index 0000000..f07d588 --- /dev/null +++ b/.config/termite/config @@ -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