From 453ec43e9d006380d0488e4f54c58932853799a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 17 Jan 2021 19:16:55 -0500 Subject: Improve colors in light theme --- livie.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livie.el b/livie.el index b6b7b29..98e32ae 100644 --- a/livie.el +++ b/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.") -- cgit v1.2.3