]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/theme/theme.factor
Add foreground and background color slots to font tuple
[factor.git] / basis / ui / gadgets / theme / theme.factor
index 4160f6dcc5b4bbb901fb13092314cf00e47f4d6b..965a699a833f9b7a0b91c5a8d702a5b038e91740 100644 (file)
@@ -57,7 +57,3 @@ IN: ui.gadgets.theme
         T{ gray f 0.43 1.0 }
         T{ gray f 0.5  1.0 }
     } <gradient> ;
-
-CONSTANT: sans-serif-font T{ font { name "sans-serif" } { size 12 } }
-
-CONSTANT: monospace-font T{ font { name "monospace" } { size 12 } }