See What's Coming in 2018: This Year's Developer Roadmap

Studio’s dark theme is coming soontm

For anyone looking to update their plugin widgets to support the dark theme, you will be able to TEMPORARILY access the value of the studio theme via:

settings().Studio["UI Theme"]

There will be a new Studio only Enum called UITheme:

Enum UITheme
	EnumItem UITheme.Light : 0
	EnumItem UITheme.Dark : 1

PLEASE NOTE: We intend to break this method in the future in favor of a proper “Studio Color Scheme” API. Be prepared for this to stop working in the future.

14 Likes