solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 9ea2b5fcf5f2bcbb67d6c128d4fddfde24ac1d0f
parent 220e1a7963c059fc3fde5f3cc44f079d07178d93
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Wed, 20 Nov 2019 11:58:29 +0100

colorlab: experimental solarized dark tuning

Commented out because probably not suitable:

https://github.com/bbatsov/solarized-emacs/issues/368#issuecomment-555951718

Diffstat:
Mcolorlab/main.go | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/colorlab/main.go b/colorlab/main.go @@ -48,6 +48,24 @@ func main() { } var palettes = []Palette{ + // { + // Name: "solarized-dark", + // Solarized: solarized, + // Accent1Pair: AccentPairGenerator{ + // BlendBackgroundAmout: default1BgFg.BlendBackgroundAmout, + // BlendForegroundAmout: default1BgFg.BlendForegroundAmout, + // Gamma: default1BgFg.Gamma, + // ForegroundBlendFinder: colorlab.NamedColorFinder("base1"), + // BackgroundBlendFinder: default1BgFg.BackgroundBlendFinder, + // }, + // Accent2Pair: AccentPairGenerator{ + // BlendBackgroundAmout: default2BgFg.BlendBackgroundAmout, + // BlendForegroundAmout: default2BgFg.BlendForegroundAmout, + // Gamma: default2BgFg.Gamma, + // ForegroundBlendFinder: colorlab.NamedColorFinder("base1"), + // BackgroundBlendFinder: default2BgFg.BackgroundBlendFinder, + // }, + // }, { Name: "solarized-dark", Solarized: solarized,