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

13 lines
506 B
C++

#pragma once
#include <XCEngine/UI/DrawData.h>
namespace XCEngine::UI::Editor::App::EditorWindowSupport {
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::EditorWindowSupport