Skip to content

Instantly share code, notes, and snippets.

@bigeagle
Created April 12, 2016 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bigeagle/3a321d00165aa6fbd6e17772906b3399 to your computer and use it in GitHub Desktop.
Save bigeagle/3a321d00165aa6fbd6e17772906b3399 to your computer and use it in GitHub Desktop.
termite.config
[options]
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
mouse_autohide = false
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = monospace 13
scrollback_lines = 2000
search_wrap = true
#icon_name = terminal
#geometry = 640x480
# "system", "on" or "off"
cursor_blink = system
# "block", "underline" or "ibeam"
cursor_shape = block
# $BROWSER is used by default
browser = firefox
# set size hints for the window
#size_hints = false
# emit escape sequences for other keys modified by Control
#modify_other_keys = false
[colors]
#cursor = #dcdccc
foreground = #e3e3d0
foreground_bold = #ffffff
background = rgba(32, 28, 26, 0.90)
# if unset, will reverse foreground and background
# highlight = #829060
# black
color0 = #1d1d1d
color8 = #7b7b7b
# red
color1 = #be3c3c
color9 = #cc6666
# green
color2 = #aab91d
color10 = #bfc772
# yellow
color3 = #febe16
color11 = #f0c674
# blue
color4 = #2b7abb
color12 = #81a2be
# magenta
color5 = #874c9b
color13 = #b294bb
# cyan
color6 = #46bcae
color14 = #8bd5cc
# white
color7 = #b1b1b1
color15 = #cacaca
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment