From 0ae54d07146c4f2329ac702341562b4a15fd9b7d Mon Sep 17 00:00:00 2001 From: deepak Date: Mon, 4 Jan 2016 10:13:37 -0500 Subject: [PATCH 1/2] nicer writegood-mode faces --- solarized-definitions.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/solarized-definitions.el b/solarized-definitions.el index 007e95b..e49f999 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -215,6 +215,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." ;; FIXME: don’t 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-ital `( :slant ,italic)) ;; FIXME: not quite the same (fmt-stnd `( :inverse-video t)) @@ -700,6 +702,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." (whitespace-trailing (,@fmt-bold ,@fg-red ,@bg-base02)) (whitespace-highlight-face (,@fg-red ,@bg-blue)) (whitespace-line (,@fg-magenta)) + ;; writegood + (writegood-weasels-face (,@fmt-curl-cyan,@fg-cyan)) + (writegood-passive-voice-face (,@fg-magenta)) + (writegood-duplicates-face (:inherit error)) ;; rcirc (rcirc-my-nick (,@fg-blue)) (rcirc-nick-in-message (,@fg-orange)) From b93cc72ecb0e9e674634936167bf8c286f096c5e Mon Sep 17 00:00:00 2001 From: deepak Date: Thu, 7 Jan 2016 23:25:52 -0500 Subject: [PATCH 2/2] whitespace fixes --- solarized-definitions.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index e49f999..287999c 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -215,8 +215,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further." ;; FIXME: don’t 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