Handbook
Glossary
toolbar-button-pressed-background ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
toolbar-button-pressed-background
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
toolbar-button-pressed-background
"base01"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
toolbar-button-pressed-background
COLOR:
solarized-base0
;
USING:
colors
ui.theme
;
M:
light-theme
toolbar-button-pressed-background
COLOR:
dark-gray
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
toolbar-button-pressed-background
COLOR:
#242424
;