Skip to content

Instantly share code, notes, and snippets.

@Sohalt
Created October 17, 2014 18:40
Show Gist options
  • Save Sohalt/e1daf5b8c31b93258d82 to your computer and use it in GitHub Desktop.
Save Sohalt/e1daf5b8c31b93258d82 to your computer and use it in GitHub Desktop.
The solarized colorscheme by Ethan Schoonover for the Termite terminal emulator.
#Solarized colorscheme (http://ethanschoonover.com/solarized) for termite
[colors]
foreground = #839496
#foreground_bold = #ffffff
background = #fdf6e3
cursor = #586e75
# if unset, will reverse foreground and background
#highlight = #2f2f2f
# colors from color0 to color254 can be set
color0 = #eee8d5
color1 = #dc322f
color2 = #859900
color3 = #b58900
color4 = #268bd2
color5 = #d33682
color6 = #2aa198
color7 = #073642
color8 = #fdf6e3
color9 = #cb4b16
color10 = #93a1a1
color11 = #839496
color12 = #657b83
color13 = #6c71c4
color14 = #586e75
color15 = #002b36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment