summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-16 16:47:13 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-16 16:47:13 +0300
commit6d8bf2508f5e2af36b61cca42ed68cad26c41d56 (patch)
treefa80ff80181af63ce557ef71fbe8177851fb9ac4 /src/ui/color.h
parent45a92070bf8681cf3b91ec784a2368e9653e9c5d (diff)
Further theme color improvements
Default seed colors.
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 77cbac09..a359e09e 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -66,6 +66,8 @@ enum iColorId {
66 uiHeading_ColorId, 66 uiHeading_ColorId,
67 uiIcon_ColorId, 67 uiIcon_ColorId,
68 uiSeparator_ColorId, 68 uiSeparator_ColorId,
69 uiMarked_ColorId,
70 uiMatching_ColorId,
69 71
70 /* content theme colors */ 72 /* content theme colors */
71 tmFirst_ColorId, 73 tmFirst_ColorId,