mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
9 lines
330 B
Plaintext
9 lines
330 B
Plaintext
/datum/asset/simple/oui_theme_nano
|
|
assets = list(
|
|
// JavaScript
|
|
"sui-nano-common.js" = 'html/oracle_ui/themes/nano/sui-nano-common.js',
|
|
"sui-nano-jquery.min.js" = 'html/oracle_ui/themes/nano/sui-nano-jquery.min.js',
|
|
// Stylesheets
|
|
"sui-nano-common.css" = 'html/oracle_ui/themes/nano/sui-nano-common.css',
|
|
)
|