Handbook
Glossary
column-title-background ( -- color )
Vocabulary
ui
.
theme
Inputs
None
Outputs
color
an
object
Definition
IN:
ui.theme
HOOK:
column-title-background
theme
( -- color )
Methods
USING:
ui.theme
ui.theme.base16
;
M:
base16-theme
column-title-background
"base00"
named-base16
;
USING:
colors
ui.theme
;
M:
dark-theme
column-title-background
COLOR:
#2F4D5B
;
USING:
colors
ui.theme
;
M:
light-theme
column-title-background
COLOR:
grey95
;
USING:
colors
ui.theme
ui.theme.wombat
;
M:
wombat-theme
column-title-background
COLOR:
#384048
;