]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/line-support/line-support.factor
ui.theme: updates to color scheme.
[factor.git] / basis / ui / gadgets / line-support / line-support.factor
index 4b2eb0f6993482488317dc792a6e7e00b5390589..078c0eb1494e1c45a768ce311540422253125429 100644 (file)
@@ -3,7 +3,7 @@
 USING: accessors arrays combinators fry kernel math
 math.functions math.order math.ranges math.vectors namespaces
 opengl sequences ui.gadgets ui.gadgets.scrollers
-ui.gadgets.viewports ui.render ui.text ;
+ui.gadgets.viewports ui.render ui.text ui.theme ;
 IN: ui.gadgets.line-support
 
 ! Some code shared by table and editor gadgets