summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-26 17:36:41 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-26 17:36:41 +0200
commit57bd24d57826e0fe6ca49b9e378bd2ddb90278c2 (patch)
treeaa4036cd4092f8fe63ae21756b8469e473473275 /src/ui/color.h
parentf895842fbb9d7ddf95bf721f05af3e561ed1c81c (diff)
Color for passively selected sidebar item
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 94c38aec..bc2f04f6 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -102,6 +102,7 @@ enum iColorId {
102 uiSeparator_ColorId, 102 uiSeparator_ColorId,
103 uiMarked_ColorId, 103 uiMarked_ColorId,
104 uiMatching_ColorId, 104 uiMatching_ColorId,
105 uiBackgroundUnfocusedSelection_ColorId,
105 106
106 /* content theme colors */ 107 /* content theme colors */
107 tmFirst_ColorId, 108 tmFirst_ColorId,