[Scummvm-cvs-logs] scummvm master -> fee19db7eedb16d7e7d62429f6c0eb4770bc07c3

lordhoto lordhoto at gmail.com
Sun Aug 12 19:40:25 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
fee19db7ee GUI: Make normal disabled color of the modern theme darker.


Commit: fee19db7eedb16d7e7d62429f6c0eb4770bc07c3
    https://github.com/scummvm/scummvm/commit/fee19db7eedb16d7e7d62429f6c0eb4770bc07c3
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2012-08-12T10:38:57-07:00

Commit Message:
GUI: Make normal disabled color of the modern theme darker.

This should fix bug #3395057 "GUI: Font-Background Color Contrast Problem in Modern Theme".
At the very least it will improve the contrast.

Changed paths:
    gui/themes/scummclassic.zip
    gui/themes/scummmodern.zip
    gui/themes/scummmodern/scummmodern_gfx.stx



diff --git a/gui/themes/scummclassic.zip b/gui/themes/scummclassic.zip
index 468f4b1..62eae0c 100644
Binary files a/gui/themes/scummclassic.zip and b/gui/themes/scummclassic.zip differ
diff --git a/gui/themes/scummmodern.zip b/gui/themes/scummmodern.zip
index 34a1db9..38352bc 100644
Binary files a/gui/themes/scummmodern.zip and b/gui/themes/scummmodern.zip differ
diff --git a/gui/themes/scummmodern/scummmodern_gfx.stx b/gui/themes/scummmodern/scummmodern_gfx.stx
index 4703683..4d449f5 100644
--- a/gui/themes/scummmodern/scummmodern_gfx.stx
+++ b/gui/themes/scummmodern/scummmodern_gfx.stx
@@ -155,7 +155,7 @@
 		/>
 
 		<text_color	id = 'color_normal_disabled'
-				color = '192, 192, 192'
+				color = '96, 96, 96'
 		/>
 
 		<text_color	id = 'color_alternative'






More information about the Scummvm-git-logs mailing list