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