[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: vDosXy color modes




Carl,

I'm having a mental block on the color schemes in config.txt.

How does this:

rem Cream on Midnight Blue Background
colors = (0, 0, 65) (0, 0, 57) (210, 0, 0) (198, 153, 117) (129, 17, 17)
(0, 129, 221) (149, 129, 161) (190, 150, 125) (200, 175, 115)
(253, 253, 253) (85, 253, 85) (85, 253, 253) (125, 153, 57) (237, 53,
181) (169, 169, 253) (253, 253, 253)

relate to this:

; Text modes
MD NM=7
MD BO=15
; For visual underlining in vDosXy:
MD UL=113
; For visual bold underlining in vDosXy:
MD BU=127
; For visual italics in vDosXy:
MD IT=30
; For visual bold italics in vDosXy (no known setting):
MD BI=11
MD RV=71
MD BR=127
MD SU=107
MD SD=27

??

I understand that the ordered triplets in parens above represent RGB
values, but I fail to associate them with text modes or background
colors in XY. What am I missing here?