Shkyera Engine
Easy to use, game engine for Python
Loading...
Searching...
No Matches
Style.cpp File Reference
#include <UI/Common/Style.hpp>
Include dependency graph for Style.cpp:

Namespaces

namespace  shkyera
 
namespace  shkyera::style
 

Functions

void shkyera::style::loadFonts (const std::string &path)
 

Variables

ImFontshkyera::style::SMALL_FONT = nullptr
 
ImFontshkyera::style::NORMAL_FONT = nullptr
 
ImFontshkyera::style::BIG_FONT = nullptr
 
ImFontshkyera::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)