[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dracula-theme 4e521e716c: Improve tab-line-* faces
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dracula-theme 4e521e716c: Improve tab-line-* faces |
Date: |
Sat, 2 Nov 2024 09:59:57 -0400 (EDT) |
branch: elpa/dracula-theme
commit 4e521e716c2c914d7003243238a00ed330cd17c9
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>
Improve tab-line-* faces
---
dracula-theme.el | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 096626b06c..5282e01388 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -22,6 +22,7 @@
;; Add missing comma in front of lsp-ui-sideline-current-symbol color
;; Change default region face
+;; Improve tab-line-* faces
;;;; Version 1.8.2
@@ -911,13 +912,18 @@ read it before opening a new issue about your will.")
(tab-bar-tab-inactive :foreground ,dracula-purple :background
,bg2
:box (:line-width 2 :color ,bg2 :style
nil))
(tab-line :foreground ,dracula-purple :background
,dracula-current
- :height 0.9 :inherit variable-pitch)
- (tab-line-tab :foreground ,dracula-pink :background ,dracula-bg
- :box (:line-width 2 :color ,dracula-bg :style
nil))
- (tab-line-tab-inactive :foreground ,dracula-purple :background
,bg2
- :box (:line-width 2 :color ,bg2 :style
nil))
- (tab-line-tab-current :inherit tab-line-tab)
+ :height 0.92 :inherit variable-pitch)
(tab-line-close-highlight :foreground ,dracula-red)
+ (tab-line-highlight :weight bold)
+ (tab-line-tab :foreground ,dracula-purple :background ,bg2
+ :box (:line-width 4 :color ,bg2 :style nil))
+ (tab-line-tab-current :foreground ,dracula-pink :background
,dracula-bg
+ :box (:line-width 4 :color ,dracula-bg
:style nil))
+ (tab-line-tab-group :background ,dracula-comment)
+ (tab-line-tab-inactive :inherit tab-line-tab)
+ (tab-line-tab-inactive-alternate :background ,bg3)
+ (tab-line-tab-modified :weight bold)
+ (tab-line-tab-special :foreground ,dracula-green)
;; telephone-line
(telephone-line-accent-active :background ,dracula-bg
:foreground ,dracula-pink)
(telephone-line-accent-inactive :background ,bg2 :foreground
,dracula-purple)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/dracula-theme 4e521e716c: Improve tab-line-* faces,
ELPA Syncer <=