Improve colors in light theme
This commit is contained in:
parent
6d12908ab8
commit
453ec43e9d
4
livie.el
4
livie.el
@ -134,12 +134,12 @@ too long)."
|
||||
:group 'livie)
|
||||
|
||||
(defface livie-video-published-face
|
||||
'((((class color) (background light)) (:foreground "#00C853"))
|
||||
'((((class color) (background light)) (:foreground "#1B5E20"))
|
||||
(((class color) (background dark)) (:foreground "#00E676")))
|
||||
"Face used for the video published date.")
|
||||
|
||||
(defface livie-channel-name-face
|
||||
'((((class color) (background light)) (:foreground "#FFC400"))
|
||||
'((((class color) (background light)) (:foreground "#FF6D00"))
|
||||
(((class color) (background dark)) (:foreground "#FFFF00")))
|
||||
"Face used for channel names.")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user