Handbook
Glossary
title-bar-gradient ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
title-bar-gradient
theme
( -- color )
Methods
USING:
arrays
ui.theme
ui.theme.base16
;
M:
base16-theme
title-bar-gradient
"base01"
named-base16
"base01"
named-base16
2array
;
USING:
colors
ui.theme
;
M:
dark-theme
title-bar-gradient
{
COLOR:
solarized-base01
COLOR:
solarized-base02
}
;
USING:
colors
ui.theme
;
M:
light-theme
title-bar-gradient
{
COLOR:
white
COLOR:
grey90
}
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
title-bar-gradient
{
COLOR:
#242424
COLOR:
#454545
}
;