From bd8185c0e1604ed894bb8cc6a0eb131229e33f4a Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 8 Aug 2022 23:48:01 +0100 Subject: themes: tab-bar face --- lib/themes/jao-light-theme.el | 1 + lib/themes/jao-themes.el | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/themes') diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 3593df7..8a4640c 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -107,6 +107,7 @@ (mode-line-emphasis (c green nil)) (mode-line-highlight (c green nil)) (org-link (p link) (ul "grey80")) + (tab-bar (~ header-line) :family "Inconsolata" :height 100) (scroll-bar (c "grey80" nil)) (show-paren-match (c nil "grey85")) (shr-text (c nil nil)) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index ad33e8b..fcae76a 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1084,7 +1084,8 @@ (sunshine-forecast-date-face (~ default)) (sunshine-forecast-day-divider-face (p dimm)) (sunshine-forecast-headline-face (~ header-line))) - `((telega-button (~ button)) + `((tab-bar (~ header-line)) + (telega-button (~ button)) (telega-button-active (~ button)) (telega-msg-heading (p f00)) (telega-msg-self-title (p f01)) -- cgit v1.2.3