Created
June 25, 2016 04:55
-
-
Save bigeagle/05e323f69838d7e1b37ac2b9149b622d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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 11 | |
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 | |
[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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment