Add haskell keyword customization

Make keyword colors match to Vim's version for Haskell source files
This commit is contained in:
Arthur Fayzrakhmanov (Артур Файзрахманов) 2016-02-19 17:42:29 +05:00
parent d7f9165adf
commit 80e9606d75
1 changed files with 3 additions and 1 deletions

View File

@ -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)