From 4a5d6c1ad6dfb931e5909c434a0e22866cc0ddbc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 6 Mar 2020 22:33:00 -0800 Subject: [PATCH] =?UTF-8?q?Add=20faces=20and=20variables=20for=20=E2=80=98?= =?UTF-8?q?ivy-posframe=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.org | 5 +++++ yoshi-theme.el | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 3252c2a..61f8b6e 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -10,6 +10,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. * COMMENT [[https://github.com/ryuslash/yoshi-theme/compare/v6.2.0...HEAD][Unreleased]] +** ADDED Colors and variables for ivy-posframe + + Add the ivy-posframe faces: ~ivy-posframe~, ~ivy-posframe-border~, + ~ivy-posframe-border-width~, ~ivy-posframe-style~. + * [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05 :PROPERTIES: :CUSTOM_ID: release-6.2.0 diff --git a/yoshi-theme.el b/yoshi-theme.el index ae2d4f5..02a202d 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -286,6 +286,8 @@ `(ivy-minibuffer-match-face-2 ((t (:background unspecified :weight bold)))) `(ivy-minibuffer-match-face-3 ((t (:background unspecified :weight bold)))) `(ivy-minibuffer-match-face-4 ((t (:background unspecified :weight bold)))) + `(ivy-posframe ((t (:background ,bgdim :foreground ,fgdefault :inherit unspecified)))) + `(ivy-posframe-border ((t (:background ,bgdim :inherit unspecified)))) ;;; Jabber `(jabber-activity-face ((t (:foreground ,fgred :weight unspecified)))) @@ -520,7 +522,9 @@ `(fci-rule-color ,bgred) '(org-fontify-whole-heading-line t) '(window-divider-mode t) - '(window-divider-default-right-width 1))) + '(window-divider-default-right-width 1) + '(ivy-posframe-border-width 15) + '(ivy-posframe-style 'frame-bottom-window-center))) ;;;###autoload (and load-file-name