mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
impr: Added more fine-grained colors to themes
This commit is contained in:
@@ -28,8 +28,30 @@ enum ImGuiCustomCol {
|
||||
ImGuiCustomCol_ToolbarPurple,
|
||||
ImGuiCustomCol_ToolbarBrown,
|
||||
|
||||
ImGuiCustomCol_LoggerDebug,
|
||||
ImGuiCustomCol_LoggerInfo,
|
||||
ImGuiCustomCol_LoggerWarning,
|
||||
ImGuiCustomCol_LoggerError,
|
||||
ImGuiCustomCol_LoggerFatal,
|
||||
|
||||
ImGuiCustomCol_AchievementUnlocked,
|
||||
|
||||
ImGuiCustomCol_FindHighlight,
|
||||
|
||||
ImGuiCustomCol_DiffAdded,
|
||||
ImGuiCustomCol_DiffRemoved,
|
||||
ImGuiCustomCol_DiffChanged,
|
||||
|
||||
ImGuiCustomCol_AdvancedEncodingASCII,
|
||||
ImGuiCustomCol_AdvancedEncodingSingleChar,
|
||||
ImGuiCustomCol_AdvancedEncodingMultiChar,
|
||||
ImGuiCustomCol_AdvancedEncodingUnknown,
|
||||
|
||||
ImGuiCustomCol_Highlight,
|
||||
|
||||
ImGuiCustomCol_Patches,
|
||||
ImGuiCustomCol_PatternSelected,
|
||||
|
||||
ImGuiCustomCol_IEEEToolSign,
|
||||
ImGuiCustomCol_IEEEToolExp,
|
||||
ImGuiCustomCol_IEEEToolMantissa,
|
||||
|
||||
Reference in New Issue
Block a user