branch: elpa/inkpot-theme
commit fc2e3e90e33cf7442a23531fe11697c069eb3285
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Rename some colors in the palette
---
 inkpot-theme.el | 86 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 2df5ef8463..a05893235f 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -38,7 +38,7 @@
 (let ((ip-red-dark "#6e2e2e") ; bg:Error
       (ip-red-dark+0.2 "#6d3030") ; bg:DiffDelete
       (ip-red-mid "#af4f4b") ; fg:Title
-      (ip-red-light "#ce4e4e") ; bg:ErrorMsg
+      (ip-red-bright "#ce4e4e") ; bg:ErrorMsg
       ;; (ip-red-light+4.5 "#cc6666") ; sp:SpellBad
 
       (ip-orange-dark "#ad600b") ; fg:doxygenSpecialMultilineDesc 
fg:doxygenSpecialOnelineDesc
@@ -66,9 +66,9 @@
       (ip-green-bright "#00ff8b") ; fg:User1 fg:Directory
       ;; (ip-green-light "#8fff8b") ; bg:lCursor
 
-      (ip-cyan-dark "#306b8f") ; bg:DiffChange
-      (ip-cyan-mid "#409090") ; fg:PreProc
-      ;; (ip-cyan-bright "#66cccc") ; sp:SpellCap
+      (ip-cyan-mid "#306b8f") ; bg:DiffChange
+      (ip-cyan-bright "#409090") ; fg:PreProc
+      ;; (ip-cyan-light "#66cccc") ; sp:SpellCap
 
       ;; Use name 'slate' as the palette has many de-saturated blues.
       (ip-slate-dark-inverted "#b38363")
@@ -95,8 +95,8 @@
       ;; (ip-purple-mid "#4a2a4a") ; bg:DiffText
 
       ;; (ip-pink-dark-3.9 "#cc66cc") ; sp:SpellRare
-      (ip-pink-dark "#c080d0") ; fg:Special fg:SpecialChar fg:perlSpecialMatch 
fg:perlSpecialString
-      ;;                         fg:cSpecialCharacter fg:cFormat fg:Conceal
+      (ip-pink-bright "#c080d0") ; fg:Special fg:SpecialChar 
fg:perlSpecialMatch fg:perlSpecialString
+      ;;                           fg:cSpecialCharacter fg:cFormat fg:Conceal
       (ip-pink-light "#ff8bff") ; fg:Identifier fg:Type
 
       ;; Tones.
@@ -149,9 +149,9 @@
    ;; UI.
    `(button ((t (:underline t :foreground ,ip-pink-light))))
    `(link ((t (:foreground ,ip-pink-light))))
-   `(link-visited ((t (:foreground ,ip-pink-dark)))) ; Not a vim color, just a 
little darker.
+   `(link-visited ((t (:foreground ,ip-pink-bright)))) ; Not a vim color, just 
a little darker.
    ;; FIXME.
-   `(widget-field ((t (:foreground ,ip-pink-dark :background 
,ip-yellow-bright))))
+   `(widget-field ((t (:foreground ,ip-pink-bright :background 
,ip-yellow-bright))))
    ;; Follow other window border colors (mode-line in this case), don't blend 
in with the fringe.
    `(scroll-bar ((t (:foreground ,ip-grey+73 :background 
,ip-slate-dark+15.7))))
 
@@ -160,11 +160,11 @@
    `(font-lock-comment-face ((t (:foreground ,ip-orange-bright))))
    `(font-lock-comment-delimiter-face ((t (:inherit font-lock-comment-face))))
    `(font-lock-doc-face ((t (:foreground ,ip-blue-bright)))) ; Alternate 
comment face.
-   `(font-lock-doc-markup-face ((t (:foreground ,ip-cyan-mid))))
-   `(font-lock-constant-face ((t (:foreground ,ip-cyan-mid))))
-   `(font-lock-function-name-face ((t (:foreground ,ip-pink-dark))))
+   `(font-lock-doc-markup-face ((t (:foreground ,ip-cyan-bright))))
+   `(font-lock-constant-face ((t (:foreground ,ip-cyan-bright))))
+   `(font-lock-function-name-face ((t (:foreground ,ip-pink-bright))))
    `(font-lock-keyword-face ((t (:foreground ,ip-blue-bright))))
-   `(font-lock-preprocessor-face ((t (:foreground ,ip-cyan-mid))))
+   `(font-lock-preprocessor-face ((t (:foreground ,ip-cyan-bright))))
    `(font-lock-string-face ((t (:foreground ,ip-brown-light :background 
,ip-grey+25))))
    `(font-lock-type-face ((t (:foreground ,ip-pink-light))))
    '(font-lock-variable-name-face ((t nil)))
@@ -172,7 +172,7 @@
 
    `(font-lock-negation-char-face ((t (:foreground ,ip-cream-light)))) ; 
currently no change.
    `(font-lock-regexp-grouping-construct ((t (:foreground ,ip-blue-bright 
:weight bold))))
-   `(font-lock-regexp-grouping-backslash ((t (:foreground ,ip-pink-dark 
:weight bold))))
+   `(font-lock-regexp-grouping-backslash ((t (:foreground ,ip-pink-bright 
:weight bold))))
 
    ;; Mode line.
    ;; Follow GVIM, inactive mode-line isn't bold.
@@ -195,7 +195,7 @@
    ;; Note: original theme doesn't show different colors here,
    ;; simply use bold for 'isearch'.
    `(isearch ((t (:foreground ,ip-grey+19 :background ,ip-brown-mid :bold t))))
-   `(isearch-fail ((t (:foreground ,ip-white :background ,ip-red-light))))
+   `(isearch-fail ((t (:foreground ,ip-white :background ,ip-red-bright))))
    `(lazy-highlight ((t (:foreground ,ip-grey+19 :background ,ip-brown-mid))))
 
    `(minibuffer-prompt ((t (:foreground ,ip-slate-light+5.5 :bold t))))
@@ -254,15 +254,15 @@
    `(ediff-current-diff-A ((t (:foreground ,ip-cream-light :background 
,ip-red-mid))))
    `(ediff-current-diff-Ancestor ((t (:foreground ,ip-cream-light :background 
,ip-red-mid))))
    `(ediff-current-diff-B ((t (:foreground ,ip-cream-light :background 
,ip-green-mid))))
-   `(ediff-current-diff-C ((t (:foreground ,ip-cream-light :background 
,ip-cyan-dark))))
+   `(ediff-current-diff-C ((t (:foreground ,ip-cream-light :background 
,ip-cyan-mid))))
    `(ediff-even-diff-A ((t (:background ,ip-slate-dark+7.6))))
    `(ediff-even-diff-Ancestor ((t (:background ,ip-slate-dark+7.6))))
    `(ediff-even-diff-B ((t (:background ,ip-slate-dark+7.6))))
    `(ediff-even-diff-C ((t (:background ,ip-slate-dark+7.6))))
-   `(ediff-fine-diff-A ((t (:foreground ,ip-cream-light :background 
,ip-red-light :weight bold))))
-   `(ediff-fine-diff-Ancestor ((t (:foreground ,ip-cream-light :background 
,ip-red-light :weight bold))))
+   `(ediff-fine-diff-A ((t (:foreground ,ip-cream-light :background 
,ip-red-bright :weight bold))))
+   `(ediff-fine-diff-Ancestor ((t (:foreground ,ip-cream-light :background 
,ip-red-bright :weight bold))))
    `(ediff-fine-diff-B ((t (:foreground ,ip-cream-light :background 
,ip-green-bright :weight bold))))
-   `(ediff-fine-diff-C ((t (:foreground ,ip-cream-light :background 
,ip-cyan-mid :weight bold))))
+   `(ediff-fine-diff-C ((t (:foreground ,ip-cream-light :background 
,ip-cyan-bright :weight bold))))
    `(ediff-odd-diff-A ((t (:background ,ip-slate-dark+15.7))))
    `(ediff-odd-diff-Ancestor ((t (:background ,ip-slate-dark+15.7))))
    `(ediff-odd-diff-B ((t (:background ,ip-slate-dark+15.7))))
@@ -274,27 +274,27 @@
    `(dired-symlink ((t (:foreground ,ip-yellow-bright :bold t))))
    `(dired-broken-symlink ((t (:foreground ,ip-yellow-bright :background 
,ip-red-dark :bold t))))
 
-   `(w3m-anchor ((t (:foreground ,ip-pink-dark))))
-   `(info-xref ((t (:foreground ,ip-cyan-mid))))
-   `(info-menu-star ((t (:foreground ,ip-cyan-mid))))
+   `(w3m-anchor ((t (:foreground ,ip-pink-bright))))
+   `(info-xref ((t (:foreground ,ip-cyan-bright))))
+   `(info-menu-star ((t (:foreground ,ip-cyan-bright))))
    `(message-cited-text ((t (:foreground ,ip-orange-bright))))
    '(gnus-cite-face-1 ((t (:foreground "#708090"))))
    `(gnus-cite-face-2 ((t (:foreground ,ip-orange-light))))
    '(gnus-cite-face-3 ((t (:foreground "#ad7fa8"))))
    '(gnus-cite-face-4 ((t (:foreground "#4090904"))))
-   `(gnus-group-mail-1-empty-face ((t (:foreground ,ip-pink-dark))))
-   `(gnus-group-mail-1-face ((t (:foreground ,ip-pink-dark :bold t))))
-   `(gnus-group-mail-2-empty-face ((t (:foreground ,ip-cyan-mid))))
-   `(gnus-group-mail-2-face ((t (:foreground ,ip-cyan-mid :bold t))))
+   `(gnus-group-mail-1-empty-face ((t (:foreground ,ip-pink-bright))))
+   `(gnus-group-mail-1-face ((t (:foreground ,ip-pink-bright :bold t))))
+   `(gnus-group-mail-2-empty-face ((t (:foreground ,ip-cyan-bright))))
+   `(gnus-group-mail-2-face ((t (:foreground ,ip-cyan-bright :bold t))))
    '(gnus-group-mail-3-empty-face ((t (:foreground "#506dbd"))))
    `(gnus-group-mail-3-face ((t (:foreground ,ip-orange-bright :bold t))))
    `(gnus-group-mail-3 ((t (:foreground ,ip-orange-bright :bold t))))
    `(gnus-group-mail-low-empty-face ((t (:foreground ,ip-slate-lite+17.7))))
    `(gnus-group-mail-low-face ((t (:foreground,ip-slate-lite+17.7 :bold t))))
-   `(gnus-group-news-1-empty-face ((t (:foreground ,ip-pink-dark))))
-   `(gnus-group-news-1-face ((t (:foreground ,ip-pink-dark :bold t))))
-   `(gnus-group-news-2-empty-face ((t (:foreground ,ip-cyan-mid))))
-   `(gnus-group-news-2-face ((t (:foreground ,ip-cyan-mid :bold t))))
+   `(gnus-group-news-1-empty-face ((t (:foreground ,ip-pink-bright))))
+   `(gnus-group-news-1-face ((t (:foreground ,ip-pink-bright :bold t))))
+   `(gnus-group-news-2-empty-face ((t (:foreground ,ip-cyan-bright))))
+   `(gnus-group-news-2-face ((t (:foreground ,ip-cyan-bright :bold t))))
    '(gnus-group-news-3-empty-face ((t (:foreground "#506dbd"))))
    '(gnus-group-news-3-empty ((t (:foreground "#506dbd"))))
    `(gnus-group-news-3-face ((t (:foreground ,ip-orange-bright :bold t))))
@@ -303,16 +303,16 @@
    '(gnus-header-name-face ((t (:foreground "#ab60ed" :bold t))))
    `(gnus-header-from ((t (:foreground ,ip-orange-bright :bold t))))
    `(gnus-header-subject ((t (:foreground ,ip-blue-bright))))
-   `(gnus-header-content ((t (:foreground ,ip-cyan-mid :italic t))))
+   `(gnus-header-content ((t (:foreground ,ip-cyan-bright :italic t))))
    `(gnus-header-newsgroups-face ((t (:foreground ,ip-pink-light :bold t 
:italic t))))
    '(gnus-signature-face ((t (:foreground "#708090" :italic t))))
    `(gnus-summary-cancelled-face ((t (:foreground ,ip-orange-bright))))
    `(gnus-summary-cancelled ((t (:foreground ,ip-orange-bright))))
    '(gnus-summary-high-ancient-face ((t (:foreground "#ab60ed" :bold t))))
-   `(gnus-summary-high-read-face ((t (:foreground ,ip-pink-dark :bold t))))
+   `(gnus-summary-high-read-face ((t (:foreground ,ip-pink-bright :bold t))))
    `(gnus-summary-high-ticked-face ((t (:foreground ,ip-red-mid :bold t))))
    `(gnus-summary-high-unread-face ((t (:foreground ,ip-brown-light :bold t))))
-   `(gnus-summary-low-ancient-face ((t (:foreground ,ip-pink-dark :italic t))))
+   `(gnus-summary-low-ancient-face ((t (:foreground ,ip-pink-bright :italic 
t))))
    '(gnus-summary-low-read-face ((t (:foreground "#ab60ed" :italic t))))
    `(gnus-summary-low-ticked-face ((t (:foreground ,ip-red-mid :italic t))))
    `(gnus-summary-low-unread-face ((t (:foreground ,ip-brown-light :italic 
t))))
@@ -326,12 +326,12 @@
    '(message-header-name-face ((t (:foreground "#ab60ed"))))
    '(message-header-name ((t (:foreground "#ab60ed"))))
    `(message-header-newsgroups-face ((t (:foreground ,ip-pink-light :bold t 
italic t))))
-   `(message-header-other-face ((t (:foreground ,ip-cyan-mid))))
-   `(message-header-other ((t (:foreground ,ip-cyan-mid))))
-   `(message-header-xheader-face ((t (:foreground ,ip-cyan-mid))))
+   `(message-header-other-face ((t (:foreground ,ip-cyan-bright))))
+   `(message-header-other ((t (:foreground ,ip-cyan-bright))))
+   `(message-header-xheader-face ((t (:foreground ,ip-cyan-bright))))
    `(message-header-subject ((t (:foreground ,ip-blue-bright))))
    `(message-header-to ((t (:foreground ,ip-orange-bright))))
-   `(message-header-cc ((t (:foreground ,ip-cyan-mid))))
+   `(message-header-cc ((t (:foreground ,ip-cyan-bright))))
    `(font-latex-bold-face ((t (:foreground ,ip-orange-bright))))
    `(font-latex-italic-face ((t (:foreground ,ip-blue-bright :italic t))))
    '(font-latex-string-face ((t (:foreground "#708090"))))
@@ -344,7 +344,7 @@
    ;; Org-Mode.
    '(org-hide ((t (:foreground "#708090"))))
    `(org-level-1 ((t (:foreground ,ip-slate-lite+17.7 :height 1.0 :bold t))))
-   `(org-level-2 ((t (:foreground ,ip-cyan-mid :height 1.0 :bold nil))))
+   `(org-level-2 ((t (:foreground ,ip-cyan-bright :height 1.0 :bold nil))))
    `(org-level-3 ((t (:foreground ,ip-orange-light :height 1.0 :bold t))))
    `(org-level-4 ((t (:foreground ,ip-red-mid :height 1.0 :bold nil))))
    `(org-date ((t (:underline t :foreground ,ip-brown-bright))))
@@ -357,16 +357,16 @@
    '(org-quote ((t (:inherit org-block :slant italic))))
    '(org-verse ((t (:inherit org-block :slant italic))))
    `(org-todo ((t (:foreground ,ip-red-mid :bold t))))
-   `(org-done ((t (:foreground ,ip-cyan-mid :bold t))))
-   `(org-warning ((t (:underline t :foreground ,ip-cyan-mid))))
+   `(org-done ((t (:foreground ,ip-cyan-bright :bold t))))
+   `(org-warning ((t (:underline t :foreground ,ip-cyan-bright))))
    `(org-agenda-structure ((t (:weight bold :foreground ,ip-red-mid))))
-   `(org-agenda-date ((t (:foreground ,ip-cyan-mid))))
+   `(org-agenda-date ((t (:foreground ,ip-cyan-bright))))
    `(org-agenda-date-weekend ((t (:weight normal 
:foreground,ip-slate-lite+17.7))))
    `(org-agenda-date-today ((t (:weight bold :foreground ,ip-orange-bright))))
 
    ;; reStructuredText.
    `(rst-external ((t (:foreground ,ip-pink-light))))
-   `(rst-definition ((t (:foreground ,ip-cyan-mid))))
+   `(rst-definition ((t (:foreground ,ip-cyan-bright))))
    `(rst-directive ((t (:foreground ,ip-blue-bright))))
    '(rst-emphasis1 ((t (:italic t))))
    '(rst-emphasis2 ((t (:weight bold t))))
@@ -420,11 +420,11 @@
    `(lsp-face-semhl-comment ((t (:foreground ,ip-grey+25))))
 
    ;; Without this, inherit from `font-lock-type-face' face which isn't so 
nice.
-   `(lsp-face-semhl-interface ((t (:foreground ,ip-pink-dark))))
+   `(lsp-face-semhl-interface ((t (:foreground ,ip-pink-bright))))
    `(lsp-face-semhl-parameter ((t (:foreground ,ip-cream-light))))
    `(lsp-face-semhl-variable ((t (:foreground ,ip-cream-light))))
    `(lsp-face-semhl-constant ((t (:foreground ,ip-cream-light))))
-   `(lsp-face-semhl-function ((t (:foreground ,ip-pink-dark))))
+   `(lsp-face-semhl-function ((t (:foreground ,ip-pink-bright))))
 
    ;; `dap-mode' (melpa).
    `(dap-ui-marker-face ((t (:background ,ip-slate-dark+7.6))))

Reply via email to