T.R | Title | User | Personal Name | Date | Lines |
---|
659.1 | Some choices of colors and places to look | XAPPL::MASINICK | Brian W. Masinick, DTN 381-0013 | Fri Jun 06 1997 11:08 | 29 |
| If you want a darker background, you might try one of the darker grays
from /usr/lib/X11/rgb.txt, such as:
grep gray /usr/lib/X11/rgb.txt
47 79 79 dark slate gray
105 105 105 dim gray
112 128 144 slate gray
119 136 153 light slate gray
190 190 190 gray
...
64 64 64 gray25
127 127 127 gray50
169 169 169 dark gray
blues are also an option:
25 25 112 midnight blue
0 0 128 navy blue
0 0 139 dark blue
Finally, if you want the exact color that CDE uses, look at the
palettes in /usr/dt/palettes. Default.dp has the hex color values for
the colors that you *might* be interested in, I think.
I hope this gives you enough to play with. :-)
Brian 6-JUN-1997 10:07:55
|
659.2 | A little more about RGB colors | AOSG::MASINICK | Brian W. Masinick, DTN 381-0013 | Fri Jun 06 1997 11:40 | 9 |
| One additional comment: if you want to MIX your own colors, the numbers
represent RED GREEN BLUE values. #RRRRGGGGBBBB, #RRGGBB, a named color
from rgb.txt, or rgb:/rr/gg/bb are formats acceptable, where R G and B
are replaced by hex digits. The numbers in my previous reply next to
the colors are the decimal values of the colors named. You can convert
those to hex to get the same color, or vary them to suit your tastes.
Hope this helps.
Brian
|
659.3 | How do the names/numbers relate to resources? | DAVIDF::FOX | David B. Fox -- DTN 285-2091 | Fri Jun 06 1997 11:41 | 13 |
| Brian,
That's great. Question though... how do those numbers, or names,
relate to the fields below?
DXterm.main.terminal.background: #999999999999
DXterm.background: #999999999999
Can I substitute "dark slate gray" for "#999999999999?" or do I have to
do something with the numbers to make them fit in a 12 character field?
004700790079 or 002f00310031?
Thanks!
David
|
659.4 | One other thing... | DAVIDF::FOX | David B. Fox -- DTN 285-2091 | Fri Jun 06 1997 11:42 | 8 |
| Brian,
Lastly, if I change the colors in CDE with the color tool, is it
possible to set up DXterm to track the color change like Dtterm can?
Thanks again!
David
|