Brighter blue and yellow in text window for higher contrast/readability.

pull/447/head
phkahler 2019-07-07 15:56:14 -04:00 committed by whitequark
parent 02d7f0c0aa
commit 346f004e51
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ static Button *buttons[] = {
/** Foreground color codes. */ /** Foreground color codes. */
const TextWindow::Color TextWindow::fgColors[] = { const TextWindow::Color TextWindow::fgColors[] = {
{ 'd', RGBi(255, 255, 255) }, // Default : white { 'd', RGBi(255, 255, 255) }, // Default : white
{ 'l', RGBi(100, 100, 255) }, { 'l', RGBi(100, 200, 255) }, // links : blue
{ 't', RGBi(255, 200, 0) }, { 't', RGBi(255, 200, 100) }, // tree/text : yellow
{ 'h', RGBi( 90, 90, 90) }, { 'h', RGBi( 90, 90, 90) },
{ 's', RGBi( 40, 255, 40) }, // Ok : green { 's', RGBi( 40, 255, 40) }, // Ok : green
{ 'm', RGBi(200, 200, 0) }, { 'm', RGBi(200, 200, 0) },