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 support for custom font color, background color, background image, text container styles #10

Open
brandonmcconnell opened this issue Dec 5, 2021 · 0 comments

Comments

@brandonmcconnell
Copy link

brandonmcconnell commented Dec 5, 2021

To make the Countdown screensaver even more customizable, I propose adding support for the following user-configurable options:

  • font color
  • background color
  • background image
    • with opacity setting to mix with background color
  • text container styles
    • ability to set styled background around text, such as a rounded rectangle with styles set such as (formatted as CSS):
      border-radius: 10px;
      padding: 20px;
      border: 2px solid #000;
      background-color: rgba(255, 0, 128, 0.75);
      This would be separate from the parent screensaver background color/image options and styles.
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

No branches or pull requests

1 participant