Add: Highlight item under mouse in file browser

This commit is contained in:
Niels Martin Hansen
2020-01-04 23:06:49 +01:00
parent 838117b05e
commit ac3bc30a30
2 changed files with 31 additions and 0 deletions

View File

@@ -219,6 +219,7 @@ static const uint8 PC_VERY_LIGHT_YELLOW = 0x45; ///< Almost-white yel
static const uint8 PC_GREEN = 0xD0; ///< Green palette colour.
static const uint8 PC_VERY_DARK_BLUE = 0x9A; ///< Almost-black blue palette colour.
static const uint8 PC_DARK_BLUE = 0x9D; ///< Dark blue palette colour.
static const uint8 PC_LIGHT_BLUE = 0x98; ///< Light blue palette colour.