Handbook
Glossary
editor-caret-color ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
editor-caret-color
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
editor-caret-color
"base06"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
editor-caret-color
COLOR:
DeepPink2
;
USING:
colors
ui.theme
;
M:
light-theme
editor-caret-color
COLOR:
red
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
editor-caret-color
COLOR:
#92a65e
;