Skip to content

Commit

Permalink
Add comp winner themes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebelung-Dev committed Apr 18, 2024
1 parent 89e23e0 commit e6ef3c1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
- [x] Fix 3kh0 theme placeholder
- [x] Obfuscate notifications

# Version 2.0 (Next Update)
# Version 2.0
- [x] Remake from scratch
- [x] Use Preact instead of React
- [x] Use Tailwind
Expand All @@ -111,7 +111,8 @@
# Todo
- [ ] Change transport (Eproxy, Libcurl, Bare)
- [ ] Change Wisp URL and Bare URL
- [ ] Lazy load games
- [ ] Improve game loading time
- [ ] Add missing game assets

### Roadmap
The roadmap has moved [here](https://github.com/orgs/cognetwork-dev/projects/1/views/1).
36 changes: 36 additions & 0 deletions src/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,5 +603,41 @@
"textInverse": "white",
"font": "Roboto"
}
},
{
"name": "Deep Sea",
"id": "deepsea",
"theme": {
"background": "#0a244a",
"secondary": "#051730",
"primary": "white",
"text": "white",
"textInverse": "white",
"font": "Roboto"
}
},
{
"name": "Astro",
"id": "astro",
"theme": {
"background": "#2B1C3D",
"secondary": "#351E4F",
"primary": "purple",
"text": "white",
"textInverse": "#D88FD8",
"font": "Roboto"
}
},
{
"name": "Greatsword",
"id": "greatsword",
"theme": {
"background": "#141414",
"secondary": "#222222",
"primary": "#636363",
"text": "#A9A9A9",
"textInverse": "#636363",
"font": "Roboto"
}
}
]

0 comments on commit e6ef3c1

Please sign in to comment.