Handbook
Glossary
thread-status-running-foreground ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
thread-status-running-foreground
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
thread-status-running-foreground
"base03"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
thread-status-running-foreground
COLOR:
solarized-green
;
USING:
colors
ui.theme
;
M:
light-theme
thread-status-running-foreground
COLOR:
#3FCA00
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
thread-status-running-foreground
COLOR:
#95e454
;