You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by sm...@apache.org on 2013/11/07 09:05:01 UTC

svn commit: r1539543 - in /pivot/branches/2.0.x: tests/src/org/apache/pivot/tests/TerraTheme_test.json wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json

Author: smartini
Date: Thu Nov  7 08:05:01 2013
New Revision: 1539543

URL: http://svn.apache.org/r1539543
Log:
PIVOT-689, darken color used in tooltip background, to make text readable even in this color scheme.
This is a backport from trunk, but only for this change (this issue still doesn't fit in 2.0.x because of some incompatible changes).

Modified:
    pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/TerraTheme_test.json
    pivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json

Modified: pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/TerraTheme_test.json
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/TerraTheme_test.json?rev=1539543&r1=1539542&r2=1539543&view=diff
==============================================================================
--- pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/TerraTheme_test.json (original)
+++ pivot/branches/2.0.x/tests/src/org/apache/pivot/tests/TerraTheme_test.json Thu Nov  7 08:05:01 2013
@@ -25,7 +25,7 @@
         "#0a0a0a",
         "#f0751c",
         "#ff7300",
-        "#ffe480",
+        "#e1ad53",
         "#c13719"
     ],
 

Modified: pivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json
URL: http://svn.apache.org/viewvc/pivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json?rev=1539543&r1=1539542&r2=1539543&view=diff
==============================================================================
--- pivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json (original)
+++ pivot/branches/2.0.x/wtk-terra/src/org/apache/pivot/wtk/skin/terra/TerraTheme_dark.json Thu Nov  7 08:05:01 2013
@@ -25,7 +25,7 @@
         "#0a0a0a",
         "#f0751c",
         "#ff7300",
-        "#ffe480",
+        "#e1ad53",
         "#c13719"
     ],