Skip to content

TheOtterlord/starlight-theme-gruvbox

Repository files navigation

Starlight Theme Gruvbox

Starlight Gruvbox theme preview

Usage

  1. 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
  1. Add the theme to your Starlight config.
import gruvbox from "starlight-theme-gruvbox";

export default defineConfig({
  // ...
  integrations: [
    starlight({
      // ...
      plugins: [
        gruvbox()
      ]
    })
  ]
})

License

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.