branch: externals/doric-themes commit aaea73cedf681477c3541fbdf38980d95e9cb70a Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revise the tab-bar and tab-line faces They now are like in my modus-themes. This is in response to issue 3 by Pranshu Sharma: <https://github.com/protesilaos/doric-themes/issues/3>. --- doric-themes.el | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/doric-themes.el b/doric-themes.el index 019ba2e58c..9bab60b8b1 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -289,6 +289,8 @@ is either the `dark' or `light' symbol." read-multiple-choice-face rectangle-preview speedbar-highlight-face + tab-bar-tab-highlight + tab-line-highlight transient-enabled-suffix vertico-current)) @@ -581,6 +583,9 @@ is either the `dark' or `light' symbol." proced-interruptible-sleep-status-code proced-mem shadow + tab-bar-tab-group-inactive + tab-bar-tab-inactive + tab-bar-tab-ungrouped transient-inactive-argument transient-inactive-value transient-unreachable @@ -755,10 +760,6 @@ is either the `dark' or `light' symbol." so-long-mode-line-inactive speedbar-file-face substitute-match - tab-bar-tab-group-inactive - tab-bar-tab-inactive - tab-bar-tab-ungrouped - tab-line tabulated-list-fake-header vc-dir-directory vc-dir-file @@ -1460,11 +1461,8 @@ is either the `dark' or `light' symbol." `(spacious-padding-subtle-mode-line-active ((t :foreground ,fg-accent))) `(spacious-padding-subtle-mode-line-inactive ((t :foreground ,bg-accent))) - `(tab-bar-tab ((t :underline ,fg-shadow-subtle :background ,bg-shadow-intense :foreground ,fg-main))) - `(tab-bar-tab-highlight ((t :underline ,fg-accent :background ,bg-accent :foreground ,fg-accent))) - - `(tab-line-tab-current ((t :underline ,fg-shadow-subtle :background ,bg-shadow-intense :foreground ,fg-main))) - `(tab-line-highlight ((t :underline ,fg-accent :background ,bg-accent :foreground ,fg-accent))) + `(tab-bar-tab ((t :inherit bold :background ,bg-main :foreground ,fg-main))) + `(tab-line-tab-current ((t :inherit bold :background ,bg-main :foreground ,fg-main))) '(telega-webpage-fixed ((t :inherit fixed-pitch))) '(telega-webpage-preformatted ((t :inherit fixed-pitch)))