mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
Improve newsticker-treeview-selection-face
* newst-treeview.el (newsticker-treeview-selection-face): Improve readability for dark background.
This commit is contained in:
parent
4236944f19
commit
448522201a
@ -77,7 +77,7 @@
|
||||
:group 'newsticker-treeview)
|
||||
|
||||
(defface newsticker-treeview-selection-face
|
||||
'((((class color) (background dark)) :background "#bbbbff")
|
||||
'((((class color) (background dark)) :background "#4444aa")
|
||||
(((class color) (background light)) :background "#bbbbff"))
|
||||
"Face for newsticker selection."
|
||||
:group 'newsticker-treeview)
|
||||
|
Loading…
Reference in New Issue
Block a user