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

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

[nongnu] elpa/inkpot-theme 7c3a0a76fa 084/104: Cleanup: use uppercase GV


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 7c3a0a76fa 084/104: Cleanup: use uppercase GVIM
Date: Thu, 7 Jul 2022 12:01:29 -0400 (EDT)

branch: elpa/inkpot-theme
commit 7c3a0a76fa00db41a4d3d990cc98a1c6b088df3d
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Cleanup: use uppercase GVIM
---
 inkpot-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 62716b8623..2f65de6e98 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -118,11 +118,11 @@
    `(default ((t (:background ,ip-slate-dark :foreground ,ip-cream-light))))
    '(default-italic ((t (:italic t))))
    `(cursor ((t (:background ,ip-blue-bright+1.6))))
-   `(escape-glyph ((t (:foreground ,ip-slate-lite+17.7)))) ;; Not matching 
gvim, just nice color.
+   `(escape-glyph ((t (:foreground ,ip-slate-lite+17.7)))) ;; Not matching 
GVIM, just nice color.
    `(fringe ((t (:background ,ip-grey+18 :foreground ,ip-slate-lite+17.7))))
    `(highlight ((t (:background ,ip-grey+25))))
    `(region ((t (:background ,ip-slate-mid :foreground ,ip-white))))
-   ;; Match gvim secondary selection (which is the background inverted).
+   ;; Match GVIM secondary selection (which is the background inverted).
    `(secondary-selection ((t (:foreground ,ip-slate-dark-inverted 
:inverse-video t))))
    ;; Success output.
    `(success ((t (:foreground ,ip-green-bright))))
@@ -154,7 +154,7 @@
    `(font-lock-regexp-grouping-backslash ((t (:foreground ,ip-pink-dark 
:weight bold))))
 
    ;; Mode line.
-   ;; Follow gvim, inactive mode-line isn't bold.
+   ;; Follow GVIM, inactive mode-line isn't bold.
    `(header-line ((t (:bold t :foreground ,ip-grey+73 :background 
,ip-slate-dark+15.7
                             :box (:line-width -1 :color ,ip-slate-light)))))
    `(header-line-inactive ((t (:foreground ,ip-grey+73 :background 
,ip-slate-dark+15.7



reply via email to

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