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

Add the panel background color as a customizable option in theme.conf #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 17, 2019

  1. Add standard Qt .gitignore

    From https://github.com/github/gitignore/blob/master/Qt.gitignore. My setup for testing this theme
    was to run `sddm-greeter --test-mode --theme <Path to this repo>`, which generated many .qmlc files.
    These shouldn't be tracked. Rather than create a .gitignore with just `*.qmlc` I figured it's best
    to use the community's standard .gitignore for Qt.
    Kowbell committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    68f0c38 View commit details
    Browse the repository at this point in the history
  2. Add entry for the panel background color in conf

    I tweaked the theme to my liking but found that the panel background was too similar to the theme
    colors I chose so everything was unreadable. I liked the colors so I figured I'd change the panel
    background. Now this option is exposed to users.
    Kowbell committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    9a80f57 View commit details
    Browse the repository at this point in the history