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

hl-line-mode colour turns out to be different from the screenshot #22

Open
kartikynwa opened this issue Jan 4, 2024 · 0 comments
Open

Comments

@kartikynwa
Copy link

kartikynwa commented Jan 4, 2024

Hi. First of all thanks for making this theme. I have been looking for a good low noise theme for a while and this theme is perfect. I have been happily using it for a few months now.

In my setup, the colour of highlighted line comes out different from what is shown in the screenshots. The problem this creates for me is that it makes it difficult to see evil-mode highlighting in visual mode.

Here is how I set up stimmung:

init.el snippet
(use-package stimmung-themes
  :ensure t

  :custom
  (stimmung-themes-constant 'none)
  (stimmung-themes-type 'none :italic? t)
  (stimmung-themes-comment 'foreground)
  (column-number-mode t)
  (mode-line-percent-position nil)

  :config 
  (setq-default mode-line-format (delq 'mode-line-modes mode-line-format))
  (advice-add 'vc-git-mode-line-string :override (lambda (file) ""))
  (set-face-attribute 'mode-line-inactive nil :box '(:line-width 2 :color "gray95"))
  (set-face-attribute 'mode-line nil :box '(:line-width 2 :color "gray80")))

(use-package theme-changer
  :ensure t
  :custom
  (theme-changer-delay-seconds -3600)
  (calendar-latitude xx.xx)
  (calendar-longitude xx.xx)
  :config
  (change-theme 'stimmung-themes-light 'stimmung-themes-dark))

Here is a comparison screenshot. Left is what my setup looks like while the right is a clipping from the README screenshots:

Screenshot comparison

stim

Any advice for this? I prefer the README screenshot result. Is modifying hl-line-face the only way? Thanks.

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

No branches or pull requests

1 participant