24#ifndef _COLOR_HANDLER_H
25#define _COLOR_HANDLER_H
28#include "color_types.h"
32wxColour GetGlobalColor(wxString colorName);
wxColour GetDialogColor(DialogColor color)
Retrieves a dialog color based on its role in the application's dialogs.
DialogColor
Enumeration of color types used in dialogs.
@ DLG_ACCENT
Accent color.
@ DLG_SELECTED_ACCENT
Accent color for selected items.
@ DLG_SELECTED_BACKGROUND
Background color for selected items.
@ DLG_UNSELECTED_ACCENT
Accent color for unselected items.
@ DLG_UNSELECTED_BACKGROUND
Background color for unselected items.
@ DLG_BACKGROUND
Background color of the dialog.
@ DLG_HIGHLIGHT
Highlight color.
wxColorHashMap * pcurrent_user_color_hash
Global instance.