yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::gui::style::Theme Struct Reference

#include <theme.h>

Public Attributes

ImVec4 primary = ImVec4(0.196f, 0.6f, 0.8f, 1.0f)
 
ImVec4 secondary = ImVec4(0.133f, 0.545f, 0.133f, 1.0f)
 
ImVec4 warning = ImVec4(0.8f, 0.2f, 0.2f, 1.0f)
 
ImVec4 success = ImVec4(0.2f, 0.8f, 0.2f, 1.0f)
 
ImVec4 panel_bg = ImVec4(0.07f, 0.07f, 0.07f, 0.95f)
 
ImVec4 text = ImVec4(1.0f, 1.0f, 1.0f, 1.0f)
 
float rounding = 6.0f
 

Detailed Description

Definition at line 12 of file theme.h.

Member Data Documentation

◆ primary

ImVec4 yaze::gui::style::Theme::primary = ImVec4(0.196f, 0.6f, 0.8f, 1.0f)

Definition at line 14 of file theme.h.

Referenced by yaze::gui::style::ApplyTheme().

◆ secondary

ImVec4 yaze::gui::style::Theme::secondary = ImVec4(0.133f, 0.545f, 0.133f, 1.0f)

Definition at line 16 of file theme.h.

Referenced by yaze::gui::style::ApplyTheme().

◆ warning

ImVec4 yaze::gui::style::Theme::warning = ImVec4(0.8f, 0.2f, 0.2f, 1.0f)

Definition at line 18 of file theme.h.

◆ success

ImVec4 yaze::gui::style::Theme::success = ImVec4(0.2f, 0.8f, 0.2f, 1.0f)

Definition at line 20 of file theme.h.

◆ panel_bg

ImVec4 yaze::gui::style::Theme::panel_bg = ImVec4(0.07f, 0.07f, 0.07f, 0.95f)

Definition at line 22 of file theme.h.

Referenced by yaze::gui::style::ApplyTheme().

◆ text

ImVec4 yaze::gui::style::Theme::text = ImVec4(1.0f, 1.0f, 1.0f, 1.0f)

Definition at line 24 of file theme.h.

Referenced by yaze::gui::style::ApplyTheme().

◆ rounding

float yaze::gui::style::Theme::rounding = 6.0f

Definition at line 26 of file theme.h.

Referenced by yaze::gui::style::ApplyTheme().


The documentation for this struct was generated from the following file: