Updating branch refs/heads/master
to 68db3a5e6cb088be63f0480d2417c6b7f36ebd80 (commit)
from 0aab08157c72b4b76587cf89f8d4f1f235f2da24 (commit)
commit 68db3a5e6cb088be63f0480d2417c6b7f36ebd80
Author: Lukas Anzinger <[email protected]>
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
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits