Last active
December 26, 2016 14:48
-
-
Save tinchoz49/d74d78417bfe96b5390488f7f7106e7a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# .config/termite/config | |
# use tdrop and wmctrl to the dropdown functionality: tdrop -a -m -f "-e /bin/fish" -s dropdown --create-hook "wmctrl -i -r $1 -b toggle,maximized_vert,maximized_horz" termite | |
[options] | |
scroll_on_output = false | |
scroll_on_keystroke = true | |
audible_bell = false | |
visible_bell = true | |
mouse_autohide = true | |
allow_bold = true | |
dynamic_title = true | |
urgent_on_bell = false | |
clickable_url = true | |
font = MesloLGLDZ Nerd Font 12 | |
#font = Monaco 12 | |
scrollback_lines = 1000 | |
search_wrap = true | |
# "system", "on" or "off" | |
cursor_blink = system | |
# "block", "underline" or "ibeam" | |
cursor_shape = block | |
browser = google-chrome-stable | |
[colors] | |
# special | |
foreground = #f8f8f2 | |
foreground_bold = #f8f8f2 | |
cursor = #f8f8f2 | |
cursor_foreground = #000000 | |
background = #282a36 | |
# black | |
color0 = #000000 | |
color8 = #4d4d4d | |
# red | |
color1 = #ff5555 | |
color9 = #ff6e67 | |
# green | |
color2 = #50fa7b | |
color10 = #5af78e | |
# yellow | |
color3 = #f1fa8c | |
color11 = #f4f99d | |
# blue | |
color4 = #caa9fa | |
color12 = #caa9fa | |
# magenta | |
color5 = #ff79c6 | |
color13 = #ff92d0 | |
# cyan | |
color6 = #8be9fd | |
color14 = #9aedfe | |
# white | |
color7 = #bfbfbf | |
color15 = #e6e6e6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment