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

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

[nongnu] elpa/gotham-theme 5d32deb799 123/214: Add Geiser support, ElDoc


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 5d32deb799 123/214: Add Geiser support, ElDoc color proposition
Date: Fri, 7 Jan 2022 17:58:47 -0500 (EST)

branch: elpa/gotham-theme
commit 5d32deb79916c92b9618e078bdc6de58725e3017
Author: Davor Rotim <rotim.davor@gmail.com>
Commit: Davor Rotim <rotim.davor@gmail.com>

    Add Geiser support, ElDoc color proposition
---
 gotham-theme.el | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 9e0bc2bf9e..2614e4cfb4 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -225,6 +225,9 @@ depending on DISPLAY for keys which are either :foreground 
or
    (ediff-odd-diff-C :background base2)
    ;(ediff-odd-diff-Ancestor)
 
+   ;; eldoc
+   (eldoc-highlight-function-argument :foreground orange :weight bold)
+
    ;; eshell
    (eshell-prompt :foreground yellow :weight bold)
    (eshell-ls-archive :foreground magenta)
@@ -451,6 +454,13 @@ depending on DISPLAY for keys which are either :foreground 
or
    (erm-syn-errline :foreground red)
    (erm-syn-warnline :foreground orange)
 
+   ;; geiser
+   (geiser-font-lock-autodoc-current-arg :foreground orange)
+   (geiser-font-lock-autodoc-identifier :foreground magenta)
+   (geiser-font-lock-doc-link :foreground blue :underline t)
+   (geiser-font-lock-error-link :foreground cyan :underline t)
+   (geiser-font-lock-xref-link :foreground green :underline t)
+
    ;; helm
    (helm-bookmark-addressbook :foreground orange)
    (helm-bookmark-file :foreground cyan)



reply via email to

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