summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-18 19:21:05 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-18 19:21:05 +0200
commite39a4035a622e1e9e1573cc567cb43652fdef231 (patch)
tree4df756ec4ad40e179166d24918c6229e51bfc807 /src/ui/color.h
parent1ac1db7f0b508e6219dce4aa2fbd2c5515472506 (diff)
SidebarWidget: New color for feed names
Separate the entry titles from the feed titles.
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index b5d32ac4..6849ff2b 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -105,6 +105,7 @@ enum iColorId {
105 uiBackgroundUnfocusedSelection_ColorId, 105 uiBackgroundUnfocusedSelection_ColorId,
106 uiBackgroundFolder_ColorId, 106 uiBackgroundFolder_ColorId,
107 uiTextDim_ColorId, 107 uiTextDim_ColorId,
108 uiSubheading_ColorId,
108 109
109 /* content theme colors */ 110 /* content theme colors */
110 tmFirst_ColorId, 111 tmFirst_ColorId,