[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/inkpot-theme ebcc088c35 042/104: Add original colors for r
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/inkpot-theme ebcc088c35 042/104: Add original colors for reference |
Date: |
Thu, 7 Jul 2022 12:01:07 -0400 (EDT) |
branch: elpa/inkpot-theme
commit ebcc088c354c518cfb884bf6b85432ebaddf6f58
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>
Add original colors for reference
---
inkpot-theme.el | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/inkpot-theme.el b/inkpot-theme.el
index 05ec4b7ddc..46373cf222 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -28,6 +28,19 @@
;;; Code:
+;; Colors from original Vim theme (for reference)
+;; as of https://github.com/ciaranm/inkpot (Feb 11, 2013)
+;; #000000 #00ff8b #1e1e27 #2e2e2e #2e2e37 #2e2e3f
+;; #303030 #306b8f #306d30 #3b205d #3e3e5e #404040
+;; #409090 #4a2a4a #4b208f #4e4e8f #66cccc #6d3030
+;; #6e2e2e #6e6eaf #7070a0 #7e7eae #808bed #8b8bcd
+;; #8b8bff #8fff8b #ad600b #ad7b20 #ad7b57 #af4f4b
+;; #b9b9b9 #c080d0 #cc6666 #cc66cc #cccc66 #cd8b00
+;; #cd8b60 #ce4e4e #ce8e4e #cfbfad #cfcfcd #d0a060
+;; #df9f2d #eeeeee #f0ad6d #fdab60 #fdd090 #ff8bff
+;; #ffcd00 #ffcd8b #ffffcd #ffffff
+
+
(deftheme inkpot "Dark color scheme with bright easily identifiable colors.")
(custom-theme-set-faces
- [nongnu] branch elpa/inkpot-theme created (now 59056ef2e8), ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 3b44d080dc 002/104: Update README.md, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 243a2c29ea 023/104: Fix package meta comment, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme ebcc088c35 042/104: Add original colors for reference,
ELPA Syncer <=
- [nongnu] elpa/inkpot-theme 58e9f562e0 067/104: Cleanup: order font-lock first, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 2fee11a253 065/104: Update comments, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme b992c0996b 044/104: Org-Mode: use string colors for code & verbatim, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 47df7a4a80 055/104: mode-line: remove mode-line buffer id, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 1c8d726b3f 077/104: Add changelog, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme e8ae7b2345 082/104: readme: tweak melpa link, heading levels, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme d82680ab7a 088/104: Cleanup: checkdoc warnigns, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme 62505aeb1c 092/104: Add `scroll-bar` face, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme b0e46fd9e1 101/104: Fix swiper-line-face rendering comments unreadable, ELPA Syncer, 2022/07/07
- [nongnu] elpa/inkpot-theme ed488fcbc8 058/104: Add lsp face write, ELPA Syncer, 2022/07/07