whitespace fixes

This commit is contained in:
deepak 2016-01-07 23:25:52 -05:00
parent 0ae54d0714
commit b93cc72ecb
1 changed files with 3 additions and 3 deletions

View File

@ -215,8 +215,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
;; FIXME: dont hardcode the SRGB color names
(fmt-curl-red `( :underline (:color "#dc322f" :style wave)))
(fmt-curl-yellow `( :underline (:color "#b58900" :style wave)))
(fmt-curl-magenta `( :underline (:color "#d33682" :style wave)))
(fmt-curl-cyan `( :underline (:color "#2aa198" :style wave)))
(fmt-curl-magenta `( :underline (:color "#d33682" :style wave)))
(fmt-curl-cyan `( :underline (:color "#2aa198" :style wave)))
(fmt-ital `( :slant ,italic))
;; FIXME: not quite the same
(fmt-stnd `( :inverse-video t))
@ -703,7 +703,7 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(whitespace-highlight-face (,@fg-red ,@bg-blue))
(whitespace-line (,@fg-magenta))
;; writegood
(writegood-weasels-face (,@fmt-curl-cyan,@fg-cyan))
(writegood-weasels-face (,@fmt-curl-cyan ,@fg-cyan))
(writegood-passive-voice-face (,@fg-magenta))
(writegood-duplicates-face (:inherit error))
;; rcirc