Skip to content

get_appearance_mode

D. Liam Mc. edited this page Jun 21, 2025 · 1 revision

get_appearance_mode()

Returns the appearance mode of the application and widgets as a string. Returning "dark", "light", or "system"

Example

get_appearance_mode() #returns "dark", "light", or "system"

Clone this wiki locally