summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-10-21 15:27:49 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-10-21 15:27:49 +0300
commit6b7dd0e0d450309790deeaf765706d30168a26a6 (patch)
tree6d37a588617bbddeed590a853b0b34ce23dfe0e4 /src/ui/color.h
parentb7028a750875c67c35902fcf814c69239959d1ab (diff)
Added theme colors for the hover outline
Still need to choose them based on the current theme.
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index d1c52685..2b7fd735 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -118,6 +118,8 @@ enum iColorId {
118 tmBannerTitle_ColorId, 118 tmBannerTitle_ColorId,
119 tmBannerIcon_ColorId, 119 tmBannerIcon_ColorId,
120 tmBannerSideTitle_ColorId, 120 tmBannerSideTitle_ColorId,
121 tmOutlineHeadingAbove_ColorId,
122 tmOutlineHeadingBelow_ColorId,
121 tmInlineContentMetadata_ColorId, 123 tmInlineContentMetadata_ColorId,
122 tmBadLink_ColorId, 124 tmBadLink_ColorId,
123 125