diff options
Diffstat (limited to 'lib/themes/jao-themes.el')
-rw-r--r-- | lib/themes/jao-themes.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |