From 25808461b2f511086c8452cd08f1ab22c18b8e94 Mon Sep 17 00:00:00 2001 From: Lukas Anzinger Date: Wed, 7 Aug 2013 20:33:33 +0200 Subject: [PATCH 2/2] colorschemes/solarized-dark: Fixed wrong foreground color. "[...] 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 -- 1.8.1.2