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

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

[nongnu] elpa/inkpot-theme f37c86b5b0 030/104: Add highlight-numbers col


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme f37c86b5b0 030/104: Add highlight-numbers color.
Date: Thu, 7 Jul 2022 12:01:07 -0400 (EDT)

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

    Add highlight-numbers color.
---
 inkpot-theme.el |  9 ++++++---
 readme.rst      | 18 ++++++------------
 2 files changed, 12 insertions(+), 15 deletions(-)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index b4ece82d65..8a42296cd7 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -156,15 +156,18 @@
 
         ;; Colors for popular plugins
 
-        ;; Ivy
+        ;; highlight-numbers (melpa)
+        '(highlight-numbers-number ((t (:foreground "#f0ad6d"))))
+
+        ;; ivy (melpa)
         '(ivy-current-match ((t (:background "#4e4e8f" :foreground 
"#ffffff"))))
         ;; highlight matching chars (same as isearch)
         '(ivy-minibuffer-match-face-2 ((t (:background "#ad7b57" :foreground 
"#303030"))))
 
-        ;; Helm
+        ;; helm (melpa)
         '(helm-selection ((t (:background "#2e2e37"))))
 
-        ;; Highlight Indent Guides
+        ;; highlight-indent-guides (melpa)
         '(highlight-indent-guides-odd-face ((t (:background "#252530"))))
         '(highlight-indent-guides-even-face ((t (:background "#1b1b24"))))
 
diff --git a/readme.rst b/readme.rst
index 021456b166..aed5520296 100644
--- a/readme.rst
+++ b/readme.rst
@@ -12,18 +12,12 @@ Notes
 
 Added extra faces for:
 
-- gnus.
-- org-mode.
-- ivy-mode.
-- helm-mode.
-- highlight-indent-guides.
-
-
-Differences the Original
-------------------------
-
-- Numbers currently don't use their own color
-  *(not supported by Emacs by default)*.
+- ``gnus``.
+- ``org-mode``.
+- ``ivy-mode``.
+- ``helm-mode``.
+- ``highlight-indent-guides``.
+- ``highlight-number`` *(needed to match the original themes number color)*.
 
 
 Additions, corrections, and improvements are most welcome.



reply via email to

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