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

Add simple theme for black and white E-ink display. #557

Closed

Conversation

Christhomas17
Copy link

Underlines are used to distinguish level 1-5 words from unknown words.
The color scale use for level 1-3 is a darker to lighter grey.

A simple theme for a black and white E-ink display. Underlines are used to distinguish level 1-5 words from unknown words. The color scale use for level 1-3 is a darker to lighter grey.
Underlines are used to distinguish level 1-5 words from unknown words.
The color scale use for level 1-3 is a darker to lighter grey.
@jzohrab
Copy link
Collaborator

jzohrab commented Jan 4, 2025

Closing. There are two theme files here but they're almost identical:

(.venv) MacBook-Pro:lute-v3 jeff$ diff lute/themes/css/Black_and_White.css lute/themes/css/E-Ink.css
2,5c2,5
<   --status-0-color: #bdbdbd;
<   --status-1-color: #bdbdbd;
<   --status-2-color: #e0e0e0;
<   --status-3-color: #f5f5f5;
---
>   --status-0-color: #a7a7a7;
>   --status-1-color: #a7a7a7;
>   --status-2-color: #c0c0c0;
>   --status-3-color: #dadada;

@jzohrab jzohrab closed this Jan 4, 2025
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

Successfully merging this pull request may close these issues.

2 participants