Handbook
Glossary
thread-status-suspended-foreground ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
thread-status-suspended-foreground
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
thread-status-suspended-foreground
"base00"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
thread-status-suspended-foreground
COLOR:
solarized-yellow
;
USING:
colors
ui.theme
;
M:
light-theme
thread-status-suspended-foreground
COLOR:
#F37B00
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
thread-status-suspended-foreground
COLOR:
#ddaa6f
;