[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
- [nongnu] elpa/inkpot-theme 141ff63129 028/104: Add highlight-indent-guides colors, (continued)
- [nongnu] elpa/inkpot-theme 141ff63129 028/104: Add highlight-indent-guides colors, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 56bf0523c0 056/104: Auto-format code, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 8b648afaaa 059/104: Update readme.rst, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme bc5052ac11 048/104: readme.rst: minor edits, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 52fcb8ffc3 050/104: Support emacs 26+ 'display-line-numbers-mode', ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme c23645020c 072/104: Add ediff color support, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 19d8c29f5c 074/104: Add extra font-lock faces for regex escaping, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 5d2f092100 080/104: Add colors for compilation mode, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme c58bc89269 076/104: Add screenshots to the readme.rst, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 0c8b2024fe 083/104: Add theme colors `error` & `show-paren-mismatch`, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 7c3a0a76fa 084/104: Cleanup: use uppercase GVIM,
ELPA Syncer <=
- [nongnu] elpa/inkpot-theme c3683aa99c 085/104: Add fancy-dabbrev mode colors, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme a7afa500f9 090/104: Add mode-line-active, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 9afc537af6 091/104: readme: correct typo, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 59056ef2e8 104/104: Change URL to codeberg, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 55bff806ca 095/104: Cleanup: remove deprecated reference face, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 0b7e425e82 103/104: Use ip-cyan-mid for markup face, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme f37c86b5b0 030/104: Add highlight-numbers color., ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme f971e12d89 025/104: Add description, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme b4c64705ff 026/104: Use RST for the Readme, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme ef56403352 066/104: Cleanup: remove old line number mode (pre 26.x), ELPA Syncer, 2022/07/07