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
@@ -72,6 +72,18 @@
default_value = TRUE
savefile_identifier = PREFERENCE_PLAYER
/datum/preference/toggle/holder/vv_dark
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
savefile_key = "vvdark"
default_value = TRUE
savefile_identifier = PREFERENCE_PLAYER
/datum/preference/toggle/holder/vv_gfi
category = PREFERENCE_CATEGORY_GAME_PREFERENCES
savefile_key = "vvgfi"
default_value = TRUE
savefile_identifier = PREFERENCE_PLAYER
/// The color admins will speak in for OOC.
/datum/preference/color/ooc_color
category = PREFERENCE_CATEGORY_GAME_PREFERENCES