react-pdf-highlighter-plus

Theme configuration for LeftPanel styling

interface LeftPanelTheme {
    accentColor?: string;
    backgroundColor?: string;
    borderColor?: string;
    hoverBackgroundColor?: string;
    mutedTextColor?: string;
    textColor?: string;
}

Properties

accentColor?: string

Active tab/item accent color

backgroundColor?: string

Background color of the panel

borderColor?: string

Border color

hoverBackgroundColor?: string

Hover background color

mutedTextColor?: string

Muted text color

textColor?: string

Text color