mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
This reverts commit 217f3f9ff3.
This commit is contained in:
@@ -5,4 +5,10 @@ namespace powerpreviewConstants
|
||||
{
|
||||
// Name of the powertoy module.
|
||||
inline const std::wstring ModuleKey = L"File Explorer";
|
||||
}
|
||||
|
||||
// Dark theme background color
|
||||
const COLORREF DARK_THEME_COLOR = RGB(0x1e, 0x1e, 0x1e);
|
||||
|
||||
// Light theme background color
|
||||
const COLORREF LIGHT_THEME_COLOR = RGB(0xff, 0xff, 0xff);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user