Skip to content

Instantly share code, notes, and snippets.

@Libbum
Created April 25, 2013 05:24
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 Libbum/5457673 to your computer and use it in GitHub Desktop.
Save Libbum/5457673 to your computer and use it in GitHub Desktop.
Allows full RGB Apoklinon colours when using 8 bit terminals under X. See README at https://github.com/Libbum/vim-apoklinon for more information.
! Apoklinon colours
! vim: ft=xdefaults
#define a_div01 #9E0142
#define a_div02 #D53E4F
#define a_div03 #F46D43
#define a_div04 #FDAE61
#define a_div05 #FEE08B
#define a_div06 #FFFFBF
#define a_div07 #E6F598
#define a_div08 #ABDDA4
#define a_div09 #66C2A5
#define a_div10 #3288BD
#define a_div11 #5E4FA2
#define a_bw01 #D4D4D4
#define a_bw02 #AAAAAA
#define a_bw03 #808080
#define a_bw04 #555555
#define a_bw05 #2B2B2B
*background: a_bw05
*foreground: a_bw01
! Davys Gray (240) / Onyx (235)
*color0: a_bw04
*color8: a_bw05
! Jazzberry Jam (125) / Brick Red (167)
*color1: a_div01
*color9: a_div02
! Granny Smith Apple (151) / Flavescent (222)
*color2: a_div08
*color10: a_div05
! Outrageous Orange (203) / Light Khaki (192)
*color3: a_div03
*color11: a_div07
! Tufts Blue (67) / Sandy Brown (215)
*color4: a_div10
*color12: a_div04
! Dark Lavender (61) / Lemon Chiffon (229)
*color5: a_div11
*color13: a_div06
! Medium Aquamarine (73) / Gray (244)=
*color6: a_div09
*color14: a_bw03
! Light Gray (252) / Dark Gray (248)
*color7: a_bw01
*color15: a_bw02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment