branch: elpa/alect-themes
commit da7305075d292cc1909bf26dc5634bc3cc8d2603
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add support for 'transient'
---
README.md | 1 +
alect-themes.el | 23 ++++++++++++++++++++++-
2 files changed, 23 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d69b09b..b77285c 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,7 @@ supported (themed):
- [sunrise-commander](https:/github.com/escherdragon/sunrise-commander)
- [syslog](https:/github.com/vapniks/syslog-mode)
- [tabbar](https:/github.com/dholm/tabbar)
+- [transient](https://github.com/magit/transient)
- [w3m](http://emacs-w3m.namazu.org/)
- [winum](https://github.com/deb0ch/emacs-winum)
diff --git a/alect-themes.el b/alect-themes.el
index 792569a..a98ac45 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1,6 +1,6 @@
;;; alect-themes.el --- Configurable light, dark and black themes for Emacs 24
or later -*- lexical-binding: t -*-
-;; Copyright (C) 2013–2018 Alex Kost
+;; Copyright © 2013–2019 Alex Kost
;; Author: Alex Kost <[email protected]>
;; Created: 10 Jul 2013
@@ -1657,6 +1657,27 @@ For INVERT, see `alect-get-color'."
;; texinfo
(texinfo-heading ((,c :inherit alect-title)))
+ ;; transient
+ (transient-heading ((,c :inherit alect-title)))
+ (transient-key ((,c :inherit alect-key)))
+ (transient-unreachable ((,c :foreground ,(gc 'fg-2))))
+ (transient-unreachable-key ((,c :inherit (transient-unreachable
+ alect-key))))
+ (transient-nonstandard-key ((,c :inherit alect-key
+ :foreground ,(gc 'yellow))))
+ (transient-mismatched-key ((,c :inherit (error
+ alect-key))))
+ (transient-separator ((,c :background ,(gc 'gray))))
+ (transient-argument ((,c :foreground ,(gc 'blue-2)
+ :weight bold)))
+ (transient-value ((,c :inherit (italic
+
font-lock-string-face))))
+ (transient-inactive-argument ((,c :inherit shadow)))
+ (transient-inactive-value ((,c :inherit
(transient-inactive-argument
+ transient-value))))
+ (transient-disabled-suffix ((,c :background ,(gc 'red-bg))))
+ (transient-enabled-suffix ((,c :background ,(gc 'green-bg))))
+
;; tuareg
(tuareg-font-lock-governing-face ((,c :foreground ,(gc 'fg+2)
:weight bold)))