diff options
-rw-r--r-- | lib/themes/jao-light-theme.el | 1 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 3 |
2 files changed, 3 insertions, 1 deletions
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)) |