diff options
author | jao <jao@gnu.org> | 2022-08-08 23:48:01 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-08-08 23:48:14 +0100 |
commit | bd8185c0e1604ed894bb8cc6a0eb131229e33f4a (patch) | |
tree | f20f7f257557fa4f8da9ea0ef8335e888f9fa8ab | |
parent | d1cf6b3cad9211f41a9d43d02d0e4bf6f10375e5 (diff) | |
download | elibs-bd8185c0e1604ed894bb8cc6a0eb131229e33f4a.tar.gz elibs-bd8185c0e1604ed894bb8cc6a0eb131229e33f4a.tar.bz2 |
themes: tab-bar face
-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)) |