mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +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',
|
|
)
|