aboutsummaryrefslogtreecommitdiff
path: root/gui/themes/scummmodern
diff options
context:
space:
mode:
authorJohannes Schickel2009-07-15 18:05:37 +0000
committerJohannes Schickel2009-07-15 18:05:37 +0000
commit6a26f1b56f0317af4099c978a5cd1511d7fbcb7c (patch)
treec1adc6c8e14b885c4d0a1737bf32d3b02b4fe4af /gui/themes/scummmodern
parent6a15e14d3ff0804efb08020c86c60c6c818aa1b4 (diff)
downloadscummvm-rg350-6a26f1b56f0317af4099c978a5cd1511d7fbcb7c.tar.gz
scummvm-rg350-6a26f1b56f0317af4099c978a5cd1511d7fbcb7c.tar.bz2
scummvm-rg350-6a26f1b56f0317af4099c978a5cd1511d7fbcb7c.zip
For a smoother user experience, use different colors for inverted text of the ListWidget, depending on whether the widget has focus or not.
svn-id: r42512
Diffstat (limited to 'gui/themes/scummmodern')
-rw-r--r--gui/themes/scummmodern/scummmodern_gfx.stx7
1 files changed, 7 insertions, 0 deletions
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx
index b0bba89bfe..a2d9c038b1 100644
--- a/gui/themes/scummmodern/scummmodern_gfx.stx
+++ b/gui/themes/scummmodern/scummmodern_gfx.stx
@@ -142,6 +142,13 @@
<drawdata id = 'text_selection' cache = 'false'>
<drawstep func = 'square'
fill = 'foreground'
+ fg_color = 'darkgray'
+ />
+ </drawdata>
+
+ <drawdata id = 'text_selection_focus' cache = 'false'>
+ <drawstep func = 'square'
+ fill = 'foreground'
fg_color = 'bgreen'
/>
</drawdata>