microsoft / vss-web-extension-sdk

Visual Studio Teams Service Web Extension SDK
https://www.visualstudio.com/docs/integrate/extensions/overview
MIT License
133 stars 87 forks source link

identify/detemine if dark mode is activated #116

Open newtonsheikh opened 5 years ago

newtonsheikh commented 5 years ago

VSTS recently launched dark mode(still in preview). we have an vsts extension made in React+OfficeUI fabic.

how to know that someone if someone is using the dark theme or the regular theme?

jporcenaluk commented 5 years ago

I'll bump this and say that it would be nice to know if the Dark Theme is enabled or not. How do we know when @manne 's changes are acceptable to fold in?

jporcenaluk commented 5 years ago

Looks like these changes have been folded in and they (mostly) work: https://github.com/Microsoft/vss-web-extension-sdk/pull/105