diff --git a/modules/navigation/siren-helm.el b/modules/navigation/siren-helm.el index ca4c152..87229a3 100755 --- a/modules/navigation/siren-helm.el +++ b/modules/navigation/siren-helm.el @@ -43,11 +43,12 @@ (helm-display-header-line t) (helm-echo-input-in-header-line t) (helm-file-name-case-fold-search 'smart) - (helm-follow-mode-persistent t) - (helm-full-frame nil) + (helm-follow-mode-persistent nil) + (helm-full-frame t) (helm-show-completion-display-function 'helm-display-buffer-in-own-frame) - (helm-split-window-default-side 'below) + (helm-split-window-default-side 'above) (helm-split-window-inside-p nil) + (helm-use-undecorated-frame-option t) :init (defvar siren-helm--did-hide-neotree nil) diff --git a/themes/siren-doom-themes-overrides-theme.el b/themes/siren-doom-themes-overrides-theme.el index 4cee84a..47de394 100644 --- a/themes/siren-doom-themes-overrides-theme.el +++ b/themes/siren-doom-themes-overrides-theme.el @@ -123,6 +123,9 @@ `(orderless-match-face-3 ((t ( :foreground ,(doom-blend 'magenta 'red 0.7) )))) ;; helm + `(helm-selection ((t ( :inherit 'bold + :background ,(doom-blend 'violet 'bg 0.2) + :extend t )))) `(helm-posframe-border ((t ( :background ,(doom-color 'dark-blue) ))))) (custom-theme-set-variables