mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
6 lines
133 B
C
6 lines
133 B
C
|
|
#pragma once
|
||
|
|
void SetSystemTheme(bool dark);
|
||
|
|
void SetAppsTheme(bool dark);
|
||
|
|
bool GetCurrentSystemTheme();
|
||
|
|
bool GetCurrentAppsTheme();
|