radical/item/style/init.lua

15 lines
763 B
Lua
Raw Normal View History

2014-11-15 05:46:06 +01:00
local holo = require("radical.item.style.holo")
2014-02-23 05:59:03 +01:00
return {
basic = require("radical.item.style.basic" ),
classic = require("radical.item.style.classic" ),
subtle = require("radical.item.style.subtle" ),
2014-02-23 05:59:03 +01:00
rounded = require("radical.item.style.rounded" ),
2014-11-15 05:46:06 +01:00
holo = holo ,
holo_top = holo.top ,
2014-02-23 05:59:03 +01:00
arrow_alt = require("radical.item.style.arrow_alt" ),
arrow_prefix = require("radical.item.style.arrow_prefix" ),
arrow_single = require("radical.item.style.arrow_single" ),
2014-12-22 05:54:10 +01:00
arrow_3d = require("radical.item.style.arrow_3d" ),
slice_prefix = require("radical.item.style.slice_prefix" ),
2014-02-23 05:59:03 +01:00
}