branch: elpa/ample-theme
commit daa9b1426409e81c7f1ae7d2fbe6070a9f6fe07a
Author: unknown <[email protected]>
Commit: unknown <[email protected]>
twittering specs
---
ample-theme.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/ample-theme.el b/ample-theme.el
index f59bdf0..3cb8b62 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -493,6 +493,11 @@
`(gnus-summary-normal-unread ((t (:foreground
,ample/light-blue :background nil))))
`(gnus-summary-selected ((t (:foreground nil
:background nil :underline t))))
+ `(twittering-timeline-footer-face ((t (:foreground nil :background nil
:inherit font-lock-function-name-face))))
+ `(twittering-timeline-header-face ((t (:foreground nil :background nil
:inherit font-lock-function-name-face))))
+ `(twittering-uri-face ((t (:foreground nil :background nil
:underline t))))
+ `(twittering-username-face ((t (:foreground nil :background nil
:inherit font-lock-keyword-face :underline t))))
+
;; whitespace mode
`(whitespace-empty ((t (:foreground ,ample/gray
:background "gray10"))))
`(whitespace-hspace ((t (:foreground ,ample/gray
:background "grey11"))))