Publish LumaOps source
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
/*---------------------------------------------------------*\
|
||||
| OpenRGBThemeManager.h |
|
||||
| |
|
||||
| Functionality for managing dark theme mode |
|
||||
| |
|
||||
| This file is part of the OpenRGB project |
|
||||
| SPDX-License-Identifier: GPL-2.0-or-later |
|
||||
\*---------------------------------------------------------*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class OpenRGBThemeManager
|
||||
{
|
||||
public:
|
||||
static void Init();
|
||||
static void SetDarkTheme();
|
||||
static bool IsDarkTheme();
|
||||
};
|
||||
Reference in New Issue
Block a user