GUI: add ability to colorize rows per highlight
This commit is contained in:
parent
dab164f09e
commit
48838440ba
4 changed files with 37 additions and 7 deletions
|
|
@ -132,8 +132,14 @@ enum FurnaceGUIColors {
|
|||
GUI_COLOR_PATTERN_HI_1,
|
||||
GUI_COLOR_PATTERN_HI_2,
|
||||
GUI_COLOR_PATTERN_ROW_INDEX,
|
||||
GUI_COLOR_PATTERN_ROW_INDEX_HI1,
|
||||
GUI_COLOR_PATTERN_ROW_INDEX_HI2,
|
||||
GUI_COLOR_PATTERN_ACTIVE,
|
||||
GUI_COLOR_PATTERN_INACTIVE,
|
||||
GUI_COLOR_PATTERN_ACTIVE_HI1,
|
||||
GUI_COLOR_PATTERN_INACTIVE_HI1,
|
||||
GUI_COLOR_PATTERN_ACTIVE_HI2,
|
||||
GUI_COLOR_PATTERN_INACTIVE_HI2,
|
||||
GUI_COLOR_PATTERN_INS,
|
||||
GUI_COLOR_PATTERN_INS_WARN,
|
||||
GUI_COLOR_PATTERN_INS_ERROR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue