-
-
Notifications
You must be signed in to change notification settings - Fork 932
Description
π’ Good First Issue: Add Color Theme: Sushi Counter β Beginner-Friendly Open Source Contribution
π’ No prerequisites needed! You don't need to clone the repo, install anything, or write code.
This entire contribution can be done from your browser in under 60 seconds.
Labels: good first issue, help wanted, hacktoberfest
Language: JSON (no coding required)
Time: < 1 minute
Skill Level: Absolute beginner
π¨ Add New Color Theme: "Sushi Counter"
Category: Community Contribution - Theme
Difficulty: Easy (good first issue!)
Estimated Time: <1 min
π― Your Task
Add this beautiful new theme to KanaDojo!
Theme Details
| Property | Value |
|---|---|
| ID | sushi-counter |
| Background | oklch(23.0% 0.028 70.0 / 1) |
| Main Color | oklch(70.0% 0.145 20.0 / 1) |
| Secondary | oklch(68.0% 0.095 75.0 / 1) |
π‘ Vibe: Fresh fish on cypress wood
π Instructions
- Star our repo β
- Fork our repo π΄
- Open
community/content/community-themes.jsonin your browser (click the link!) - Scroll to the bottom of the file and paste the following theme object just before the closing
]:
{
id: 'sushi-counter',
backgroundColor: 'oklch(23.0% 0.028 70.0 / 1)',
mainColor: 'oklch(70.0% 0.145 20.0 / 1)',
secondaryColor: 'oklch(68.0% 0.095 75.0 / 1)'
},- Make sure the JSON stays valid (add a comma after the previous last entry if needed)
- Save the file and commit the changes
- Submit a Pull Request with title:
feat(theme): add Sushi Counter theme - Link this issue using
Closes #<issue_number> - Wait for review!
π Quick Info
| Difficulty | Beginner / Easy |
| Time | < 1 minute |
| Language | TypeScript, JSON |
| Framework | Next.js, React |
| Good for | First-time contributors, Hacktoberfest |
No coding experience required! This is a simple JSON/data file edit β perfect for your first open source contribution.
Questions? Comment below and we'll help! π
This is a beginner-friendly, good first issue for first-time open source contributors. No coding experience needed β just edit a JSON file! See our Beginner Contributing Guide for step-by-step instructions.