diff options
author | Nebuleon Fumika | 2013-05-23 20:07:48 -0400 |
---|---|---|
committer | Nebuleon Fumika | 2013-05-23 20:07:48 -0400 |
commit | 3f501f9c905f24dcb80be2b4dfb8fbadad9c260b (patch) | |
tree | e3f58dcb64fd01f2d640cc80e58be471260ec8c5 /CATSFC | |
parent | 5edf465c07e3958c07a2d6f0058af78b9c8f7a97 (diff) | |
download | snes9x2005-3f501f9c905f24dcb80be2b4dfb8fbadad9c260b.tar.gz snes9x2005-3f501f9c905f24dcb80be2b4dfb8fbadad9c260b.tar.bz2 snes9x2005-3f501f9c905f24dcb80be2b4dfb8fbadad9c260b.zip |
Add support for custom main menu active/inactive, message text and background colors. Fill in default values for the purple skin in uicolors.txt.
Diffstat (limited to 'CATSFC')
-rw-r--r-- | CATSFC/system/gui/uicolors.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CATSFC/system/gui/uicolors.txt b/CATSFC/system/gui/uicolors.txt index 0bbb405..e2e7e76 100644 --- a/CATSFC/system/gui/uicolors.txt +++ b/CATSFC/system/gui/uicolors.txt @@ -1,2 +1,6 @@ +Background: #000000 InactiveItem: #461F99 ActiveItem: #FFFFFF +MessageText: #461F99 +InactiveMain: #FFFFFF +ActiveMain: #FFFFFF |