summaryrefslogtreecommitdiff
path: root/src/gfx_func.h
diff options
context:
space:
mode:
authorNiels Martin Hansen <nielsm@indvikleren.dk>2020-01-04 23:06:49 +0100
committerNiels Martin Hansen <nielsm@indvikleren.dk>2020-01-05 23:50:00 +0100
commitac3bc30a30d3daeb912c989accbb0fb08ea6e582 (patch)
tree63a2ad4a5522066da923a46c75730e6149ec9e55 /src/gfx_func.h
parent838117b05ec5ca6e111b86fb9c1210c755e42201 (diff)
downloadopenttd-ac3bc30a30d3daeb912c989accbb0fb08ea6e582.tar.xz
Add: Highlight item under mouse in file browser
Diffstat (limited to 'src/gfx_func.h')
-rw-r--r--src/gfx_func.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx_func.h b/src/gfx_func.h
index a0b46a477..ea133acfc 100644
--- a/src/gfx_func.h
+++ b/src/gfx_func.h
@@ -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.