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

The Tomorrow Day theme comment colour is too close to the foreground colour #745

Open
mustaqimM opened this issue Aug 11, 2022 · 0 comments
Labels
is:bug Something isn't working as intended needs-triage Issue hasn't been assessed yet

Comments

@mustaqimM
Copy link

Theme(s)

doom-tomorrow-day

What were you expecting?

Hi there! For the tomorrow-day theme, the comment colour and doc-comments should be the same (or similar), but the comment colour is closer to the fg colour, making it hard to differentiate between the two.

Personally, I have set in my config.el:

(custom-set-faces!
  `(font-lock-comment-face :foreground ,(doom-lighten 'grey .05)))

What actually happened?

The default comment colour (#5a5b5a) and the fg colour (#4d4d4c) is similar. The doc-comments colour is lighter.
Default

The tomorrow-night theme doesn't have this problem:
image

Steps to reproduce

  1. Switch to the doom-tomorrow-day theme.
  2. The normal black fg colour is very close to the comment colour.

Operating system

Void linux

Emacs version

Emacs 28.1 w/ native-comp

Installed commit of doom-themes

83fd954

@mustaqimM mustaqimM added is:bug Something isn't working as intended needs-triage Issue hasn't been assessed yet labels Aug 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is:bug Something isn't working as intended needs-triage Issue hasn't been assessed yet
Projects
None yet
Development

No branches or pull requests

1 participant