Make cursor styles explicit (fix #6)

This commit is contained in:
Protesilaos Stavrou 2019-12-23 19:11:12 +02:00
parent a2e45ede8c
commit b4205ff9b8
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
2 changed files with 2 additions and 2 deletions

View File

@ -242,7 +242,7 @@ between foreground and background is >= 7:1)."
;;; default constructs
;;;; absolute essentials
`(default ((,class (:background ,bg-main :foreground ,fg-main))))
`(cursor ((,class (:background ,fg-main))))
`(cursor ((,class (:background ,bg-main :foreground ,fg-main :inverse-video t))))
`(fringe ((,class (:inherit default))))
;;;; basic and/or ungrouped styles
`(diary ((,class (:foreground ,yellow))))

View File

@ -242,7 +242,7 @@ between foreground and background is >= 7:1)."
;;; default constructs
;;;; absolute essentials
`(default ((,class (:background ,bg-main :foreground ,fg-main))))
`(cursor ((,class (:background ,fg-main))))
`(cursor ((,class (:background ,bg-main :foreground ,fg-main :inverse-video t))))
`(fringe ((,class (:inherit default))))
;;;; basic and/or ungrouped styles
`(diary ((,class (:foreground ,yellow))))