branch: elpa/alect-themes
commit 6ac9f6a8501eeda7360419675483e2ff57d96833
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add geiser faces
---
alect-themes.el | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index 87317bc..dd84d5a 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -717,6 +717,15 @@ For INVERT, see `alect-get-color'."
(font-lock-regexp-grouping-backslash ((,c :foreground ,(gc 'red+2))))
(font-lock-regexp-grouping-construct ((,c :foreground ,(gc
'yellow-1))))
+ ;; geiser
+ (geiser-font-lock-doc-title ((,c :inherit bold)))
+ (geiser-font-lock-doc-link ((,c :inherit link)))
+ (geiser-font-lock-doc-button ((,c :inherit button)))
+ (geiser-font-lock-xref-header ((,c :inherit bold)))
+ (geiser-font-lock-xref-link ((,c :inherit link)))
+ (geiser-font-lock-error-link ((,c :inherit (error link))))
+ (geiser-font-lock-autodoc-identifier ((,c :inherit
font-lock-keyword-face)))
+
;; git-commit
(git-commit-summary-face ((,c :weight bold)))
(git-commit-branch-face ((,c :inherit magit-branch)))