commit 59bddf1d6e1effb9a5d36840efad43fa3919ab92
parent f2a038d8d8b59c53a547600408e56e48be3c68eb
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 14 Mar 2014 04:42:49 +0100
add cua cursor colors
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -1705,6 +1705,12 @@ customize the resulting theme."
;; compilation
`(compilation-message-face 'default)
+ ;; cua
+ `(cua-normal-cursor-color ,base0)
+ `(cua-read-only-cursor-color ,green)
+ `(cua-global-mark-cursor-color ,cyan)
+ `(cua-overwrite-cursor-color ,yellow)
+
;; fill-column-indicator
`(fci-rule-color ,base02)