branch: elpa/ample-theme
commit ceaaeef390b9dd8d78a64ef02833c004c69f48ca
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
man faces
---
ample-theme.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/ample-theme.el b/ample-theme.el
index ae688bc..5900e38 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -121,7 +121,10 @@
`(ido-first-match ((t (:foreground ,ample/blue))))
`(ido-incomplete-regexp ((t (:foreground ,ample/red))))
`(ido-subdir ((t (:foreground ,ample/yellow))))
-
+
+ ;; man pages
+ `(Man-overstrike ((t (:foreground ,ample/blue))))
+ `(Man-underline ((t (:foreground ,ample/yellow))))
;; trailing whitespace
`(trailing-whitespace ((t (:background "white" :bold t))))))