mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-02-24 19:43:26 +01:00
Add faces and variables for ‘ivy-posframe’
This commit is contained in:
parent
70365870ff
commit
4a5d6c1ad6
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue