Skip to content

ElectronSystemPreferences.getColor method

ElectronSystemPreferences › getColor

Unofficial

Returns the system color setting in RGB hexadecimal form (#ABCDEF).

Signature:

getColor(color: "3d-dark-shadow" | "3d-face" | "3d-highlight" | "3d-light" | "3d-shadow" | "active-border" | "active-caption-gradient" | "active-caption" | "alternate-selected-control-text" | "app-workspace" | "button-text" | "caption-text" | "control-background" | "control-text" | "control" | "desktop" | "disabled-control-text" | "disabled-text" | "find-highlight" | "grid" | "header-text" | "highlight-text" | "highlight" | "hotlight" | "inactive-border" | "inactive-caption-gradient" | "inactive-caption-text" | "inactive-caption" | "info-background" | "info-text" | "keyboard-focus-indicator" | "label" | "link" | "menu-highlight" | "menu-text" | "menu" | "menubar" | "placeholder-text" | "quaternary-label" | "scrollbar" | "scrubber-textured-background" | "secondary-label" | "selected-content-background" | "selected-control-text" | "selected-control" | "selected-menu-item-text" | "selected-text-background" | "selected-text" | "separator" | "shadow" | "tertiary-label" | "text-background" | "text" | "under-page-background" | "unemphasized-selected-content-background" | "unemphasized-selected-text-background" | "unemphasized-selected-text" | "window-background" | "window-frame-text" | "window-frame" | "window-text" | "window"): string

Parameters:

Parameter Type Description
color "3d-dark-shadow" | "3d-face" | "3d-highlight" | "3d-light" | "3d-shadow" | "active-border" | "active-caption-gradient" | "active-caption" | "alternate-selected-control-text" | "app-workspace" | "button-text" | "caption-text" | "control-background" | "control-text" | "control" | "desktop" | "disabled-control-text" | "disabled-text" | "find-highlight" | "grid" | "header-text" | "highlight-text" | "highlight" | "hotlight" | "inactive-border" | "inactive-caption-gradient" | "inactive-caption-text" | "inactive-caption" | "info-background" | "info-text" | "keyboard-focus-indicator" | "label" | "link" | "menu-highlight" | "menu-text" | "menu" | "menubar" | "placeholder-text" | "quaternary-label" | "scrollbar" | "scrubber-textured-background" | "secondary-label" | "selected-content-background" | "selected-control-text" | "selected-control" | "selected-menu-item-text" | "selected-text-background" | "selected-text" | "separator" | "shadow" | "tertiary-label" | "text-background" | "text" | "under-page-background" | "unemphasized-selected-content-background" | "unemphasized-selected-text-background" | "unemphasized-selected-text" | "window-background" | "window-frame-text" | "window-frame" | "window-text" | "window" The named system color to look up.

Returns: stringThe system color in RGB hexadecimal form.

Platform: win32,darwin.