Skip to content

Instantly share code, notes, and snippets.

@Demonstrandum
Last active October 3, 2017 20:29
Show Gist options
  • Save Demonstrandum/f9c2de2712e333b0f84cf5466106faf5 to your computer and use it in GitHub Desktop.
Save Demonstrandum/f9c2de2712e333b0f84cf5466106faf5 to your computer and use it in GitHub Desktop.
termite colour schemes
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: true
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
*foreground: #25232A
*background: #25232A
!black
*color0: #332D35
*color8: #483F4A
!red
*color1: #4D4163
*color9: #706482
!green
*color2: #67548F
*color10: #9888B9
!yellow
*color3: #7D6297
*color11: #AD9CC3
!blue
*color4: #9671A0
*color12: #C6B4D0
!magenta
*color5: #AD7FA8
*color13: #DDCADB
!cyan
*color6: #C8AFBA
*color14: #EFE5EE
!white
*color7: #E2DCCC
*color15: #E2DCCC
[colors]
# special
foreground = #dddddd
foreground_bold = #dddddd
cursor = #dddddd
background = #111111
# black
color0 = #2d2d2d
color8 = #5c5c5c
# red
color1 = #f7899d
color9 = #ff9ac6
# green
color2 = #666666
color10 = #ff9bd5
# yellow
color3 = #333333
color11 = #444444
# blue
color4 = #666666
color12 = #555555
# magenta
color5 = #ff64c6
color13 = #444444
# cyan
color6 = #444444
color14 = #999999
# white
color7 = #555555
color15 = #ffffff
[colors]
# special
foreground = #474747
foreground_bold = #474747
cursor = #474747
background = #ffffff
# black
color0 = #000000
color8 = #ffbad3
# red
color1 = #ff5b86
color9 = #ff9ac6
# green
color2 = #918fff
color10 = #ffa7a7
# yellow
color3 = #ffa0c3
color11 = #ffbfff
# blue
color4 = #eda4ff
color12 = #ffb1c4
# magenta
color5 = #ff90d6
color13 = #cba4ff
# cyan
color6 = #b689ff
color14 = #9e98ff
# white
color7 = #ffffff
color15 = #ffffff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment