Handbook
Glossary
completion-color ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
completion-color
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
completion-color
"base0A"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
completion-color
COLOR:
solarized-violet
;
USING:
colors
ui.theme
;
M:
light-theme
completion-color
COLOR:
magenta
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
completion-color
COLOR:
#3f9f9e
;