1
0
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:
Ulf Jasper 2016-02-04 18:31:04 +01:00
parent 4236944f19
commit 448522201a

View File

@ -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)