Usage

import { useTheme } from '@replit/extensions-react';

const Component = () => {
  const theme = useTheme();

  ...
}

Signature

function useThemeValues(): ThemeVersion | null;

Types

ThemeVersion

A specific theme version reflecting all colors and metadata on the current theme.