LightningCreations / LightningCreations/LightningLabsClient
CSS Variable-based Theme
Nobody has claimed this yet.
- Dominant language
- Svelte
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently, several parts of the UI have hard-coded colors. To make theming easier and keep future elements consistent, a set of CSS variables should be used to control base colors and potentially control how they mix. For example, the background and accent colors could be directly changed, and all UI parts without specifically chosen colors would change to match.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests. Start by locating the UI styles that contain hard-coded colors, then identify the base background and accent colors that should become CSS variables. Done means changing those variables updates UI elements that do not have specifically chosen colors consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100