Skip to content

Instantly share code, notes, and snippets.

@aeruhxi
Created August 30, 2017 06:03
Show Gist options
  • Save aeruhxi/79827dc68165594cfcaec2f7457f317b to your computer and use it in GitHub Desktop.
Save aeruhxi/79827dc68165594cfcaec2f7457f317b to your computer and use it in GitHub Desktop.
snazzy colorscheme for termite
[colors]
foreground = #eff0eb
foreground_bold = #eff0eb
cursor = #c0b18b
#background = #282a36
background = rgba(40 ,42, 54, 0.85) # For transparency
# black
color0 = #282a36
color8 = #686868
# red
color1 = #ff5c57
color9 = #ff5c57
#green
color2 = #5af78e
color10 = #5af78e
# yellow
color3 = #f3f99d
color11 = #f3f99d
# blue
color4 = #57c7ff
color12 = #57c7ff
# magenta
color5 = #ff6ac1
color13 = #ff6ac1
# cyan
color6 = #9aedfe
color14 = #9aedfe
# white
color7 = #f1f1f0
color15 = #eff0eb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment