diff options
| -rw-r--r-- | aircon-theme.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aircon-theme.el b/aircon-theme.el index ac780a2..8821e4d 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -254,6 +254,11 @@ '(magit-process-ok ((t (:inherit (success))))) '(magit-process-ng ((t (:inherit (error))))) + '(transient-key-exit ((t (:inherit (error))))) + '(transient-key-noop ((t (:inherit (shadow))))) + '(transient-key-return ((t (:inherit (warning))))) + '(transient-key-stay ((t (:inherit (success))))) + '(dired-directory ((t (:inherit (aircon-cello bold))))) '(dired-header ((t (:inherit (dired-directory))))) '(dired-symlink ((t (:inherit (italic link))))) |
