Skip to content

Commit

Permalink
2.1.8 add support for vline
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Sep 22, 2022
1 parent 76e3794 commit d8aee0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion soothe-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Jason Milkins <jasonm23@gmail.com>
;; Maintainer: Jason Milkins <jasonm23@gmail.com>
;; URL: https://github.com/emacsfodder/emacs-soothe-theme
;; Version: 2.1.7
;; Version: 2.1.8
;; Package-Requires: ((emacs "24.3") (autothemer "0.2"))
;;
;; This file is not part of GNU Emacs.
Expand Down
4 changes: 3 additions & 1 deletion soothe-tva.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Jason Milkins <jasonm23@gmail.com>
;; Maintainer: Jason Milkins <jasonm23@gmail.com>
;; URL: https://github.com/emacsfodder/emacs-soothe-theme
;; Version: 2.1.7
;; Version: 2.1.8
;; Package-Requires: ((emacs "24.3") (autothemer "0.2"))
;;
;; This file is not part of GNU Emacs.
Expand Down Expand Up @@ -456,6 +456,8 @@
(vertico-posframe-border-2 (:background soothe-alt-background))
(vertico-posframe-border-3 (:background soothe-background-2))
(vertico-posframe-border-4 (:background soothe-background-3))
(vline (:background soothe-bg-turquoise))
(vline-visual (:background soothe-bg-turquoise))
(warning (:foreground soothe-orange-2 :weight 'bold))
(web-mode-doctype-face (:foreground soothe-foreground-2 :weight 'bold))
(web-mode-html-attr-equal-face (:inherit 'default))
Expand Down

0 comments on commit d8aee0f

Please sign in to comment.