Skip to content
c-blake edited this page May 31, 2020 · 3 revisions
# A light (white, really) bkgd color theme with purple..red rainbow/heatmap.
#
# This may not be helpful, or it may...Basically this is Roy.G.Biv in reverse
# (wavelength) order, dropping orange and replacing blue,indigo with cyan,blue.
#
# This kind of linear ordering on color is more useful for things like sizes or
# times that also have a natural order.
#
# black on_WHITE (fhue+ BHUE-).  Exchanged cases (fhueX BHUEX | FHUEX bhueX)
# are high contrast while +- flips polarity for fg/bg.  So, the two grays are:
# fhue- & FHUE+ (in order of contrast to bg) while fhue+ = bhue+,FHUE- = BHUE-.

colors = "fhue- = white"
colors = "fhue0 = purple"
colors = "fhue1 = blue"
colors = "fhue2 = cyan"
colors = "fhue3 = green"
colors = "fhue4 = yellow"
colors = "fhue5 = red"
colors = "fhue+ = black"        #default fg => no-op

colors = "FHUE- = WHITE"        #FHUE- BHUE- is invisible
colors = "FHUE0 = PURPLE"
colors = "FHUE1 = BLUE"
colors = "FHUE2 = CYAN"
colors = "FHUE3 = GREEN"
colors = "FHUE4 = YELLOW"
colors = "FHUE5 = RED"
colors = "FHUE+ = BLACK"

colors = "bhue- = on_white"
colors = "bhue0 = on_purple"
colors = "bhue1 = on_blue"
colors = "bhue2 = on_cyan"
colors = "bhue3 = on_green"
colors = "bhue4 = on_yellow"
colors = "bhue5 = on_red"
colors = "bhue+ = on_black"     #fhue+ bhue+ is invisible

colors = "BHUE- = on_WHITE"     #default bg => no-op
colors = "BHUE0 = on_PURPLE"
colors = "BHUE1 = on_BLUE"
colors = "BHUE2 = on_CYAN"
colors = "BHUE3 = on_GREEN"
colors = "BHUE4 = on_YELLOW"
colors = "BHUE5 = on_RED"
colors = "BHUE+ = on_BLACK"