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

Colorized mode #39

Merged
merged 3 commits into from
Feb 10, 2025
Merged

Colorized mode #39

merged 3 commits into from
Feb 10, 2025

Conversation

fdcote
Copy link
Contributor

@fdcote fdcote commented Feb 9, 2025

This feature is a generalization of the current dark mode. It enables users to replace the black and white colors of documents with custom colors to achieve a seamless viewing experience. See #38.

Usage notes:

  • A keymap (z in the implementation) enables users to toggle between normal (light) mode and colorized (dark) mode.
  • The parameter "colorize" sets the colorized mode as the default mode when opening a document.
  • The parameters "white" and "black" correspond to the colors used to replace white and black, respectively.

@freref
Copy link
Owner

freref commented Feb 9, 2025

This is cool, I'll add some documentation for it and merge it, thx!

@freref freref merged commit a416f62 into freref:master Feb 10, 2025
4 checks passed
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