Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting #189

Open
AtomicNess123 opened this issue May 18, 2020 · 2 comments
Open

Formatting #189

AtomicNess123 opened this issue May 18, 2020 · 2 comments

Comments

@AtomicNess123
Copy link

Hi, is it possible to change formatting and highlighting of the helm-swoop function? For instance, make font bigger of the selected found expression. Thanks!

@conao3
Copy link
Collaborator

conao3 commented May 18, 2020

From @conao3

Customizing below faces is not satisfy your intention?

(defface helm-swoop-target-line-face
  '((t (:background "#e3e300" :foreground "#222222")))
  "Face for helm-swoop target line"
  :group 'helm-swoop)
(defface helm-swoop-target-line-block-face
  '((t (:background "#cccc00" :foreground "#222222")))
  "Face for target line"
  :group 'helm-swoop)
(defface helm-swoop-target-word-face
  '((t (:background "#7700ff" :foreground "#ffffff")))
  "Face for target word"
  :group 'helm-swoop)
(defface helm-swoop-line-number-face
  '((t (:foreground "#999999")))
  "Face for line numbers"
  :group 'helm-swoop)

From @Gahamelas

For some reason this does not have an effect when I add it in my init.el and restart emacs.

@AtomicNess123
Copy link
Author

AtomicNess123 commented Aug 14, 2020

Thanks and sorry for the delay!
I aim at this look, but not sure which faces to target.
Screenshot 2020-08-14 at 6 09 00

As I mentioned earlier, copy pasting your deface code into my init, does not have any effect whatsoever.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants