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

Support dark mode #5

Closed
wants to merge 2 commits into from
Closed

Support dark mode #5

wants to merge 2 commits into from

Commits on Feb 28, 2023

  1. Support dark mode themes

    This is accomplished using the new `colorStyle` attribute
    to make the background style transparent.
    
    Foreground transparency is also enabled for the default style,
    which allows TOML keys to be readable in light and dark modes.
    
    Fixes #4
    kurtmckee committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    52aed4d View commit details
    Browse the repository at this point in the history
  2. Update the light screenshot; add a dark screenshot

    Images were captured using Courier New, size 14.
    The dark screenshot was captured using the Monokai theme.
    kurtmckee committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7e82a70 View commit details
    Browse the repository at this point in the history