diff options
Diffstat (limited to 'lib')
-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 c8d469e..e9be980 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -1074,11 +1074,12 @@ `((tab-bar (~ header-line)) (telega-button (~ button)) (telega-button-active (~ button)) + (telega-entity-type-spoiler (c dfg dbg)) (telega-msg-heading (p f00)) (telega-msg-self-title (p f01)) (telega-root-heading (p hilite)) (textsec-suspicious (~ default) bx) - (term (~ default)) + (term (c dfg dbg)) (tool-bar (~ default)) (tooltip :family ,jao-themes--face-family (c nil "lightyellow") :height 0.9) |