Proposition(s) for colors w-z
Posted: Fri Sep 22, 2017 1:56 am
As I said in my other thread, there are no colors available between w & z for the \c escape codes. Shall we address this? 
I spent some time going over the Heretic and Strife palettes, and settled on four ideas for new colors that I believe fill niches that the current set of colors doesn't.
These aren't final by any means, and can probably still be tweaked a lot.
Tested in all the default fonts, as you can see, although bear in mind these all got translated to the Doom palette first since I was testing every font under this IWAD. Strife QuestFont is the only one that really obviously suffered as a result. (It looks much better under the Strife palette.)
I give you: ice, fire, sapphire and teal.





I spent some time going over the Heretic and Strife palettes, and settled on four ideas for new colors that I believe fill niches that the current set of colors doesn't.
These aren't final by any means, and can probably still be tweaked a lot.
Tested in all the default fonts, as you can see, although bear in mind these all got translated to the Doom palette first since I was testing every font under this IWAD. Strife QuestFont is the only one that really obviously suffered as a result. (It looks much better under the Strife palette.)
I give you: ice, fire, sapphire and teal.
Code: Select all
Ice
{
#343450 #7C7C98 0 94
#7C7C98 #E0E0E0 95 256
Console:
#343450 #7C7C98 0 127
#7C7C98 #E0E0E0 128 256
Flat:
#7C7C98
}

Code: Select all
Fire
{
#6F0000 #D57604 0 94
#D57604 #FFFF00 95 256
Console:
#6F0000 #D57604 0 127
#D57604 #FFFF00 128 256
Flat:
#D57604
}

Code: Select all
Sapphire
{
#000468 #506CFC 0 94
#506CFC #50ECFC 95 256
Console:
#000468 #506CFC 0 127
#506CFC #50ECFC 128 256
Flat:
#506CFC
}

Code: Select all
Teal
{
#001F1F #236773 0 80
#236773 #7BB3C3 81 256
Console:
#001F1F #236773 0 127
#236773 #7BB3C3 128 256
Flat:
#236773
}
