branch: elpa/cyberpunk-theme
commit ad16be6a979dbb845019b076f1fd4c97e42fe4a4
Merge: 1bf3e93 4eabcfa
Author: Nicholas M. Van Horn <[email protected]>
Commit: Nicholas M. Van Horn <[email protected]>
Merge pull request #6 from bzg/master
cyberpunk-theme.el: Use :background to set the cursor color
---
cyberpunk-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 55591e8..edf46d9 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -114,7 +114,7 @@
;;; basic coloring
`(default ((,class (:foreground ,cyberpunk-gray :background
,cyberpunk-black))))
- `(cursor ((,class (:foreground ,cyberpunk-fg))))
+ `(cursor ((,class (:background ,cyberpunk-fg))))
`(escape-glyph-face ((,class (:foreground ,cyberpunk-red))))
;; `(fringe ((,class (:foreground ,cyberpunk-fg :background
,cyberpunk-bg+1))))
`(header-line ((,class (:foreground ,cyberpunk-yellow