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

Faces are illegible on light displays #12

Closed
purcell opened this issue Apr 26, 2011 · 3 comments
Closed

Faces are illegible on light displays #12

purcell opened this issue Apr 26, 2011 · 3 comments

Comments

@purcell
Copy link

purcell commented Apr 26, 2011

The current face defs specify light-colored :foregrounds on color displays, but these are illegible when using a theme with a light background.

One solution would be to add the background class specifier to the faces so that those light foreground colors would only be applied when the display has a dark background.

A better and more general solution, and one which I would strongly advise, would be to follow the pattern of many other emacs packages (including org), and use :inherit to derive your faces from a variety of built-in faces, e.g. font-lock-keyword-face. This way, the workgroups faces will look okay by default with any theme, but can still be overridden if desired.

Keep up the great work!

Cheers,

-Steve

@tlh
Copy link
Owner

tlh commented Apr 26, 2011

Hey there -- thanks. This has been fixed in the upcoming 1.0.0 release (all faces have been redefined to inherit from font-lock-foo faces), I just haven't gotten around to updating the master branch.

@purcell
Copy link
Author

purcell commented Apr 26, 2011

Great - I didn't spot that!

@purcell purcell closed this as completed Apr 26, 2011
@dabrahams
Copy link

Is that in the "experimental" branch? When do you plan to release it? 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

3 participants