Compare commits

..

4 Commits

Author SHA1 Message Date
a97d5d5f56 Add faces for tempel 2023-11-07 12:26:10 -05:00
3f2b42f2a4 Add faces for orderless 2023-11-07 12:26:05 -05:00
4677160515 Add missing parens 2023-11-07 12:25:59 -05:00
057c393133 Bump patch version number 2023-10-16 13:47:09 -04:00

View File

@ -3,7 +3,7 @@
;; Author: Jessie Hildebrandt <jessieh.net> ;; Author: Jessie Hildebrandt <jessieh.net>
;; Homepage: https://gitlab.com/jessieh/adwaita-dark-theme ;; Homepage: https://gitlab.com/jessieh/adwaita-dark-theme
;; Keywords: mode-line faces ;; Keywords: mode-line faces
;; Version: 1.1.0 ;; Version: 1.1.1
;; Package-Requires: ((emacs "27.1")) ;; Package-Requires: ((emacs "27.1"))
;; ;;
;; This file is not part of GNU Emacs. ;; This file is not part of GNU Emacs.
@ -215,7 +215,7 @@
`(link-visited ((,class (:foreground ,magenta :underline t :weight bold)))) `(link-visited ((,class (:foreground ,magenta :underline t :weight bold))))
`(escape-glyph ((,class (:foreground ,pink)))) `(escape-glyph ((,class (:foreground ,pink))))
`(homoglyph ((,class (:inherit escape-glyph)))) `(homoglyph ((,class (:inherit escape-glyph))))
`(widget-single-line-field ((,class :background ,base-5))) `(widget-single-line-field ((,class (:background ,base-5))))
`(widget-field ((,class (:inherit widget-single-line-field :extend t)))) `(widget-field ((,class (:inherit widget-single-line-field :extend t))))
;; font-lock ;; font-lock
@ -785,6 +785,12 @@
`(nlinum-hl-face ((,class (:inherit line-number-current-line)))) `(nlinum-hl-face ((,class (:inherit line-number-current-line))))
`(nlinum-relative-current-face ((,class (:inherit line-number-current-line)))) `(nlinum-relative-current-face ((,class (:inherit line-number-current-line))))
;; orderless
`(orderless-match-face-0 ((,class (:inherit completions-common-part))))
`(orderless-match-face-1 ((,class (:inherit orderless-match-face-0))))
`(orderless-match-face-2 ((,class (:inherit orderless-match-face-0))))
`(orderless-match-face-3 ((,class (:inherit orderless-match-face-0))))
;; popup ;; popup
`(popup-face ((,class (:background ,base-3 :foreground ,base-8)))) `(popup-face ((,class (:background ,base-3 :foreground ,base-8))))
`(popup-tip-face ((,class (:inherit tooltip)))) `(popup-tip-face ((,class (:inherit tooltip))))
@ -827,6 +833,11 @@
`(swiper-match-face-3 ((,class (:background ,magenta :foreground ,base-0 :weight bold)))) `(swiper-match-face-3 ((,class (:background ,magenta :foreground ,base-0 :weight bold))))
`(swiper-match-face-4 ((,class (:background ,green :foreground ,base-0 :weight bold)))) `(swiper-match-face-4 ((,class (:background ,green :foreground ,base-0 :weight bold))))
;; tempel
`(tempel-form ((,class (:foreground unspecified))))
`(tempel-field ((,class (:foreground unspecified))))
`(tempel-default ((,class (:foreground unspecified :underline t))))
;; transient ;; transient
`(transient-heading ((,class (:foreground ,base-8 :weight bold)))) `(transient-heading ((,class (:foreground ,base-8 :weight bold))))
`(transient-key ((,class (:inherit help-key-binding)))) `(transient-key ((,class (:inherit help-key-binding))))