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

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

[nongnu] elpa/inkpot-theme b6603694e1 060/104: Use line number color for


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme b6603694e1 060/104: Use line number color for xref mode
Date: Thu, 7 Jul 2022 12:01:12 -0400 (EDT)

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

    Use line number color for xref mode
---
 inkpot-theme.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index 3f3c3708c2..7708405c54 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -79,6 +79,10 @@
   '(isearch ((t (:bold t :foreground "#303030" :background "#ad7b57"))))
   '(lazy-highlight ((t (:foreground "#303030" :background "#ad7b57"))))
   '(isearch-fail ((t (:foreground "#ffffff" :background "#ce4e4e"))))
+
+  ;; xref mode.
+  '(xref-line-number ((t (:background "#2e2e2e" :foreground "#8b8bcd"))))
+
   '(header-line ((t (:bold t :foreground "#b9b9b9" :background "#3e3e5e" :box 
(:line-width -1 :color "#7070a0")))))
   '(header-line-inactive ((t (:bold t :foreground "#708090" :background 
"#3e3e5e" :box (:line-width -1 :color "#7070a0")))))
   '(mode-line ((t (:bold t :foreground "#b9b9b9" :background "#3e3e5e" :box 
(:line-width -1 :color "#7070a0")))))



reply via email to

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