Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

starlight-theme-rapide

HiDeoo1.2kMIT0.5.1TypeScript support: included

Starlight theme inspired by the Visual Studio Code Vitesse theme.

starlight, theme, rapide, vitesse, plugin, documentation, astro

readme

starlight-theme-rapide ⚡

Starlight theme inspired by the Visual Studio Code Vitesse theme.

Screenshot of the Starlight Rapide theme in dark and light mode

Getting Started

Want to get started immediately? Check out the getting started guide or check out the various examples to see the theme in action.

License

Licensed under the MIT License, Copyright © HiDeoo.

See LICENSE for more information.

changelog

starlight-theme-rapide

0.5.1

Patch Changes

  • #28 a77f5d2 Thanks @HiDeoo! - Fixes a banner position issue when using a banner in pages with a sidebar.

0.5.0

Minor Changes

  • #23 b4cf090 Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.34.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade
  • #23 b4cf090 Thanks @HiDeoo! - Groups all of the Starlight Rapide theme CSS declarations into a single rapide cascade layer.

    This change aligns with the Starlight CSS architecture and allows for easier customization of the Starlight Rapide theme CSS as any custom unlayered CSS will override the default styles. If you are using cascade layers in your custom CSS, you can use the @layer CSS at-rule to define the order of precedence for different layers including the ones used by Starlight and the Starlight Rapide theme.

    Make sure to check your site’s appearance when upgrading to make sure there are no style regressions caused by this change.

  • #23 b4cf090 Thanks @HiDeoo! - Adds custom styles for clickable anchor links for headings when the Starlight markdown.headingLinks configuration option is enabled.

  • #23 b4cf090 Thanks @HiDeoo! - Updates the styling of top-level sidebar links to be more consistent with other sidebar links.

  • #23 b4cf090 Thanks @HiDeoo! - Removes component overrides for the Starlight <Banner> and <PageTitle> components.

    Previously, the Starlight Rapide theme included overrides for these components to tweak the appearance of announcement banners displayed at the top of the page. These changes are now entirely CSS-based without any component overrides.

Patch Changes

  • #23 b4cf090 Thanks @HiDeoo! - Fixes an issue where pagination links were visible when printing.

  • #23 b4cf090 Thanks @HiDeoo! - Fixes an issue where nested user-defined Expressive Code settings were not being applied correctly.

0.4.0

Minor Changes

  • #18 6acf10f Thanks @HiDeoo! - ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now version 0.32.0.

    Please use the @astrojs/upgrade command to upgrade your project:

    npx @astrojs/upgrade

0.3.0

Minor Changes

  • #16 5ea2109 Thanks @HiDeoo! - Adds support for Astro v5, drops support for Astro v4.

    ⚠️ BREAKING CHANGE: The minimum supported version of Starlight is now 0.30.0.

    Please follow the upgrade guide to update your project.