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

WIP: Add theming and month abbreviation #14

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

christophbaur
Copy link

Work in Progress // yet not testet on mentioned hardware in README.md:

  • Add the possibility to change between a dark and a light theme/style.
    • Just copy the files (.css/.png) within render/stlye_light-folder or render/style_dark-folder
    • replace the existing files (.css/.png) in render-folder to switch between a dark and a light style of the calendar.
  • Add the possibility to use month abbreviation like 'JAN' instead of month number like '1'
    Adjustable via config.json:
    "isMonthAbbr": true --> month abrreviation like 'JAN' displays
    "isMonthAbbr": false --> default value, month number like '1' displays

Add two different styles: light and dark. Just copy the files out of ´render/stlye_light´ or ´render/style_dark´ and replace the existing in ´render´
Add short description of the possibility to change the theme between light and dark
Add the possibility to use month abbreviation
Add the possibility to switch between dark and light theme/style
@christophbaur
Copy link
Author

... still waiting for hardware ...

@christophbaur christophbaur marked this pull request as draft September 23, 2022 14:56
@Engel56
Copy link

Engel56 commented Oct 1, 2024

calendar nicht definiert

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

Successfully merging this pull request may close these issues.

2 participants