Handbook
Glossary
contents-color ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
contents-color
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
contents-color
"base0B"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
contents-color
COLOR:
solarized-magenta
;
USING:
colors
ui.theme
;
M:
light-theme
contents-color
COLOR:
orchid2
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
contents-color
COLOR:
#95e454
;