Loading...
Searching...
No Matches
#include <UI/Common/Style.hpp>
|
ImFont * | shkyera::style::SMALL_FONT = nullptr |
|
ImFont * | shkyera::style::NORMAL_FONT = nullptr |
|
ImFont * | shkyera::style::BIG_FONT = nullptr |
|
ImFont * | shkyera::style::HUGE_FONT = nullptr |
|
const ImVec4 | shkyera::style::BACKGROUND_COLOR = ImVec4(0.15f, 0.15f, 0.15f, 1.0f) |
|
const ImVec4 | shkyera::style::TEXT_COLOR = ImVec4(0.86f, 0.86f, 0.86f, 1.0f) |
|
const ImVec4 | shkyera::style::DISABLED_TEXT_COLOR = ImVec4(0.86f, 0.93f, 0.89f, 0.28f) |
|
const ImVec4 | shkyera::style::ACCENT_COLOR = ImVec4(0.22f, 0.14f, 0.7f, 1.0f) |
|
const ImVec4 | shkyera::style::STRONG_ACCENT_COLOR = ImVec4(0.46f, 0.02f, 0.9f, 1.0f) |
|
const ImVec4 | shkyera::style::GREY = ImVec4(0.3f, 0.3f, 0.3f, 1.0f) |
|
const ImVec4 | shkyera::style::LIGHT_GREY = ImVec4(0.8f, 0.8f, 0.8f, 1.0f) |
|
const ImVec4 | shkyera::style::DARK_ACCENT = ImVec4(0.05f, 0.05f, 0.05f, 1.0f) |
|
const ImVec4 | shkyera::style::BLACK = ImVec4(0.0f, 0.0f, 0.0f, 0.0f) |
|