feat(navigation): use helm-posframe

This commit is contained in:
2021-06-17 20:16:52 +01:00
parent 93c22e1bb9
commit 63b5441deb
3 changed files with 18 additions and 2 deletions

View File

@@ -174,5 +174,17 @@
:defer t
:after (helm-global-bindings))
(use-package helm-posframe
:custom
(helm-posframe-border-width 3)
(helm-posframe-height nil)
(helm-posframe-min-height 70)
(helm-posframe-width 400)
(helm-posframe-min-width nil)
:config
(when window-system
(helm-posframe-enable)))
(provide 'siren-helm)
;;; siren-helm.el ends here

View File

@@ -85,6 +85,7 @@
("helm-describe-modes" . "11fb36af119b784539d31c6160002de1957408aa")
("helm-lsp" . "c2c6974dadfac459b1a69a1217441283874cea92")
("helm-make" . "ebd71e85046d59b37f6a96535e01993b6962c559")
("helm-posframe" . "2412e5b3c584c7683982a7e9cfa10a67427f2567")
("helm-projectile" . "58123f14c392021714fc5d23b9f95c7f95ce07f1")
("helm-swoop" . "1b3285791f1dc1fde548fe67aec07214d698fd57")
("helpful" . "7e4b1f0d5572a4e2b8ee7a9b084ef863d0315a73")

View File

@@ -18,7 +18,7 @@
'siren-doom-themes-overrides
`(font-lock-variable-name-face ((t (:foreground ,(doom-lighten 'blue 0.25)))))
`(vertical-border ((t ( :foreground ,(doom-darken 'vertical-bar 0.5)
`(vertical-border ((t ( :foreground ,(doom-darken 'vertical-bar 0.4)
:background ,(doom-color 'bg) ))))
`(font-lock-comment-face ((t ( :foreground ,(doom-lighten 'comments 0.15) ))))
@@ -112,7 +112,10 @@
`(selectrum-prescient-secondary-highlight ((t ( :inherit 'selectrum-prescient-primary-highlight
:background nil
:foreground ,(doom-blend 'magenta 'red 0.6)
:weight 'bold)))))
:weight 'bold))))
;; helm
`(helm-posframe-border ((t ( :background ,(doom-color 'dark-blue) )))))
(custom-theme-set-variables
'siren-doom-themes-overrides