AstroLetter Theme

Choosing a theme is easy. Simply choose the colour you wish to use from the available palette.

import type { Config, Theme } from '@/src/lib/astroletter.ts';
import { ThemePalette } from '@/src/lib/astroletter.ts';
 
/* other config */
 
export const theme: Theme = ThemePalette.ThemeBlue;

The available options are:

  • ThemeOrange
  • ThemeBlue
  • ThemeGreen
  • ThemeYellow
  • ThemeRed
  • ThemePink
  • ThemePurple
  • ThemeGray