Handbook
Glossary
text-color ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
text-color
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
text-color
"base06"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
text-color
COLOR:
#bdc1c6
;
USING:
colors
ui.theme
;
M:
light-theme
text-color
COLOR:
black
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
text-color
COLOR:
#f6f3e9
;