GUI: add new ImGui colors
This commit is contained in:
parent
e32a3369f2
commit
4cd105c6b2
3 changed files with 34 additions and 8 deletions
|
|
@ -215,6 +215,11 @@ enum FurnaceGUIColors {
|
|||
GUI_COLOR_TEXT_SELECTION,
|
||||
GUI_COLOR_TABLE_ROW_EVEN,
|
||||
GUI_COLOR_TABLE_ROW_ODD,
|
||||
GUI_COLOR_INPUT_TEXT_CURSOR,
|
||||
GUI_COLOR_TAB_SELECTED_OVERLINE,
|
||||
GUI_COLOR_TAB_DIMMED_SELECTED_OVERLINE,
|
||||
GUI_COLOR_TEXT_LINK,
|
||||
GUI_COLOR_TREE_LINES,
|
||||
|
||||
GUI_COLOR_TOGGLE_OFF,
|
||||
GUI_COLOR_TOGGLE_ON,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue