solarized-emacs

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

README.md (751B)


      1 # colorlab
      2 
      3 This utility generates color palette lists for use in themes.
      4 
      5 `color.el` can be a bit cumbersome and it *might* not have every color feature
      6 we want so for the sake of easy experimentation it's written in Go because I
      7 found a more fully featured color package to work with.
      8 
      9 When we know more about which color functionality is actually required we might
     10 port missing features and translate color palette generation into elisp as well.
     11 
     12 This utility is currently not documented or very user friendly since it's an
     13 internal tool under development.
     14 
     15 The utility requires at least go 1.13
     16 
     17 `go run main.go` will rewrite all palettes in `../solarized-palettes.el` when run.
     18 
     19 
     20 See https://godoc.org/github.com/bbatsov/solarized-emacs/colorlab