mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-28 22:11:19 +00:00
Updated "cream" and "olive" definitions in TEXTCOLO
- Both cream and olive have been tweaked to now feature a broader range of shades, and so much starker, legible character outlines for the default fonts. - Cream now uses 2 shading ranges to ensure it retains the look of the brown palette while having this extra outline contrast. - This has so far been tested with the standard Doom smallfont, bigfont, and the ZDoom confont.
This commit is contained in:
parent
ca2ef805b8
commit
02fc585ae6
1 changed files with 3 additions and 2 deletions
|
@ -140,7 +140,8 @@ Flat:
|
||||||
|
|
||||||
Cream
|
Cream
|
||||||
{
|
{
|
||||||
#CF8353 #FFD7BB
|
#6B4727 #BF7B4B 0 94
|
||||||
|
#BF7B4B #FFBF9B 95 256
|
||||||
Console:
|
Console:
|
||||||
#2B230F #BF7B4B 0 127
|
#2B230F #BF7B4B 0 127
|
||||||
#FFB383 #FFFFFF 128 256
|
#FFB383 #FFFFFF 128 256
|
||||||
|
@ -150,7 +151,7 @@ Flat:
|
||||||
|
|
||||||
Olive
|
Olive
|
||||||
{
|
{
|
||||||
#2F371F #7B7F50
|
#171F07 #7B7F50
|
||||||
Console:
|
Console:
|
||||||
#373F27 #7B7F63 0 127
|
#373F27 #7B7F63 0 127
|
||||||
#676B4F #D1D8A8 128 256
|
#676B4F #D1D8A8 128 256
|
||||||
|
|
Loading…
Reference in a new issue