branch: elpa/alect-themes
commit f61eec647abd9981139c720811e1c4e2501f250c
Author: Fredrik Nyqvist <[email protected]>
Commit: Fredrik Nyqvist <[email protected]>
Add support for winum
---
README.md | 1 +
alect-themes.el | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/README.md b/README.md
index b9e13da..d69b09b 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,7 @@ supported (themed):
- [syslog](https:/github.com/vapniks/syslog-mode)
- [tabbar](https:/github.com/dholm/tabbar)
- [w3m](http://emacs-w3m.namazu.org/)
+- [winum](https://github.com/deb0ch/emacs-winum)
The other packages are not supported yet even if there are some
customized faces (these faces left from [other themes](#history)). So
diff --git a/alect-themes.el b/alect-themes.el
index 5d024f1..7fc9913 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1719,6 +1719,10 @@ For INVERT, see `alect-get-color'."
(widget-single-line-field ((,c :foreground ,(gc 'fg)
:inherit widget-field)))
+ ;; winum
+ (winum-face ((,c :foreground ,(gc 'magenta)
+ :weight bold)))
+
;; woman
(woman-bold ((,c :inherit Man-overstrike)))
(woman-italic ((,c :inherit Man-underline))))