Handbook
Glossary
heading-color ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
heading-color
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
heading-color
"base03"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
heading-color
COLOR:
grey75
;
USING:
colors
ui.theme
;
M:
light-theme
heading-color
COLOR:
FactorDarkSlateBlue
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
heading-color
COLOR:
#a0a8b0
;