2014-11-15 05:46:06 +01:00
|
|
|
local holo = require("radical.item.style.holo")
|
2015-01-11 05:59:51 +01:00
|
|
|
local rounded = require("radical.item.style.rounded" )
|
2014-11-15 05:46:06 +01:00
|
|
|
|
2014-02-23 05:59:03 +01:00
|
|
|
return {
|
2015-01-11 05:59:51 +01:00
|
|
|
basic = require("radical.item.style.basic" ),
|
|
|
|
classic = require("radical.item.style.classic" ),
|
|
|
|
subtle = require("radical.item.style.subtle" ),
|
|
|
|
rounded_shadow = rounded.shadow ,
|
|
|
|
rounded = rounded ,
|
|
|
|
holo = holo ,
|
|
|
|
holo_top = holo.top ,
|
|
|
|
arrow_alt = require("radical.item.style.arrow_alt" ),
|
|
|
|
arrow_prefix = require("radical.item.style.arrow_prefix" ),
|
|
|
|
arrow_single = require("radical.item.style.arrow_single" ),
|
|
|
|
arrow_3d = require("radical.item.style.arrow_3d" ),
|
|
|
|
slice_prefix = require("radical.item.style.slice_prefix" ),
|
|
|
|
line_3d = require("radical.item.style.line_3d" ),
|
2015-12-29 11:19:23 +01:00
|
|
|
}
|