Hiyve Components - v1.0.0
    Preparing search index...

    Variable defaultNoteEditorColorsConst

    defaultNoteEditorColors: NoteEditorColors = ...

    Default dark theme colors for the NoteEditor component.

    Colors are standalone values (not tied to MUI theme) for consistent styling. The dark theme matches VideoGrid, VideoTile, and other Hiyve components.

    import { defaultNoteEditorColors } from '@hiyve/react-notes';

    // Create a light theme variant
    const lightColors = {
    ...defaultNoteEditorColors,
    headerBackground: '#f5f5f5',
    editorBackground: '#ffffff',
    editorText: '#212121',
    };