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

Added "eReader" theme with improved contrast for e-ink screens #86

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

jukofyork
Copy link
Contributor

@jukofyork jukofyork commented Jul 4, 2024

Fixes #87

I found Mikupad shows up very badly on e-ink tablet screens due to all of the themes having non-white backgrounds.

So I added a new theme called "eReader" which:

  • Sets the background to pure white and the text to pure black.
  • Used font-family: monospace as this seems to slow up with the crispest edges.
  • Used font-size: 16px as this too seems to be slightly crisper than the default 15px (likely getting interpolated).
  • Changed to use --color-miku: #08f for slightly better contrast.
  • Made the prompt-overlay use slightly less transparency for much better contrast.

Overall it looks much clearer now and even on greyscale screens the colourised-overlay is mostly interpretable.

@lmg-anon
Copy link
Owner

lmg-anon commented Jul 8, 2024

lgtm! Thank you for your contribution.

@lmg-anon lmg-anon merged commit d189d88 into lmg-anon:main Jul 8, 2024
@jukofyork jukofyork deleted the ereader-theme branch July 8, 2024 14:27
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.

All the default themes show up very badly on e-ink tablet screens
2 participants