Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stagas/plenty-themes
https://github.com/stagas/plenty-themes
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stagas/plenty-themes
- Owner: stagas
- Created: 2022-01-16T15:05:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T06:58:31.000Z (over 2 years ago)
- Last Synced: 2024-08-09T10:03:41.478Z (3 months ago)
- Language: CSS
- Size: 373 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# plenty-themes
```sh
npm i plenty-themes
```Then:
```js
// in vite and others:
import 'plenty-themes/google-dark.css'// json
import json from 'plenty-themes/google-dark.json'// all in one css
import 'plenty-themes/_all.css'// array of name ids
import names from 'plenty-themes/_names.json'
```And wherever you wish to use the CSS variables, e.g. ``:
```html
```
```css
body {
background: var(--background);
}
a {
color: var(--blue);
}
strong {
color: var(--yellow);
}
h1 {
color: var(--foreground);
}
```## Credits
- To all the creators of all these themes. Various sources were used to generate these. If you're the creator of one of the themes and want your name credited or maybe don't want it included in this collection, please open an issue or provide a PR.
## License
MIT