Nav: NavHighlight gets its own color (default to Header color), made rectangle thicker (#323)

This commit is contained in:
ocornut
2016-08-15 13:07:39 +02:00
parent cf16ba6572
commit 3ab0d5cdfd
2 changed files with 6 additions and 3 deletions

View File

@ -666,7 +666,8 @@ enum ImGuiCol_
ImGuiCol_PlotHistogramHovered,
ImGuiCol_TextSelectedBg,
ImGuiCol_ModalWindowDarkening, // darken entire screen when a modal window is active
ImGuiCol_NavWindowingHighlight, // when holding NavMenu to focus/move/resize windows
ImGuiCol_NavHighlight, // gamepad/keyboard: current highlighted item
ImGuiCol_NavWindowingHighlight, // gamepad/keyboard: when holding NavMenu to focus/move/resize windows
ImGuiCol_COUNT
};