Update autoloads. Fix green color sRGB

This commit is contained in:
Donald Ephraim Curtis 2011-10-25 16:10:47 -05:00
parent dabd0ab5e4
commit b1eb889a4b
2 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,9 @@
(eval-when-compile
(require 'color-theme))
;;;###autoload
(add-to-list 'custom-theme-load-path (file-name-directory load-file-name))
;;;###autoload
(defun color-theme-solarized (mode)
"Color theme by Ethan Schoonover, created 2011-03-24.

View File

@ -55,7 +55,7 @@ will use the 256 degraded color mode."
(violet "#6c71c4" "#5859b7" "#5f5faf" "#ff00ff")
(blue "#268bd2" "#2075c7" "#0087ff" "#0000ee")
(cyan "#2aa198" "#259185" "#00afaf" "#00cdcd")
(green "#859900" "#728a05" "#5f8700" "#00cd00"))
(green "#719e07" "#728a05" "#5f8700" "#00cd00"))
"This is a table of all the colors used by the Solarized color theme. Each
column is a different set, one of which will be chosen based on term
capabilities, etc.")