The optimized dark theme for Svelte / Sveltekit development.
Svelte Docs Theme is the optimized dark theme for web development. It has been meticulously designed to be easy on the eyes and intuitive.
Usage | Color Name * | Hex Code |
---|---|---|
Function | Tumbleweed | #ebaf94 |
String | Tan | #ccb88f |
Keyword | Blue Jeans | #57b5f4 |
Text | Pale Silver | #c4c1bb |
comment | Philippine Gray | #8c8c8c |
*The closest name of the hex color by color-name.com
(or should I say my theme has some difference)
let total = $derived(numbers.reduce((t, n) => t + n, 0));
redure should be #c4c1bb. now #ebaf94<input bind:value={name} />
name's colorLogo courtesy of svelte.dev
This project is open source and available under the MIT License.