branch: elpa/apropospriate-theme commit c32f8ad7a0178b1aca0af7b15ef7389aa250f154 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
add support for tab-bar-mode and tab-line-mode --- README.md | 2 ++ apropospriate.el | 10 ++++++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index df973fa..1868ed5 100644 --- a/README.md +++ b/README.md @@ -114,3 +114,5 @@ Apropospriate supports all the usual `prog-mode` derived packages as well as som * Ediff * Mlscroll * Vertico Quick +* Tab-bar +* Tab-line diff --git a/apropospriate.el b/apropospriate.el index 53e7fe3..f4bf131 100644 --- a/apropospriate.el +++ b/apropospriate.el @@ -301,6 +301,16 @@ Set to `1.0' or nil to prevent font size manipulation." `(popup-isearch-match ((,class (:foreground ,yellow :background nil)))) `(popup-scroll-bar-foreground-face ((,class (:inherit company-scrollbar-fg)))) `(popup-scroll-bar-background-face ((,class (:inherit company-scrollbar-bg)))) + `(tab-bar ((,class (:background ,base00-2)))) + `(tab-line ((,class (:background ,base00-2)))) + `(tab-line-tab ((,class (:foreground ,base02 :background ,base00-2 :box (:line-width 4 :color ,base00-2 :style nil))))) + `(tab-line-tab-inactive ((,class (:foreground ,base02 :background ,base00-2 :box (:line-width 4 :color ,base00-2 :style nil) :inverse-video nil)))) + `(tab-line-tab-inactive-alternate ((,class (:background ,base00-2)))) + `(tab-line-tab-current ((,class (:foreground ,base03 :background ,base00 :box (:line-width 4 :color ,base00 :style nil))))) + `(tab-line-highlight ((,class (:background ,highlight-line-color :box (:line-width 4 :color ,highlight-line-color :style nil))))) + `(tab-line-close-highlight ((,class (:color ,red)))) + `(tab-bar-tab ((,class (:background ,base00 :box (:line-width 4 :color ,base00 :style nil))))) + `(tab-bar-tab-inactive ((,class (:foreground ,base02 :background ,base00-2)))) `(flymake-warnline ((,class (:underline ,orange :background ,base00+1)))) `(flymake-errline ((,class (:underline ,red :background ,base00+1)))) `(flycheck-error ((,class (:underline (:style wave :color ,red) :inherit unspecified))))