]> gitweb.factorcode.org Git - factor.git/blob - basis/ui/theme/images/images.factor
Switch to https urls
[factor.git] / basis / ui / theme / images / images.factor
1 ! Copyright (C) 2009, 2010 Slava Pestov, Joe Groff.
2 ! See https://factorcode.org/license.txt for BSD license.
3 USING: io.pathnames sequences ui.images ;
4 IN: ui.theme.images
5
6 : theme-image ( name -- image-name )
7     "vocab:ui/theme/images/" prepend-path ".tiff" append <image-name> ;