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

Use custom as dark mode #1023

Closed

Commits on Mar 24, 2024

  1. Improve hide MacOS titlebar

    - remove unused code
    - correctly indent the code with 4 spaces.
    isaksamsten committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    597e4f1 View commit details
    Browse the repository at this point in the history
  2. Use the system theme (dark/light mode)

    Automatically toggle between dark and light mode depending on the
    desired mode from the operating system.
    
    Introduces a new config option `use_system_theme` which if set
    automatically set light or dark mode when starting depending on if the
    current operating system theme is in light or dark mode. Then, if the
    operating system mode changes, the change is reflected in Sioyek.
    isaksamsten committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9a9b961 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Use custom colors as dark mode.

    A new configuration option `use_custom_as_dark` which if set uses the
    custom color mode as dark mode.
    isaksamsten committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    dc23b27 View commit details
    Browse the repository at this point in the history