AboutSupportDeveloper GuideVersion 44.144.100.59

All supported color slots for the Download Bubble and related UI.

interface ThemeColorsMap {
    kColorBubbleBackground?: number;
    kColorBubbleBorder?: number;
    kColorBubbleBorderShadowLarge?: number;
    kColorBubbleBorderShadowSmall?: number;
    kColorDialogBackground?: number;
    kColorDownloadBubbleRowHover?: number;
    kColorDownloadBubbleShowAllDownloadsIcon?: number;
    kColorHoverButtonBackgroundHovered?: number;
    kColorIcon?: number;
    kColorLabelBackground?: number;
    kColorLabelForeground?: number;
    kColorSecondaryForeground?: number;
}

Properties

kColorBubbleBackground?: number

Enterprise/Window/Background – bubble header and footer background.

kColorBubbleBorder?: number

Windows only – Enterprise/Window/Border.

kColorBubbleBorderShadowLarge?: number

Windows only – Enterprise/Window/Border (large shadow).

kColorBubbleBorderShadowSmall?: number

Windows only – Enterprise/Window/Border (small shadow).

kColorDialogBackground?: number

Enterprise/Window/Background – downloaded item row background.

kColorDownloadBubbleRowHover?: number

Enterprise/Search Result/Background/Hover – download item row hover.

kColorDownloadBubbleShowAllDownloadsIcon?: number

Enterprise/Window/Icon – “Show all downloads” icon color.

kColorHoverButtonBackgroundHovered?: number

Enterprise/Search Result/Background/Hover – full download history button (full row) hover background.

kColorIcon?: number

Shared/Icon Button/Subtle/Icon/Default – SVG icon color (except full download history button).

kColorLabelBackground?: number

Label background used for readability adjustment. Set to transparent (0) to disable Chromium’s readability alignment logic.

kColorLabelForeground?: number

Enterprise/Window/Text/Base – main label text color. May be post-processed to increase readability on kColorDialogBackground (can be disabled via transparent kColorLabelBackground).

kColorSecondaryForeground?: number

Enterprise/Window/Text/Soft – secondary text color. May be post-processed to increase readability on kColorDialogBackground (can be disabled via transparent kColorLabelBackground).