Improve colors in light theme

This commit is contained in:
Jesús 2021-01-17 19:16:55 -05:00
parent 6d12908ab8
commit 453ec43e9d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -134,12 +134,12 @@ too long)."
:group 'livie) :group 'livie)
(defface livie-video-published-face (defface livie-video-published-face
'((((class color) (background light)) (:foreground "#00C853")) '((((class color) (background light)) (:foreground "#1B5E20"))
(((class color) (background dark)) (:foreground "#00E676"))) (((class color) (background dark)) (:foreground "#00E676")))
"Face used for the video published date.") "Face used for the video published date.")
(defface livie-channel-name-face (defface livie-channel-name-face
'((((class color) (background light)) (:foreground "#FFC400")) '((((class color) (background light)) (:foreground "#FF6D00"))
(((class color) (background dark)) (:foreground "#FFFF00"))) (((class color) (background dark)) (:foreground "#FFFF00")))
"Face used for channel names.") "Face used for channel names.")