summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index c0db4382..d2fa3c00 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -132,7 +132,9 @@ enum iColorId {
132 tmBannerIcon_ColorId, 132 tmBannerIcon_ColorId,
133 tmBannerSideTitle_ColorId, 133 tmBannerSideTitle_ColorId,
134 tmInlineContentMetadata_ColorId, 134 tmInlineContentMetadata_ColorId,
135 tmAltTextBackground_ColorId, /* derived from other theme colors */ 135 tmBackgroundAltText_ColorId, /* derived from other theme colors */
136 tmBackgroundOpenLink_ColorId, /* derived from other theme colors */
137 tmFrameOpenLink_ColorId, /* derived from other theme colors */
136 tmLinkCustomIconVisited_ColorId, /* derived from other theme colors */ 138 tmLinkCustomIconVisited_ColorId, /* derived from other theme colors */
137 tmBadLink_ColorId, 139 tmBadLink_ColorId,
138 140