View Variables Dark Mode (#17762)

* Move VV CSS to an asset

* vv: getFlatIcon and image preview support

* vv: Dark mode and prefs for using said mode and also gfi
This commit is contained in:
ShadowLarkens
2025-05-31 19:15:20 +02:00
committed by GitHub
parent a31d62d156
commit a332e3c554
9 changed files with 189 additions and 36 deletions
+4
View File
@@ -0,0 +1,4 @@
/datum/asset/simple/vv
assets = list(
"view_variables.css" = 'html/admin/view_variables.css'
)