https://github.com/selfmadesystem/theme-test
https://github.com/selfmadesystem/theme-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/selfmadesystem/theme-test
- Owner: SelfMadeSystem
- License: other
- Created: 2024-04-17T02:26:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T14:04:09.000Z (about 2 years ago)
- Last Synced: 2025-01-15T01:45:02.863Z (over 1 year ago)
- Language: TypeScript
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Theme test
This is a test of making a hyper-customizable theme for the web.
It uses a combination of CSS variables, JavaScript, and TailwindCSS to allow for a high degree of customization.
This was made as a proof of concept for a project I'm working on, but I thought it was cool enough to share.
## Features
- [x] Colors
- [x] Material You
- [ ] Solarized
- [ ] Gruvbox
- [ ] Nord
- [ ] Dracula
- [ ] Monokai
- [ ] One Dark
- [ ] One Light
- [x] Rounding
- [x] Wallpaper
- [x] Background opacity (per background color)
- [x] Site-wide opacity
- [x] Background blur
- [x] Transitions
- [ ] Fonts
- [x] Font sizes
- [ ] Shadows
- [ ] Spacing
## Usage
It's not production-ready yet, but you can clone the repo and run `npm run dev` to see it in action.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.