···113114## Themes
115116-You can use custom colors and custom fonts in dev.css through themes. See the `/theme` folder to view some premade ones. To use a theme, simply apply it after the dev.css stylesheet. For example, to apply the terminal theme, place this after your main stylesheet:
117118```html
119<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3/theme/terminal.min.css">
···113114## Themes
115116+You can use custom colors and custom fonts in dev.css through themes. See the `/theme` folder to view some premade ones. To use a theme, simply apply it after the dev.css stylesheet. I provide a terminal-like theme, night and day themes, and a set of Catppuccin themes. For example, to apply the terminal theme, place this after your main stylesheet:
117118```html
119<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@intergrav/dev.css@3/theme/terminal.min.css">
+1-1
package.json
···1{
2 "name": "@intergrav/dev.css",
3- "version": "3.1.0",
4 "description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system",
5 "author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)",
6 "license": "MIT",
···1{
2 "name": "@intergrav/dev.css",
3+ "version": "3.1.1",
4 "description": "Tiny, simple, classless CSS framework in the style of Vercel's Geist design system",
5 "author": "intergrav <intergrav@proton.me> (https://intergrav.xyz)",
6 "license": "MIT",