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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue