From 3f2ec4edd01fa4d948270ce3280c4139695ff148 Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 18 Nov 2020 23:41:21 +0000 Subject: theme tweaks --- themes/jao-greenish-theme.el | 10 ++++------ themes/jao-themes.el | 2 ++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/jao-greenish-theme.el b/themes/jao-greenish-theme.el index e8f611e..eab5232 100644 --- a/themes/jao-greenish-theme.el +++ b/themes/jao-greenish-theme.el @@ -25,7 +25,7 @@ (modeline-bg "#22242b") (modeline-bg-inactive "#24262d") (region "#41454b") - (strings "lightskyblue4") + (strings "azure3" "lightskyblue4") (success "#5b94ab" "#99bb66") (warning "#cfcf9c") (warning2 "#ECBE7B")) @@ -76,19 +76,17 @@ (fill-column-indicator (c "black") :inherit nil) (font-lock-doc-face (~ font-lock-comment-face) it) (fringe (p dimm)) - (gnus-button (c "lightyellow3") nul) + (gnus-button (c "lightyellow3")) (gnus-cite-1 (c fg-0.5)) (gnus-cite-2 (c fg-1)) (gnus-cite-3 (c fg-2)) (gnus-cite-4 (c fg-2)) - (gnus-group-mail-3 (c nil)) + (gnus-group-mail-3 (c yellow)) (gnus-group-mail-3-empty (c fg-0.5)) (gnus-group-news-3 (~ gnus-group-mail-3)) (gnus-group-news-3-empty (~ gnus-group-mail-3-empty)) (gnus-group-mail-low (p f10)) (gnus-group-mail-low-empty (~ gnus-group-mail-3-empty)) - (gnus-group-news-4 (p f10)) - (gnus-group-news-4-empty (~ gnus-group-mail-3-empty)) (gnus-summary-cancelled (c "dark slate gray" nil) st) (gnus-summary-selected (p warning) nul nbf) (header-line (p hilite)) @@ -97,7 +95,7 @@ :box (:line-width 1 :color "#282b33")) ;; "#22242b" (mode-line-inactive (c "grey35" modeline-bg-inactive) :box (:line-width 1 :color "#282b33")) ;; "#24262d" - (mode-line-buffer-id (c nil) bf) + (mode-line-buffer-id (c yellow)) (org-hide (c 0 nil)) (org-code (c yellow)) (scroll-bar (c bg)) diff --git a/themes/jao-themes.el b/themes/jao-themes.el index 1f63f16..bd408e8 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -883,6 +883,8 @@ (tooltip :family ,jao-themes--face-family (c nil "lightyellow")) (trailing-whitespace (p error)) (treemacs-root-face nul bf :scale 1.1) + (twittering-timeline-footer-face (~ header-line)) + (twittering-timeline-header-face (~ header-line)) (twittering-uri-face (~ link)) (twittering-username-face (p f01))) `((underline ul)) -- cgit v1.2.3