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" ),
|
2014-11-03 05:27:52 +01:00
|
|
|
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" ),
|
2014-11-03 05:27:52 +01:00
|
|
|
slice_prefix = require("radical.item.style.slice_prefix" ),
|
2014-02-23 05:59:03 +01:00
|
|
|
}
|