X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Ftermite%2Ffiles%2Fconfig;fp=states%2Ftermite%2Ffiles%2Fconfig;h=7f65f91fe68fb0c4c19e582be6666dcca1331f1a;hb=1ff8f3ba10be1292f4cd207b2740ca0502251bd5;hp=0000000000000000000000000000000000000000;hpb=c5cdf74a993f889476d56f6480366fa563abbc48;p=max%2Fsaltfiles.git diff --git a/states/termite/files/config b/states/termite/files/config new file mode 100644 index 0000000..7f65f91 --- /dev/null +++ b/states/termite/files/config @@ -0,0 +1,93 @@ +{% if grains['host'] == 'magnesium' %} + {% set font_size = 12 %} +{% else %} + {% set font_size = 11 %} +{% endif %} + +[options] +#allow_bold = true +#audible_bell = false +#clickable_url = true +#dynamic_title = true +font = Source Code Pro for Powerline {{ font_size }} +#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] +# If both of these are unset, cursor falls back to the foreground color, +# and cursor_foreground falls back to the background color. +#cursor = #dcdccc +#cursor_foreground = #dcdccc + +#foreground = #dcdccc +#foreground_bold = #ffffff +#background = #3f3f3f + +# 20% background transparency (requires a compositor) +background = rgba(27, 28, 22, 0.8) + +# If unset, will reverse foreground and background +highlight = #2f2f2f + +foreground =#f8f8f3 +background = rgba(27, 28, 22, 0.8) +color0 =#000000 +color8 = #555555 +color1 = #f92672 +color9 = #dd4278 +color2 = #74e22e +color10 = #9dc54b +color3 = #e6db74 +color11 = #d1ca89 +color4 = #66d9ef +color12 = #7accda +color5 = #ae81ff +color13 = #b392ef +color6 = #00d9d9 +color14 = #c8f0f0 +color7 = #f5deb3 +color15 = #ffffff + +[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