diff options
| author | 2020-03-06 22:33:00 -0800 | |
|---|---|---|
| committer | 2020-03-06 22:33:00 -0800 | |
| commit | 4a5d6c1ad6dfb931e5909c434a0e22866cc0ddbc (patch) | |
| tree | 53e086a3ce3561315f968a37431a7f911ae48479 | |
| parent | 70365870ff823b954aa85972217d8f116c45d939 (diff) | |
| download | yoshi-theme-4a5d6c1ad6dfb931e5909c434a0e22866cc0ddbc.tar.gz yoshi-theme-4a5d6c1ad6dfb931e5909c434a0e22866cc0ddbc.zip | |
Add faces and variables for ‘ivy-posframe’
| -rw-r--r-- | CHANGELOG.org | 5 | ||||
| -rw-r--r-- | yoshi-theme.el | 6 |
2 files changed, 10 insertions, 1 deletions
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 |
