Handbook
Glossary
thread-status-running-background ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
thread-status-running-background
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
thread-status-running-background
"base02"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
thread-status-running-background
COLOR:
#2c4f24
;
USING:
colors
ui.theme
;
M:
light-theme
thread-status-running-background
COLOR:
#EDF4D9
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
thread-status-running-background
COLOR:
#444444
;