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

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

[nongnu] elpa/inkpot-theme 0a5f50c3aa 063/104: Add 'which-func' color.


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 0a5f50c3aa 063/104: Add 'which-func' color.
Date: Thu, 7 Jul 2022 12:01:14 -0400 (EDT)

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

    Add 'which-func' color.
---
 inkpot-theme.el | 3 +++
 readme.rst      | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 609912ce6d..e78dd564a7 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -104,6 +104,9 @@
   '(font-lock-variable-name-face ((t nil)))
   '(font-lock-warning-face ((t (:foreground "#ffffff" :background "#6e2e2e"))))
 
+  ;; which-func (shows in the mode-line).
+  '(which-func ((t (:bold t :foreground "#b9b9b9"))))
+
   ;; diff-mode
   ;;
   ;; Not from the inkpot palette, dark colors so we can see the refined colors 
properly.
diff --git a/readme.rst b/readme.rst
index 26cd0c1dca..406eefdf2d 100644
--- a/readme.rst
+++ b/readme.rst
@@ -46,6 +46,11 @@ Other:
 
    - ``diff-mode`` with refine colors for emacs 27+.
 
+Bundled Packages:
+   - ``which-func``
+   - ``white-space``
+   - ``xref``
+
 Plugins:
 
    - ``auto-complete``.



reply via email to

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