branch: elpa/alect-themes
commit 72ab2dc4ab7059182fec9ac14a1f45c762ba9cb6
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add `Info-quoted' face
---
alect-themes.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/alect-themes.el b/alect-themes.el
index 93c1462..7d02c24 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -830,6 +830,7 @@ For INVERT, see `alect-get-color'."
(info-menu-header ((,c :inherit alect-color-level-5 :height 1.1
:weight bold)))
(info-node ((,c :foreground ,(gc 'red+1))))
(info-menu-star ((,c :foreground ,(gc 'red))))
+ (Info-quoted ((,c :foreground ,(gc 'fg+2) :weight bold)))
;; ido-mode
(ido-first-match ((,c :weight bold)))