shithub: choc

Download patch

ref: 817945120f025fcf8d90222bb767dafb0f847e5d
parent: 8b90786fab780b4dfc95240ccd1c905eec80fc9b
author: Simon Howard <fraggle@soulsphere.org>
date: Fri Dec 28 11:29:12 EST 2018

setup: Set "Romero Blue" for setup tool.

This uses Romero's "funky blue" color that was used in earlier
versions of the setup tool (and later disabled). I've been using this
in my build of the setup tool for the past few months and kind of like
it; it also gives a fresh look to Chocolate Doom's setup tool.

--- a/src/setup/mainmenu.c
+++ b/src/setup/mainmenu.c
@@ -312,6 +312,10 @@
         exit(-1);
     }
 
+    // Set Romero's "funky blue" color:
+    // <https://doomwiki.org/wiki/Romero_Blue>
+    TXT_SetColor(TXT_COLOR_BLUE, 0x04, 0x14, 0x40);
+
     SetIcon();
     SetWindowTitle();
 }