Changes between Initial Version and Version 1 of 72-color-combinations


Ignore:
Timestamp:
Jan 19, 2013, 2:41:12 PM (11 years ago)
Author:
davidben@mit.edu
Comment:

what is this I don't even

Legend:

Unmodified
Added
Removed
Modified
  • 72-color-combinations

    v1 v1  
     1This is from the old wiki. I'm not really sure why you would do this, but if you want lots of colors, have at it.
     2
     3{{{
     4######################################################################
     5#Below is a set of filter definitions for all of the possible color
     6#combinations that barnowl can display on an 8-color system.
     7#
     8#You can paste the text below into a file and source it in barnowl
     9#using the command:
     10#source /full/explicit/path/to/where/you/put/the/file
     11#
     12#Then, you can see how those color combinations will appear in your
     13#terminal with the command:
     14#
     15#show filters
     16#
     17#Ike
     18
     19filter defaultred -c default -b red class defaultred
     20filter defaultgreen -c default -b green class defaultgreen
     21filter defaultyellow -c default -b yellow class defaultyellow
     22filter defaultblue -c default -b blue class defaultblue
     23filter defaultmagenta -c default -b magenta class defaultmagenta
     24filter defaultcyan -c default -b cyan class defaultcyan
     25filter defaultwhite -c default -b white class defaultwhite
     26filter defaultblack -c default -b black class defaultblack
     27filter reddefault -c red -b default class reddefault
     28filter redgreen -c red -b green class redgreen
     29filter redyellow -c red -b yellow class redyellow
     30filter redblue -c red -b blue class redblue
     31filter redmagenta -c red -b magenta class redmagenta
     32filter redcyan -c red -b cyan class redcyan
     33filter redwhite -c red -b white class redwhite
     34filter redblack -c red -b black class redblack
     35filter greendefault -c green -b default class greendefault
     36filter greenred -c green -b red class greenred
     37filter greenyellow -c green -b yellow class greenyellow
     38filter greenblue -c green -b blue class greenblue
     39filter greenmagenta -c green -b magenta class greenmagenta
     40filter greencyan -c green -b cyan class greencyan
     41filter greenwhite -c green -b white class greenwhite
     42filter greenblack -c green -b black class greenblack
     43filter yellowdefault -c yellow -b default class yellowdefault
     44filter yellowred -c yellow -b red class yellowred
     45filter yellowgreen -c yellow -b green class yellowgreen
     46filter yellowblue -c yellow -b blue class yellowblue
     47filter yellowmagenta -c yellow -b magenta class yellowmagenta
     48filter yellowcyan -c yellow -b cyan class yellowcyan
     49filter yellowwhite -c yellow -b white class yellowwhite
     50filter yellowblack -c yellow -b black class yellowblack
     51filter bluedefault -c blue -b default class bluedefault
     52filter bluered -c blue -b red class bluered
     53filter bluegreen -c blue -b green class bluegreen
     54filter blueyellow -c blue -b yellow class blueyellow
     55filter bluemagenta -c blue -b magenta class bluemagenta
     56filter bluecyan -c blue -b cyan class bluecyan
     57filter bluewhite -c blue -b white class bluewhite
     58filter blueblack -c blue -b black class blueblack
     59filter magentadefault -c magenta -b default class magentadefault
     60filter magentared -c magenta -b red class magentared
     61filter magentagreen -c magenta -b green class magentagreen
     62filter magentayellow -c magenta -b yellow class magentayellow
     63filter magentablue -c magenta -b blue class magentablue
     64filter magentacyan -c magenta -b cyan class magentacyan
     65filter magentawhite -c magenta -b white class magentawhite
     66filter magentablack -c magenta -b black class magentablack
     67filter cyandefault -c cyan -b default class cyandefault
     68filter cyanred -c cyan -b red class cyanred
     69filter cyangreen -c cyan -b green class cyangreen
     70filter cyanyellow -c cyan -b yellow class cyanyellow
     71filter cyanblue -c cyan -b blue class cyanblue
     72filter cyanmagenta -c cyan -b magenta class cyanmagenta
     73filter cyanwhite -c cyan -b white class cyanwhite
     74filter cyanblack -c cyan -b black class cyanblack
     75filter whitedefault -c white -b default class whitedefault
     76filter whitered -c white -b red class whitered
     77filter whitegreen -c white -b green class whitegreen
     78filter whiteyellow -c white -b yellow class whiteyellow
     79filter whiteblue -c white -b blue class whiteblue
     80filter whitemagenta -c white -b magenta class whitemagenta
     81filter whitecyan -c white -b cyan class whitecyan
     82filter whiteblack -c white -b black class whiteblack
     83filter blackdefault -c black -b default class blackdefault
     84filter blackred -c black -b red class blackred
     85filter blackgreen -c black -b green class blackgreen
     86filter blackyellow -c black -b yellow class blackyellow
     87filter blackblue -c black -b blue class blackblue
     88filter blackmagenta -c black -b magenta class blackmagenta
     89filter blackcyan -c black -b cyan class blackcyan
     90filter blackwhite -c black -b white class blackwhite
     91}}}