Fix bootstrap
parent
28d3654f61
commit
b45ee5b8be
|
@ -2,7 +2,8 @@
|
||||||
! Copyright (C) 2006, 2007 Alex Chapman.
|
! Copyright (C) 2006, 2007 Alex Chapman.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: arrays kernel sequences io.styles ui.gadgets ui.render
|
USING: arrays kernel sequences io.styles ui.gadgets ui.render
|
||||||
colors accessors ;
|
colors colors.gray qualified accessors ;
|
||||||
|
QUALIFIED: colors
|
||||||
IN: ui.gadgets.theme
|
IN: ui.gadgets.theme
|
||||||
|
|
||||||
: solid-interior ( gadget color -- gadget )
|
: solid-interior ( gadget color -- gadget )
|
||||||
|
@ -12,7 +13,7 @@ IN: ui.gadgets.theme
|
||||||
<solid> >>boundary ; inline
|
<solid> >>boundary ; inline
|
||||||
|
|
||||||
: faint-boundary ( gadget -- gadget )
|
: faint-boundary ( gadget -- gadget )
|
||||||
gray solid-boundary ; inline
|
colors:gray solid-boundary ; inline
|
||||||
|
|
||||||
: selection-color ( -- color ) light-purple ;
|
: selection-color ( -- color ) light-purple ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue