branch: elpa/apropospriate-theme
commit 68145a891348cb74db5209548c74dbc8a80e6902
Author: Jeff Hertzler <[email protected]>
Commit: justin talbott <[email protected]>
add linum-relative-current-face
---
apropospriate.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/apropospriate.el b/apropospriate.el
index 36e2fa3..3dfd302 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -115,6 +115,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(auto-dim-other-buffers-face ((,class (:background ,base00+1))))
`(fringe ((,class (:background ,base00+1 :foreground ,base02))))
`(linum ((,class (:inherit fringe :foreground ,base01))))
+ `(linum-relative-current-face ((,class (:inherit fringe :foreground
,base02))))
`(vertical-border ((,class (:foreground ,base00+3))))
`(widget-button ((,class (:underline t))))
`(widget-field ((,class (:background ,base02 :box (:line-width 1 :color
,base03)))))