Files
XCEngine/new_editor/app/Platform/Win32/EditorWindowStyle.h

13 lines
508 B
C
Raw Normal View History

#pragma once
#include <XCEngine/UI/DrawData.h>
namespace XCEngine::UI::Editor::App::EditorWindowInternal {
inline const ::XCEngine::UI::UIColor kShellSurfaceColor(0.10f, 0.10f, 0.10f, 1.0f);
inline const ::XCEngine::UI::UIColor kShellBorderColor(0.15f, 0.15f, 0.15f, 1.0f);
inline const ::XCEngine::UI::UIColor kShellTextColor(0.92f, 0.92f, 0.92f, 1.0f);
inline const ::XCEngine::UI::UIColor kShellMutedTextColor(0.70f, 0.70f, 0.70f, 1.0f);
} // namespace XCEngine::UI::Editor::App::EditorWindowInternal