Skip to content

Instantly share code, notes, and snippets.

@wunki
Created March 29, 2018 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wunki/61ddfd0f199c8f6318c57aef9922ef86 to your computer and use it in GitHub Desktop.
Save wunki/61ddfd0f199c8f6318c57aef9922ef86 to your computer and use it in GitHub Desktop.
Iceberg theme for Termite
# Iceberg color scheme.
[colors]
foreground = #d2d4de
background = #161821
foreground_bold = #d2d4de
cursor = #d2d4de
cursor_foreground = #161821
highlight = #6b7089
# black
color0 = #161821
color8 = #6b7089
# red
color1 = #e27878
color9 = #e98989
# green
color2 = #b4be82
color10 = #c0ca8e
# yellow
color3 = #e2a478
color11 = #e9b189
# blue
color4 = #84a0c6
color12 = #91acd1
# magenta
color5 = #a093c7
color13 = #ada0d3
# cyan
color6 = #89b8c2
color14 = #95c4ce
# white
color7 = #c6c8d1
color15 = #d2d4de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment