Comprehensive theme structure for YAZE. More...
#include <theme_manager.h>

Classes | |
| struct | AgentTheme |
| struct | DungeonColors |
Public Member Functions | |
| void | ApplyToImGui () const |
| void | ApplyDensityPreset (DensityPreset preset) |
Comprehensive theme structure for YAZE.
Definition at line 30 of file theme_manager.h.
| void yaze::gui::Theme::ApplyToImGui | ( | ) | const |
Definition at line 35 of file theme_manager.cc.
References border, border_shadow, button, button_active, button_hovered, check_mark, child_bg, compact_factor, yaze::gui::ConvertColorToImVec4(), docking_empty_bg, docking_preview, drag_drop_target, frame_bg, frame_bg_active, frame_bg_hovered, frame_border_size, frame_rounding, grab_rounding, header, header_active, header_hovered, input_text_cursor, menu_bar_bg, modal_window_dim_bg, nav_cursor, nav_windowing_dim_bg, nav_windowing_highlight, plot_histogram, plot_histogram_hovered, plot_lines, plot_lines_hovered, popup_bg, resize_grip, resize_grip_active, resize_grip_hovered, scrollbar_bg, scrollbar_grab, scrollbar_grab_active, scrollbar_grab_hovered, scrollbar_rounding, separator, separator_active, separator_hovered, slider_grab, slider_grab_active, tab, tab_active, tab_dimmed, tab_dimmed_selected, tab_dimmed_selected_overline, tab_hovered, tab_rounding, tab_selected_overline, tab_unfocused, tab_unfocused_active, table_border_light, table_border_strong, table_header_bg, table_row_bg, table_row_bg_alt, text_disabled, text_link, text_primary, text_selected_bg, title_bg, title_bg_active, title_bg_collapsed, tree_lines, window_bg, window_border_size, and window_rounding.
Referenced by yaze::gui::ThemeManager::ApplyTheme(), yaze::gui::ThemeManager::LoadTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().

| void yaze::gui::Theme::ApplyDensityPreset | ( | DensityPreset | preset | ) |
Definition at line 145 of file theme_manager.cc.
References button_padding_multiplier, canvas_toolbar_multiplier, compact_factor, density_preset, yaze::gui::kComfortable, yaze::gui::kCompact, yaze::gui::kNormal, panel_padding_multiplier, spacing_multiplier, table_row_height_multiplier, toolbar_height_multiplier, and widget_height_multiplier.
Referenced by yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| std::string yaze::gui::Theme::name |
Definition at line 31 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplyTheme(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::ExportCurrentThemeJson(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::LoadThemeFromFile(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| std::string yaze::gui::Theme::description |
Definition at line 32 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| std::string yaze::gui::Theme::author |
Definition at line 33 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::primary |
Definition at line 36 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::editor::SettingsPanel::DrawAppearanceSettings(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::GetPrimary(), yaze::gui::ThemeManager::GetWelcomeScreenAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::secondary |
Definition at line 37 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::GetSecondary(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::accent |
Definition at line 38 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::editor::SettingsPanel::DrawAppearanceSettings(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::GetWelcomeScreenBorder(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::background |
Definition at line 39 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::surface |
Definition at line 40 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::editor::SettingsPanel::DrawAppearanceSettings(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetSurface(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::error |
Definition at line 41 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::SerializeTheme().
| Color yaze::gui::Theme::warning |
Definition at line 42 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::SerializeTheme().
| Color yaze::gui::Theme::success |
Definition at line 43 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::SerializeTheme().
| Color yaze::gui::Theme::info |
Definition at line 44 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::SerializeTheme().
| Color yaze::gui::Theme::text_primary |
Definition at line 47 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::GetOnPrimary(), yaze::gui::ThemeManager::GetOnSurface(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::text_secondary |
Definition at line 48 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::editor::anonymous_namespace{dashboard_panel.cc}::GetEditorAccentColor(), yaze::editor::anonymous_namespace{editor_selection_dialog.cc}::GetEditorAccentColor(), yaze::gui::ThemeManager::GetOnSurfaceVariant(), yaze::gui::ThemeManager::GetTextSecondary(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::text_disabled |
Definition at line 49 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetTextDisabled(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::window_bg |
Definition at line 52 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetWelcomeScreenBackground(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::child_bg |
Definition at line 53 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetSurfaceVariant(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::popup_bg |
Definition at line 54 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetSurfaceContainer(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::modal_bg |
Definition at line 55 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::button |
Definition at line 58 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::button_hovered |
Definition at line 59 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetPrimaryHover(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::button_active |
Definition at line 60 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetPrimaryActive(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::frame_bg |
Definition at line 61 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::frame_bg_hovered |
Definition at line 62 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::frame_bg_active |
Definition at line 63 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::header |
Definition at line 66 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetSurfaceContainerHigh(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::header_hovered |
Definition at line 67 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetSurfaceContainerHighest(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::header_active |
Definition at line 68 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::tab |
Definition at line 69 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::tab_hovered |
Definition at line 70 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::tab_active |
Definition at line 71 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::menu_bar_bg |
Definition at line 72 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::title_bg |
Definition at line 73 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::title_bg_active |
Definition at line 74 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::title_bg_collapsed |
Definition at line 75 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::border |
Definition at line 78 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetOutline(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::border_shadow |
Definition at line 79 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::GetShadow(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::separator |
Definition at line 80 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::separator_hovered |
Definition at line 81 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::separator_active |
Definition at line 82 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::scrollbar_bg |
Definition at line 85 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::scrollbar_grab |
Definition at line 86 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::scrollbar_grab_hovered |
Definition at line 87 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::scrollbar_grab_active |
Definition at line 88 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::resize_grip |
Definition at line 91 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::resize_grip_hovered |
Definition at line 92 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::resize_grip_active |
Definition at line 93 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::docking_preview |
Definition at line 94 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::docking_empty_bg |
Definition at line 95 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::check_mark |
Definition at line 98 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::slider_grab |
Definition at line 99 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::slider_grab_active |
Definition at line 100 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::input_text_cursor |
Definition at line 101 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::nav_cursor |
Definition at line 102 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::nav_windowing_highlight |
Definition at line 103 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::nav_windowing_dim_bg |
Definition at line 104 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::modal_window_dim_bg |
Definition at line 105 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::text_selected_bg |
Definition at line 106 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::drag_drop_target |
Definition at line 107 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::table_header_bg |
Definition at line 108 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::table_border_strong |
Definition at line 109 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::table_border_light |
Definition at line 110 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::table_row_bg |
Definition at line 111 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::table_row_bg_alt |
Definition at line 112 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::text_link |
Definition at line 113 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::plot_lines |
Definition at line 114 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::plot_lines_hovered |
Definition at line 115 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::plot_histogram |
Definition at line 116 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::plot_histogram_hovered |
Definition at line 117 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::tree_lines |
Definition at line 118 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::tab_unfocused |
| Color yaze::gui::Theme::tab_unfocused_active |
| Color yaze::gui::Theme::tab_dimmed |
Definition at line 123 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::tab_dimmed_selected |
Definition at line 124 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::tab_dimmed_selected_overline |
Definition at line 125 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::SerializeTheme().
| Color yaze::gui::Theme::tab_selected_overline |
Definition at line 126 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::SerializeTheme().
| Color yaze::gui::Theme::text_highlight |
Definition at line 129 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::link_hover |
Definition at line 130 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::code_background |
Definition at line 131 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::success_light |
Definition at line 132 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::warning_light |
Definition at line 133 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::error_light |
Definition at line 134 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::info_light |
Definition at line 135 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::active_selection |
Definition at line 138 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorBeatHighlight(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::hover_highlight |
| Color yaze::gui::Theme::focus_border |
Definition at line 140 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::disabled_overlay |
Definition at line 141 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::editor_background |
Definition at line 144 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::editor_grid |
Definition at line 145 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::editor_cursor |
Definition at line 146 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::plotting::anonymous_namespace{implot_support.cc}::BuildBaseStyle(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::editor_selection |
Definition at line 147 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::ApplySmartDefaults(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::editor::music::anonymous_namespace{tracker_view.cc}::GetColorSelection(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| Color yaze::gui::Theme::selection_primary |
Definition at line 150 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::selection_secondary |
Definition at line 151 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::selection_hover |
Definition at line 152 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::selection_pulsing |
Definition at line 153 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::selection_handle |
Definition at line 154 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::drag_preview |
Definition at line 155 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::drag_preview_outline |
Definition at line 156 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::entrance_color |
Definition at line 159 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::hole_color |
Definition at line 160 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::exit_color |
Definition at line 161 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::item_color |
Definition at line 162 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::sprite_color |
Definition at line 163 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::transport_color |
Definition at line 164 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| Color yaze::gui::Theme::music_zone_color |
Definition at line 165 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplySmartDefaults(), and yaze::gui::ThemeManager::CreateFallbackYazeClassic().
| struct yaze::gui::Theme::DungeonColors yaze::gui::Theme::dungeon |
| struct yaze::gui::Theme::AgentTheme yaze::gui::Theme::agent |
| float yaze::gui::Theme::window_rounding = 0.0f |
Definition at line 238 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::frame_rounding = 5.0f |
Definition at line 239 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::scrollbar_rounding = 5.0f |
Definition at line 240 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::grab_rounding = 3.0f |
Definition at line 241 of file theme_manager.h.
Referenced by ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::tab_rounding = 0.0f |
Definition at line 242 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), ApplyToImGui(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::window_border_size = 0.0f |
Definition at line 243 of file theme_manager.h.
Referenced by ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::frame_border_size = 0.0f |
Definition at line 244 of file theme_manager.h.
Referenced by ApplyToImGui(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| bool yaze::gui::Theme::enable_animations = true |
Definition at line 247 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyTheme(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::Animator::IsEnabled(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::animation_speed = 1.0f |
Definition at line 248 of file theme_manager.h.
Referenced by yaze::gui::Animator::ComputeStep(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| bool yaze::gui::Theme::enable_glow_effects = false |
Definition at line 249 of file theme_manager.h.
Referenced by yaze::gui::ThemeManager::ApplyClassicYazeTheme(), yaze::gui::ThemeManager::CreateFallbackYazeClassic(), yaze::gui::ThemeManager::GenerateThemeFromAccent(), yaze::gui::ThemeManager::ParseThemeFile(), yaze::gui::ThemeManager::SerializeTheme(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::compact_factor = 1.0f |
Definition at line 253 of file theme_manager.h.
Referenced by yaze::gui::LayoutHelpers::ApplyCompactFactor(), ApplyDensityPreset(), ApplyToImGui(), yaze::gui::LayoutHelpers::GetComboWidth(), yaze::gui::LayoutHelpers::GetCompactInputWidth(), yaze::gui::LayoutHelpers::GetHexInputWidth(), yaze::gui::LayoutHelpers::GetSliderWidth(), yaze::gui::LayoutHelpers::InputToolbarField(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| DensityPreset yaze::gui::Theme::density_preset = DensityPreset::kNormal |
Definition at line 254 of file theme_manager.h.
Referenced by ApplyDensityPreset(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::widget_height_multiplier = 1.0f |
Definition at line 257 of file theme_manager.h.
Referenced by ApplyDensityPreset(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::spacing_multiplier = 1.0f |
Definition at line 258 of file theme_manager.h.
Referenced by ApplyDensityPreset(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::toolbar_height_multiplier = 0.8f |
Definition at line 259 of file theme_manager.h.
Referenced by ApplyDensityPreset(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::panel_padding_multiplier = 1.0f |
Definition at line 260 of file theme_manager.h.
Referenced by ApplyDensityPreset(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::input_width_multiplier = 1.0f |
Definition at line 261 of file theme_manager.h.
Referenced by yaze::gui::LayoutHelpers::GetComboWidth(), and yaze::gui::LayoutHelpers::GetSliderWidth().
| float yaze::gui::Theme::button_padding_multiplier = 1.0f |
Definition at line 262 of file theme_manager.h.
Referenced by ApplyDensityPreset(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::table_row_height_multiplier = 1.0f |
Definition at line 263 of file theme_manager.h.
Referenced by ApplyDensityPreset(), and yaze::gui::ThemeManager::ShowSimpleThemeEditor().
| float yaze::gui::Theme::canvas_toolbar_multiplier = 0.75f |
Definition at line 264 of file theme_manager.h.
Referenced by ApplyDensityPreset().