]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/colors/flex-hex/flex-hex.factor
colors: merge colors.constants and colors.hex.
[factor.git] / extra / colors / flex-hex / flex-hex.factor
index 57a6a210effcdaae571e6e3802177db2145c6c8d..d1f6a5db0150560990996098768d8e4a86ecc40c 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2013 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: colors colors.hex grouping kernel lexer math math.parser
-regexp.classes sequences splitting ;
+USING: colors colors.private grouping kernel lexer math
+math.parser regexp.classes sequences splitting ;
 
 IN: colors.flex-hex