Skip to content

Instantly share code, notes, and snippets.

@cirrusUK
Created March 6, 2014 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cirrusUK/9398220 to your computer and use it in GitHub Desktop.
Save cirrusUK/9398220 to your computer and use it in GitHub Desktop.
config file for termite ~/.config/termite/config
[options]
resize_grip = false
geometry = 1920x1040
scroll_on_output = true
scroll_on_keystroke = true
audible_bell = true
visible_bell = true
mouse_autohide = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
# ~ ! [{(
font = Envy Code R 10
#font = lime.se 9px
scrollback_lines = 1024
icon_name = terminal
transparency = 1.7
pseudo_transparency = false
cursor_blink = on
cursor_shape = block
padding = 2
border = #3f3f3f
border_width = 0.5
roundness = 2.0
# $BROWSER is used by default
browser = firefox
[colors]
foreground = #1DCC9F
#foreground = #497BF7
background = #4c4c4c
#color0 = #2E1F1F
#color8 = #422D2D
#color1 = #497BF7
#color9 = #BE0E50
#color2 = #1DCC9F
#color10 = #1FD9A9
#color3 = #27C282
#color11 = #2CDB93
#color4 = #7182A8
#color12 = #8194BF
#color5 = #A673A6
#color13 = #7F5AA1
#color6 = #6DA3A1
#color14 = #669997
#color7 = #B7BBBD
#color15 = #D9D9D9
color0 = #333333
color8 = #6c6d6e
color1 = #497BF7
color9 = #ef6d7d
color2 = #1DCC9F
color10 = #cadc79
color3 = ##27C282
color11 = #FF6C5F
color4 = #7182A8
color12 = #95b9de
color5 = #cd5291
color13 = #cd8faf
color6 = #81c9c9
color14 = #adc9c9
color7 = #CCFF99
color15 = #BF3F34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment