-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
good first issueGood for newcomersGood for newcomerspinnedPinned issuesPinned issuesthemesIssue related to themesIssue related to themes
Description
We would like to expand our themes with new, cool ones! Here are the currently available themes.
If you would like to help us, here is a simple guide:
- Fork the repository
- Clone your fork
- Search for the
themes.ts
file - Specify your theme colors using the
themes.set()
function - Display your new theme in the
THEMES.md
file - Commit and push your changes
- Open a Pull Request that contains your changes
themes.set()
example:
// the theme name should be snake_case
themes.set("theme_name", {
backgroundColor: "#ffffff", // the background color of the card
borderColor: "#ffffff", // the border color of the card
titleColor: "#ffffff", // the title color
badgeColor: "#ffffff", // the background color of the badges
});
Additional context:
- If possible, include a screenshot from your theme when you open the PR to make the reviewer's job easier.
- Please follow the structure of the code.
Note
The theme won't show up correctly in the README until it's deployed, but you can test it locally. There is a shell script under thescripts/
folder, which helps you test it. Make sure you run it from the root folder.
sakkke
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerspinnedPinned issuesPinned issuesthemesIssue related to themesIssue related to themes