[Xfce4-commits] <xfce4-terminal:master> Fixed wrong foreground color in solarized dark.

Nick Schermer noreply at xfce.org
Sun Dec 22 22:00:02 CET 2013


Updating branch refs/heads/master
         to 68db3a5e6cb088be63f0480d2417c6b7f36ebd80 (commit)
       from 0aab08157c72b4b76587cf89f8d4f1f235f2da24 (commit)

commit 68db3a5e6cb088be63f0480d2417c6b7f36ebd80
Author: Lukas Anzinger <lukas at lukasanzinger.at>
Date:   Wed Aug 7 20:33:33 2013 +0200

    Fixed wrong foreground color in solarized dark.
    
    "[...] in the case of a dark background colorscheme, the normal relationship
    for background and body text is base03:base0 (please note that body text is
    *not* base00)." [1] Since base0 is equal to #839496 in the dark version of
    solarized, the foreground color is wrong.
    
    [1] http://ethanschoonover.com/solarized

 colorschemes/solarized-dark.theme.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/colorschemes/solarized-dark.theme.in b/colorschemes/solarized-dark.theme.in
index ec6f6d3..eec4610 100644
--- a/colorschemes/solarized-dark.theme.in
+++ b/colorschemes/solarized-dark.theme.in
@@ -1,6 +1,6 @@
 [Scheme]
 _Name=Solarized (dark)
-ColorForeground=#657b83
+ColorForeground=#839496
 ColorBackground=#002b36
 ColorCursor=#93a1a1
 TabActivityColor=#dc322f


More information about the Xfce4-commits mailing list