comparison include/sys/osx/dark_theme.h @ 15:cde8f67a7c7d

*: update, megacommit :)
author Paper <mrpapersonic@gmail.com>
date Tue, 19 Sep 2023 22:36:08 -0400
parents 5c0397762b53
children 8548dc425697
comparison
equal deleted inserted replaced
14:a29c9402faf0 15:cde8f67a7c7d
1 #ifndef __sys__osx__dark_theme_h 1 #ifndef __sys__osx__dark_theme_h
2 #define __sys__osx__dark_theme_h 2 #define __sys__osx__dark_theme_h
3
3 namespace osx { 4 namespace osx {
5
4 bool DarkThemeAvailable(); 6 bool DarkThemeAvailable();
5 bool IsInDarkTheme(); 7 bool IsInDarkTheme();
6 void SetToDarkTheme(); 8 void SetToDarkTheme();
7 void SetToLightTheme(); 9 void SetToLightTheme();
8 void SetToAutoTheme(); 10 void SetToAutoTheme();
11
9 } // namespace osx 12 } // namespace osx
13
10 #endif // __sys__osx__dark_theme_h 14 #endif // __sys__osx__dark_theme_h