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

Problem with gnus-group-news-* #92

Closed
fpopineau opened this issue Sep 13, 2017 · 1 comment
Closed

Problem with gnus-group-news-* #92

fpopineau opened this issue Sep 13, 2017 · 1 comment

Comments

@fpopineau
Copy link

Hi,

The lines around 980-991 in color-theme-sanityinc-tomorrow.el seem to be wrong, especialy the line:
(gnus-group-news-4 (:foreground nil :weight normal :inherit outli))
is incorrect since outli is surely not a face.
I guess that it should read:

      (gnus-group-news-1 (:foreground nil :weight normal :inherit outline-1))
      (gnus-group-news-1-empty (:inherit gnus-group-news-1 :foreground ,comment))
      (gnus-group-news-2 (:foreground nil :weight normal :inherit outline-2))
      (gnus-group-news-2-empty (:inherit gnus-group-news-2 :foreground ,comment))
      (gnus-group-news-3 (:foreground nil :weight normal :inherit outline-3))
      (gnus-group-news-3-empty (:inherit gnus-group-news-3 :foreground ,comment))
      (gnus-group-news-4 (:foreground nil :weight normal :inherit outline-4))
      (gnus-group-news-4-empty (:inherit gnus-group-news-4 :foreground ,comment))
      (gnus-group-news-5 (:foreground nil :weight normal :inherit outline-5))
      (gnus-group-news-5-empty (:inherit gnus-group-news-5 :foreground ,comment))
      (gnus-group-news-6 (:foreground nil :weight normal :inherit outline-6))
      (gnus-group-news-6-empty (:inherit gnus-group-news-6 :foreground ,comment))

Thanks for this theme that I like a lot!
Regards,

@drot
Copy link
Collaborator

drot commented Sep 14, 2017

Thanks, pushed a fix.

@purcell purcell closed this as completed Sep 14, 2017
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

3 participants