emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dracula-theme 6ee1319277 1/6: Remove bg3 as it was very si


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 6ee1319277 1/6: Remove bg3 as it was very similar to dracula-current
Date: Wed, 5 Apr 2023 14:59:41 -0400 (EDT)

branch: elpa/dracula-theme
commit 6ee1319277325fe6d323849728a9f8ed24469e13
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Remove bg3 as it was very similar to dracula-current
    
    And thus rename bg4 as new bg3
---
 dracula-theme.el | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index b383116d86..0841f1cdf9 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -93,8 +93,7 @@ read it before opening a new issue about your will.")
                 (dracula-yellow  "#f1fa8c" "#ffff87" "yellow")      ; official 
yellow
                 ;; Other colors
                 (bg2             "#373844" "#121212" "brightblack")
-                (bg3             "#464752" "#262626" "brightblack")
-                (bg4             "#565761" "#444444" "brightblack")
+                (bg3             "#565761" "#444444" "brightblack")
                 (fg2             "#e2e2dc" "#e4e4e4" "brightwhite")
                 (fg3             "#ccccc7" "#c6c6c6" "white")
                 (fg4             "#b6b6b2" "#b2b2b2" "white")
@@ -107,14 +106,14 @@ read it before opening a new issue about your will.")
                (ffap :foreground ,fg4)
                (fringe :background ,dracula-bg :foreground ,fg4)
                (header-line :inherit 'mode-line)
-               (highlight :foreground ,fg3 :background ,bg3)
+               (highlight :foreground ,fg3 :background ,dracula-current)
                (hl-line :background ,dracula-current :extend t)
                (info-quoted-name :foreground ,dracula-orange)
                (info-string :foreground ,dracula-yellow)
                (lazy-highlight :foreground ,fg2 :background ,bg2)
                (link :foreground ,dracula-cyan :underline t)
-               (linum :slant italic :foreground ,bg4 :background ,dracula-bg)
-               (line-number :slant italic :foreground ,bg4 :background 
,dracula-bg)
+               (linum :slant italic :foreground ,bg3 :background ,dracula-bg)
+               (line-number :slant italic :foreground ,bg3 :background 
,dracula-bg)
                (match :background ,dracula-yellow :foreground ,dracula-bg)
                (menu :background ,dracula-current :inverse-video nil
                      ,@(if dracula-alternate-mode-line-and-minibuffer
@@ -208,7 +207,7 @@ read it before opening a new issue about your will.")
                (diredp-date-time :foreground ,dracula-fg)
                (diredp-deletion-file-name :foreground ,dracula-pink 
:background ,dracula-current)
                (diredp-deletion :foreground ,dracula-pink :weight bold)
-               (diredp-dir-heading :foreground ,fg2 :background ,bg4)
+               (diredp-dir-heading :foreground ,fg2 :background ,bg3)
                (diredp-dir-name :inherit dired-directory)
                (diredp-dir-priv :inherit dired-directory)
                (diredp-executable-tag :foreground ,dracula-orange)
@@ -367,7 +366,7 @@ read it before opening a new issue about your will.")
                (helm-source-header :foreground ,dracula-pink :background 
,dracula-bg :underline nil :weight bold)
                (helm-time-zone-current :foreground ,dracula-orange :background 
,dracula-bg)
                (helm-time-zone-home :foreground ,dracula-purple :background 
,dracula-bg)
-               (helm-visible-mark :foreground ,dracula-bg :background ,bg3)
+               (helm-visible-mark :foreground ,dracula-bg :background 
,dracula-current)
                ;; highlight-indentation minor mode
                (highlight-indentation-face :background ,bg2)
                ;; icicle
@@ -399,7 +398,7 @@ read it before opening a new issue about your will.")
                (icicle-input-completion-fail :foreground ,dracula-pink)
                (icicle-historical-candidate-other :foreground ,dracula-fg)
                (icicle-historical-candidate :foreground ,dracula-fg)
-               (icicle-current-candidate-highlight :foreground ,dracula-orange 
:background ,bg3)
+               (icicle-current-candidate-highlight :foreground ,dracula-orange 
:background ,dracula-current)
                (icicle-Completions-instruction-2 :foreground ,fg4)
                (icicle-Completions-instruction-1 :foreground ,fg4)
                (icicle-completion :foreground ,dracula-fg)
@@ -471,7 +470,7 @@ read it before opening a new issue about your will.")
                (lsp-ui-peek-filename :foreground ,dracula-pink :weight bold)
                (lsp-ui-peek-line-number :foreground ,dracula-fg)
                (lsp-ui-peek-highlight :inherit highlight :distant-foreground 
,dracula-bg)
-               (lsp-ui-peek-header :background ,bg3 :foreground ,fg3, :weight 
bold)
+               (lsp-ui-peek-header :background ,dracula-current :foreground 
,fg3, :weight bold)
                (lsp-ui-peek-footer :inherit lsp-ui-peek-header)
                (lsp-ui-peek-selection :inherit match)
                (lsp-ui-sideline-symbol :foreground ,fg4 :box (:line-width -1 
:color ,fg4) :height 0.99)
@@ -486,15 +485,15 @@ read it before opening a new issue about your will.")
                (magit-branch-remote :foreground ,dracula-green)
                (magit-tag :foreground ,dracula-orange)
                (magit-section-heading :foreground ,dracula-pink :weight bold)
-               (magit-section-highlight :background ,bg3 :extend t)
-               (magit-diff-context-highlight :background ,bg3
-                                             :foreground ,fg3
+               (magit-section-highlight :background ,dracula-current :extend t)
+               (magit-diff-context-highlight :background ,dracula-current
+                                             :foreground ,dracula-fg
                                              :extend t)
                (magit-diff-revision-summary :foreground ,dracula-orange
                                             :background ,dracula-bg
                                             :weight bold)
                (magit-diff-revision-summary-highlight :foreground 
,dracula-orange
-                                                      :background ,bg3
+                                                      :background 
,dracula-current
                                                       :weight bold
                                                       :extend t)
                ;; the four following lines are just a patch of the
@@ -516,9 +515,9 @@ read it before opening a new issue about your will.")
                (magit-diffstat-added :foreground ,dracula-green)
                (magit-diffstat-removed :foreground ,dracula-red)
                (magit-hash :foreground ,fg2)
-               (magit-hunk-heading :background ,bg3)
-               (magit-hunk-heading-highlight :background ,bg3)
-               (magit-item-highlight :background ,bg3)
+               (magit-hunk-heading :background ,dracula-current)
+               (magit-hunk-heading-highlight :background ,dracula-current)
+               (magit-item-highlight :background ,dracula-current)
                (magit-log-author :foreground ,fg3)
                (magit-process-ng :foreground ,dracula-orange :weight bold)
                (magit-process-ok :foreground ,dracula-green :weight bold)
@@ -616,7 +615,7 @@ read it before opening a new issue about your will.")
                (org-agenda-structure :foreground ,dracula-purple)
                (org-block :foreground ,dracula-orange)
                (org-code :foreground ,dracula-green)
-               (org-column :background ,bg4)
+               (org-column :background ,bg3)
                (org-column-title :inherit org-column :weight bold :underline t)
                (org-date :foreground ,dracula-cyan :underline t)
                (org-document-info :foreground ,other-blue)
@@ -822,7 +821,7 @@ read it before opening a new issue about your will.")
                ;; whitespace
                (whitespace-big-indent :background ,dracula-red :foreground 
,dracula-red)
                (whitespace-empty :background ,dracula-orange :foreground 
,dracula-red)
-               (whitespace-hspace :background ,bg3 :foreground 
,dracula-comment)
+               (whitespace-hspace :background ,dracula-current :foreground 
,dracula-comment)
                (whitespace-indentation :background ,dracula-orange :foreground 
,dracula-red)
                (whitespace-line :background ,dracula-bg :foreground 
,dracula-pink)
                (whitespace-newline :foreground ,dracula-comment)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]