diff options
| author | tslil clingman <> | 2021-01-09 01:19:39 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2021-01-09 01:19:39 -0500 |
| commit | b3320832d427ea3fdfef9e4dc778ee5506424341 (patch) | |
| tree | 63bf9801811b75cba4660aa99f056deaef7aeac5 /emacs/inits/14-movement.el | |
| parent | 13c5ddc7fad7131b6e2e7dcaa669e980342b0b62 (diff) | |
Fixed frog-menu colours
Diffstat (limited to 'emacs/inits/14-movement.el')
| -rw-r--r-- | emacs/inits/14-movement.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/emacs/inits/14-movement.el b/emacs/inits/14-movement.el index 9963c1d..4752d02 100644 --- a/emacs/inits/14-movement.el +++ b/emacs/inits/14-movement.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2021-01-06 23:07:54 (tslil@bison)> +;; Time-stamp: <2021-01-09 01:19:05 (tslil@bison)> ;; ------------------------------------------------------------------- ;; Repeated key presses for region @@ -60,7 +60,14 @@ :ensure t :bind (("M-SPC" . frog-jump-buffer)) :config + (custom-set-faces + '(frog-menu-posframe-background-face ((t (:background "#282828")))) + '(frog-menu-action-keybinding-face ((t (:inherit link)))) + '(frog-menu-prompt-face ((t (:background "#b8bb26" :foreground "#282828")))) + '(frog-menu-border ((t (:background "dark orange")))) + '(frog-menu-candidates-face ((t (:inherit default))))) (setq frog-jump-buffer-ignore-buffers '("\\` " "*") + frog-menu-posframe-border-width 3 frog-menu-avy-keys '(?a ?r ?s ?t ?g ?k ?n ?e ?i ?o ?' ?q ?w ?f ?p ?b ?j ?l ?u ?y ?\; ?z ?x ?c ?d ?v ?m ?h ?, ?.))) |
