]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/prettyprint/stylesheet/stylesheet.factor
colors: merge colors.constants and colors.hex.
[factor.git] / basis / prettyprint / stylesheet / stylesheet.factor
index 6d7eac5138f9b097e458879af9a66bd556a41942..432a400cf1c4474e4938cba8ee8aa9657a939a7a 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2009 Keith Lazuka, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: assocs colors colors.constants combinators
-combinators.short-circuit hashtables io.styles kernel literals
-namespaces sequences words words.symbol ;
+USING: assocs colors combinators combinators.short-circuit
+hashtables io.styles kernel literals namespaces sequences words
+words.symbol ;
 IN: prettyprint.stylesheet
 
 <PRIVATE