commit 80351f9ac371ed1be813f7614b6c64ed2f8ac2b5
parent e854bc079bfee1e9041d70d7f505948d15b582e2
Author: Alex Murray <alexmurray@fastmail.fm>
Date: Mon, 17 Nov 2014 21:29:33 +1030
Add face for column-enforce-mode
Based on the whitespace-line face for highlighting long lines
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -590,6 +590,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))))