emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes f61eec6 258/269: Add support for winum


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes f61eec6 258/269: Add support for winum
Date: Thu, 21 Oct 2021 17:59:31 -0400 (EDT)

branch: elpa/alect-themes
commit f61eec647abd9981139c720811e1c4e2501f250c
Author: Fredrik Nyqvist <fredrik.nyqvist94@gmail.com>
Commit: Fredrik Nyqvist <fredrik.nyqvist94@gmail.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]