Skip to content

Instantly share code, notes, and snippets.

@zinozzino
Last active July 25, 2019 16:04
Show Gist options
  • Save zinozzino/7b6429b662bdb711db92 to your computer and use it in GitHub Desktop.
Save zinozzino/7b6429b662bdb711db92 to your computer and use it in GitHub Desktop.
My termite config

Generate color config by Terminal.sexy

Color scheme is Dracula Theme

[options]
allow_bold = true
browser = firefox
clickable_url = true
font = D2Coding 10 

[colors]
# special
foreground      = #f8f8f2
foreground_bold = #f8f8f2
cursor          = #ffffff
background      = rgba(30, 31, 41, 0.9)

# black
color0  = #000000
color8  = #4d4d4d

# red
color1  = #ff5555
color9  = #ff5555

# green
color2  = #50fa7b
color10 = #50fa7b

# yellow
color3  = #f1fa8c
color11 = #f1fa8c

# blue
color4  = #bd93f9
color12 = #bd93f9

# magenta
color5  = #ff79c6
color13 = #ff79c6

# cyan
color6  = #8be9fd
color14 = #8be9fd

# white
color7  = #e5e5e5
color15 = #ffffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment