starlight-theme-gruvbox

1.0.0 • Public • Published

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.

Dependencies (2)

Dev Dependencies (2)

Package Sidebar

Install

npm i starlight-theme-gruvbox

Weekly Downloads

6

Version

1.0.0

License

none

Unpacked Size

63 kB

Total Files

7

Last publish

Collaborators

  • otterlord