diff options
author | Jesús <heckyel@hyperbola.info> | 2021-01-17 19:16:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-01-17 19:16:55 -0500 |
commit | 453ec43e9d006380d0488e4f54c58932853799a2 (patch) | |
tree | 6301a13b315f564441e6c1639c9cdc459fe280d5 | |
parent | 6d12908ab81e43b3a4b11a8a6e5b09ca5497a948 (diff) | |
download | livie-453ec43e9d006380d0488e4f54c58932853799a2.tar.lz livie-453ec43e9d006380d0488e4f54c58932853799a2.tar.xz livie-453ec43e9d006380d0488e4f54c58932853799a2.zip |
Improve colors in light theme
-rw-r--r-- | livie.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.") |