commit ba8817aedda9adb36333fdd78578763a3534d9df
parent aa0db96b486ac6df7461e1bc4399e313eaa6335c
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Wed, 19 Nov 2014 05:27:46 +0100
Merge pull request #139 from alexmurray/master
Add face for column-enforce-mode
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -595,6 +595,10 @@ customize the resulting theme."
`(company-preview ((,class (:background ,base02 :foreground ,cyan))))
`(company-preview-common ((,class (:foreground ,base1 :underline t))))
+ ;; column-enforce-mode
+ `(column-enforce-face ((,class (:background unspecified :foreground ,magenta
+ :inverse-video unspecified))))
+
;; cscope
`(cscope-file-face ((,class (:foreground ,green :weight bold))))
`(cscope-function-face ((,class (:foreground ,blue))))