Merge pull request #182 from geraldus/gman/haskell-improvements-real

Add haskell keyword customization
upstream-master
Greg Pfeil 10 years ago
commit 00f4a0e825
  1. 4
      solarized-definitions.el

@ -774,7 +774,9 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(undo-tree-visualizer-default-face (:inherit shadow))
(undo-tree-visualizer-active-branch-face (:inherit default))
(undo-tree-visualizer-unmodified-face (,@fg-cyan))
(undo-tree-visualizer-register-face (,@fg-yellow)))))))
(undo-tree-visualizer-register-face (,@fg-yellow))
;; haskell
(haskell-keyword-face (,@fg-cyan)))))))
;;;###autoload
(when (boundp 'custom-theme-load-path)

Loading…
Cancel
Save