From d8aee0fca549d535ebb7b5fd1a8017f12925d16b Mon Sep 17 00:00:00 2001 From: jasonm23 Date: Thu, 22 Sep 2022 10:49:51 +0700 Subject: [PATCH] 2.1.8 add support for vline --- soothe-theme.el | 2 +- soothe-tva.el | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/soothe-theme.el b/soothe-theme.el index 20bb4b1..3346f54 100644 --- a/soothe-theme.el +++ b/soothe-theme.el @@ -5,7 +5,7 @@ ;; Author: Jason Milkins ;; Maintainer: Jason Milkins ;; 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. diff --git a/soothe-tva.el b/soothe-tva.el index 3f253eb..a6179d3 100644 --- a/soothe-tva.el +++ b/soothe-tva.el @@ -5,7 +5,7 @@ ;; Author: Jason Milkins ;; Maintainer: Jason Milkins ;; 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. @@ -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))