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

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

[nongnu] elpa/dracula-theme f3fee72115 2/6: Rename other-blue to dark-bl


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme f3fee72115 2/6: Rename other-blue to dark-blue
Date: Wed, 5 Apr 2023 14:59:41 -0400 (EDT)

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

    Rename other-blue to dark-blue
---
 dracula-theme.el | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 0841f1cdf9..5fafa18a62 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -97,7 +97,7 @@ read it before opening a new issue about your will.")
                 (fg2             "#e2e2dc" "#e4e4e4" "brightwhite")
                 (fg3             "#ccccc7" "#c6c6c6" "white")
                 (fg4             "#b6b6b2" "#b2b2b2" "white")
-                (other-blue      "#0189cc" "#0087ff" "brightblue")))
+                (dark-blue      "#0189cc" "#0087ff" "brightblue")))
       (faces '(;; default / basic faces
                (cursor :background ,fg3)
                (default :background ,dracula-bg :foreground ,dracula-fg)
@@ -166,13 +166,13 @@ read it before opening a new issue about your will.")
                (bookmark-face :foreground ,dracula-pink)
                ;; company
                (company-echo-common :foreground ,dracula-bg :background 
,dracula-fg)
-               (company-preview :background ,dracula-current :foreground 
,other-blue)
+               (company-preview :background ,dracula-current :foreground 
,dark-blue)
                (company-preview-common :inherit company-preview
                                        :foreground ,dracula-pink)
                (company-preview-search :inherit company-preview
                                        :foreground ,dracula-green)
                (company-scrollbar-bg :background ,dracula-comment)
-               (company-scrollbar-fg :foreground ,other-blue)
+               (company-scrollbar-fg :foreground ,dark-blue)
                (company-tooltip :inherit tooltip)
                (company-tooltip-search :foreground ,dracula-green
                                        :underline t)
@@ -325,7 +325,7 @@ read it before opening a new issue about your will.")
                (gnus-summary-high-read :inherit gnus-summary-high-unread 
:weight normal)
                (gnus-summary-high-ancient :inherit gnus-summary-high-read)
                (gnus-summary-high-ticked :inherit gnus-summary-high-read 
:underline t)
-               (gnus-summary-normal-unread :foreground ,other-blue :weight 
bold)
+               (gnus-summary-normal-unread :foreground ,dark-blue :weight bold)
                (gnus-summary-normal-read :foreground ,dracula-comment :weight 
normal)
                (gnus-summary-normal-ancient :inherit gnus-summary-normal-read 
:weight light)
                (gnus-summary-normal-ticked :foreground ,dracula-pink :weight 
bold)
@@ -346,7 +346,7 @@ read it before opening a new issue about your will.")
                (helm-candidate-number :foreground ,dracula-bg :background 
,dracula-fg)
                (helm-ff-directory :foreground ,dracula-green :background 
,dracula-bg :weight bold)
                (helm-ff-dotted-directory :foreground ,dracula-green 
:background ,dracula-bg :weight normal)
-               (helm-ff-executable :foreground ,other-blue :background 
,dracula-bg :weight normal)
+               (helm-ff-executable :foreground ,dark-blue :background 
,dracula-bg :weight normal)
                (helm-ff-file :foreground ,dracula-fg :background ,dracula-bg 
:weight normal)
                (helm-ff-invalid-symlink :foreground ,dracula-pink :background 
,dracula-bg :weight bold)
                (helm-ff-prefix :foreground ,dracula-bg :background 
,dracula-pink :weight normal)
@@ -453,7 +453,7 @@ read it before opening a new issue about your will.")
                (js2-external-variable :foreground ,dracula-purple)
                (js2-function-param :foreground ,dracula-cyan)
                (js2-jsdoc-html-tag-delimiter :foreground ,dracula-yellow)
-               (js2-jsdoc-html-tag-name :foreground ,other-blue)
+               (js2-jsdoc-html-tag-name :foreground ,dark-blue)
                (js2-jsdoc-value :foreground ,dracula-yellow)
                (js2-private-function-call :foreground ,dracula-cyan)
                (js2-private-member :foreground ,fg3)
@@ -525,7 +525,7 @@ read it before opening a new issue about your will.")
                (markdown-blockquote-face :foreground ,dracula-yellow
                                          :slant italic)
                (markdown-code-face :foreground ,dracula-orange)
-               (markdown-footnote-face :foreground ,other-blue)
+               (markdown-footnote-face :foreground ,dark-blue)
                (markdown-header-face :weight normal)
                (markdown-header-face-1
                 :inherit bold :foreground ,dracula-pink
@@ -542,7 +542,7 @@ read it before opening a new issue about your will.")
                (markdown-header-face-4 :foreground ,dracula-yellow)
                (markdown-header-face-5 :foreground ,dracula-cyan)
                (markdown-header-face-6 :foreground ,dracula-orange)
-               (markdown-header-face-7 :foreground ,other-blue)
+               (markdown-header-face-7 :foreground ,dark-blue)
                (markdown-header-face-8 :foreground ,dracula-fg)
                (markdown-inline-code-face :foreground ,dracula-green)
                (markdown-plain-url-face :inherit link)
@@ -618,14 +618,14 @@ read it before opening a new issue about your will.")
                (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)
+               (org-document-info :foreground ,dark-blue)
                (org-document-info-keyword :foreground ,dracula-comment)
                (org-document-title :weight bold :foreground ,dracula-orange
                                    ,@(when dracula-enlarge-headings
                                        (list :height 
dracula-height-doc-title)))
                (org-done :foreground ,dracula-green)
                (org-ellipsis :foreground ,dracula-comment)
-               (org-footnote :foreground ,other-blue)
+               (org-footnote :foreground ,dark-blue)
                (org-formula :foreground ,dracula-pink)
                (org-headline-done :foreground ,dracula-comment
                                   :weight normal :strike-through t)
@@ -642,7 +642,7 @@ read it before opening a new issue about your will.")
                (org-level-4 :weight normal :foreground ,dracula-yellow)
                (org-level-5 :weight normal :foreground ,dracula-cyan)
                (org-level-6 :weight normal :foreground ,dracula-orange)
-               (org-level-7 :weight normal :foreground ,other-blue)
+               (org-level-7 :weight normal :foreground ,dark-blue)
                (org-level-8 :weight normal :foreground ,dracula-fg)
                (org-link :foreground ,dracula-cyan :underline t)
                (org-priority :foreground ,dracula-cyan)
@@ -688,7 +688,7 @@ read it before opening a new issue about your will.")
                (rainbow-delimiters-depth-5-face :foreground ,dracula-orange)
                (rainbow-delimiters-depth-6-face :foreground ,dracula-green)
                (rainbow-delimiters-depth-7-face :foreground ,dracula-yellow)
-               (rainbow-delimiters-depth-8-face :foreground ,other-blue)
+               (rainbow-delimiters-depth-8-face :foreground ,dark-blue)
                (rainbow-delimiters-unmatched-face :foreground ,dracula-orange)
                ;; rpm-spec
                (rpm-spec-dir-face :foreground ,dracula-green)
@@ -707,7 +707,7 @@ read it before opening a new issue about your will.")
                (rst-level-4 :foreground ,dracula-yellow)
                (rst-level-5 :foreground ,dracula-cyan)
                (rst-level-6 :foreground ,dracula-orange)
-               (rst-level-7 :foreground ,other-blue)
+               (rst-level-7 :foreground ,dark-blue)
                (rst-level-8 :foreground ,dracula-fg)
                ;; selectrum-mode
                (selectrum-current-candidate :weight bold)



reply via email to

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