highlight cursor row when edit mode is on

closes #29
This commit is contained in:
tildearrow 2022-01-19 18:10:42 -05:00
parent a47a571f0b
commit 7c509ba9b8
2 changed files with 5 additions and 1 deletions

View file

@ -13,6 +13,7 @@ enum FurnaceGUIColors {
GUI_COLOR_HEADER,
GUI_COLOR_ITEM_BACKGROUND,
GUI_COLOR_ITEM_FOREGROUND,
GUI_COLOR_EDITING,
GUI_COLOR_INSTR_FM,
GUI_COLOR_INSTR_STD,
GUI_COLOR_INSTR_GB,