- Install the theme package to your project with your preferred package manager:
npm install starlight-theme-gruvbox
pnpm add starlight-theme-gruvbox
yarn add starlight-theme-gruvbox
- Add the theme to your Starlight config.
import gruvbox from "starlight-theme-gruvbox";
export default defineConfig({
// ...
integrations: [
starlight({
// ...
plugins: [
gruvbox()
]
})
]
})
This project is licensed under the MIT license. Shiki themes in styles/shiki are from VSCode theme gruvbox by @jdinhify and are released under the MIT license.