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

Feature / Fix?: Follow the system theme #548

Merged
merged 2 commits into from
Feb 12, 2023

Commits on Feb 12, 2023

  1. Add option to follow the system theme

    The theme preference now an enum with 3 options:
    
      - light   => maps to libadwaita::ColorScheme::ForceLight
        The app uses the light theme - regardless of system prefs
    
      - dark    => maps to libadwaita::ColorScheme::ForceDark
        The app uses the dark theme - regardless of system prefs
    
      - system  => maps to libadwaita::ColorScheme::Default
        The Apps style follows the system theme preferences
    ctsk authored and xou816 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    fe00d9e View commit details
    Browse the repository at this point in the history
  2. Run 'cargo fmt'

    ctsk authored and xou816 committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    10c2c6d View commit details
    Browse the repository at this point in the history