Variable: system-taskbar-w32-badge-background
system-taskbar-w32-badge-background is a variable defined in
system-taskbar.el.gz.
Value
"#ab82ff"
Documentation
w32 badge background RGB triple string.
Source Code
;; Defined in /usr/src/emacs/lisp/system-taskbar.el.gz
;; The background color should be similar to the color of the Emacs icon
;; shown on the taskbar, as that seems to be the convention on
;; MS-Windows.
(defvar system-taskbar-w32-badge-background "#ab82ff" ; MediumPurple1
"w32 badge background RGB triple string.")