feat(themes): add chocomonkey theme#7951
Conversation
|
Hey there and thank you for opening this pull request! 👋🏼 We require pull request titles to follow the Conventional Commits specification and also include the author name at the end inside parenthesis. It looks like your proposed title needs to be adjusted. Details: A correct version would look something like: feat: add new feature (@github_username) |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new UI theme named chocomonkey and wires it through the schema and frontend theme sources.
Changes:
- Added
chocomonkeyto theThemeNameSchemaenum - Added
chocomonkeytheme constants (bg/main/sub/text) to the frontend theme registry - Introduced a new static CSS theme file defining the theme’s CSS variables
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| packages/schemas/src/themes.ts | Registers chocomonkey as a valid theme name in the schema enum |
| frontend/static/themes/chocomonkey.css | Adds CSS custom properties for the new theme |
| frontend/src/ts/constants/themes.ts | Adds the theme color palette to the themes record |
| mainColor: "#a7c080", | ||
| subColor: "#7f8c8d", | ||
| textColor: "#d3c6aa", | ||
| } |
| "watermelon", | ||
| "wavez", | ||
| "witch_girl", | ||
| "chocomonkey", | ||
| ], |
There was a problem hiding this comment.
the list is ordered by date added
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Continuous integration check(s) failed. Please review the failing check's logs and make the necessary changes. |
Description
Checks
packages/schemas/src/languages.tsfrontend/src/ts/constants/languages.tsfrontend/static/languagespackages/schemas/src/themes.tsfrontend/src/ts/constants/themes.tsfrontend/static/themespackages/schemas/src/layouts.tsfrontend/static/layoutsfrontend/static/webfontspackages/schemas/src/fonts.tsfrontend/src/ts/constants/fonts.tsCloses #