aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeDefaultXML.cpp
diff options
context:
space:
mode:
authorVicent Marti2008-07-23 17:57:11 +0000
committerVicent Marti2008-07-23 17:57:11 +0000
commit4135134aea6dd03dcd3c327fb7001d24dbbd4f49 (patch)
treefbd3a6ca1a8c2da6d7ce4322b0a4a32151d50f23 /gui/ThemeDefaultXML.cpp
parentb5086559b816f68506d33362566377443a1ff1d8 (diff)
downloadscummvm-rg350-4135134aea6dd03dcd3c327fb7001d24dbbd4f49.tar.gz
scummvm-rg350-4135134aea6dd03dcd3c327fb7001d24dbbd4f49.tar.bz2
scummvm-rg350-4135134aea6dd03dcd3c327fb7001d24dbbd4f49.zip
Text renderin overhaul finished.
svn-id: r33251
Diffstat (limited to 'gui/ThemeDefaultXML.cpp')
-rw-r--r--gui/ThemeDefaultXML.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/ThemeDefaultXML.cpp b/gui/ThemeDefaultXML.cpp
index d294f6b708..ba7689567e 100644
--- a/gui/ThemeDefaultXML.cpp
+++ b/gui/ThemeDefaultXML.cpp
@@ -48,13 +48,13 @@ bool ThemeRenderer::loadDefaultXML() {
"<font id = 'text_default' type = 'default' color = '0, 0, 0' />"
"<font id = 'text_hover' type = 'default' color = '255, 255, 255' />"
"<font id = 'text_disabled' type = 'default' color = '128, 128, 128' />"
- "<font id = 'text_inverted' type = 'default' color = '255, 0, 0' />"
+ "<font id = 'text_inverted' type = 'default' color = '173, 40, 8' />"
"</fonts>"
"<defaults fill = 'gradient' fg_color = '255, 255, 255' />"
"<drawdata id = 'text_selection' cache = false>"
- "<drawstep func = 'square' fill = 'foreground' fg_color = '0, 255, 0' />"
+ "<drawstep func = 'square' fill = 'foreground' fg_color = '255, 255, 255' />"
"</drawdata>"
"<drawdata id = 'mainmenu_bg' cache = false>"
@@ -90,7 +90,7 @@ bool ThemeRenderer::loadDefaultXML() {
"<drawdata id = 'popup_idle' cache = false>"
"<drawstep func = 'square' stroke = 0 fg_color = '0, 0, 0' fill = 'gradient' gradient_start = '214, 113, 8' gradient_end = '240, 200, 25' shadow = 3 />"
"<drawstep func = 'triangle' fg_color = '0, 0, 0' fill = 'foreground' width = '12' height = '12' xpos = '-16' ypos = 'center' orientation = 'bottom' />"
- "<text vertical_align = 'center' horizontal_align = 'right' color = '0, 0, 0' />"
+ "<text font = 'text_default' vertical_align = 'center' horizontal_align = 'right'/>"
"</drawdata>"