Created
March 11, 2018 12:23
-
-
Save kamiheku/1e623871e0b0c217dcad54684cb7b755 to your computer and use it in GitHub Desktop.
My termite config
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] | |
font = Iosevka Term Medium 10 | |
allow_bold = true | |
audible_bell = false | |
visible_bell = false | |
urgent_on_bell = true | |
clickable_url = true | |
scrollback_lines = 32767 | |
search_wrap = true | |
cursor_blink = off | |
cursor_shape = ibeam | |
browser = firefox-developer-edition | |
dynamic_title = true | |
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
# title Nord Termite + | |
# project nord-termite + | |
# version 0.2.0 + | |
# repository https://github.com/arcticicestudio/nord-termite + | |
# author Arctic Ice Studio + | |
# email [email protected] + | |
# copyright Copyright (C) 2016 + | |
# ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
[colors] | |
foreground = #D8DEE9 | |
background = #2E3440 | |
foreground_bold = #D8DEE9 | |
cursor = #D8DEE9 | |
cursor_foreground = #2E3440 | |
highlight = #4C566A | |
color0 = #3B4252 | |
color1 = #BF616A | |
color2 = #A3BE8C | |
color3 = #EBCB8B | |
color4 = #81A1C1 | |
color5 = #B48EAD | |
color6 = #88C0D0 | |
color7 = #E5E9F0 | |
color8 = #4C566A | |
color9 = #BF616A | |
color10 = #A3BE8C | |
color11 = #EBCB8B | |
color12 = #81A1C1 | |
color13 = #B48EAD | |
color14 = #8FBCBB | |
color15 = #ECEFF4 | |
# vim: ft=dosini cms=#%s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment