Fix bootstrap

db4
Slava Pestov 2008-10-02 06:47:48 -05:00
parent 28d3654f61
commit b45ee5b8be
1 changed files with 3 additions and 2 deletions

View File

@ -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 ;