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

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

[nongnu] elpa/inkpot-theme 95c572fbbb 039/104: Theme link, button and es


From: ELPA Syncer
Subject: [nongnu] elpa/inkpot-theme 95c572fbbb 039/104: Theme link, button and escape glyph
Date: Thu, 7 Jul 2022 12:01:07 -0400 (EDT)

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

    Theme link, button and escape glyph
---
 inkpot-theme.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/inkpot-theme.el b/inkpot-theme.el
index b83e2c7947..957e33928b 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -43,6 +43,12 @@
  '(cursor ((t (:background "#8b8bff" :foreground "#cfdfef"))))
  '(show-paren-match ((t (:background "#4e4e8f"))))
  '(show-paren-match-face ((t (:background "#4e4e8f"))))
+ '(link ((t (:foreground "#ff8bff"))))
+ '(link-visited ((t (:foreground "#cb6ecbv"))))  ; not a vim color, just a 
little darker
+
+ ; additions that fit in with the general theme
+ '(button ((t (:underline t :foreground "#ff8bff"))))
+ '(escape-glyph ((t (:foreground "#8b8bcd"))))   ; not matching gvim, just 
nice color
 
  ; isearch
  ;



reply via email to

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