summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-26 19:25:34 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-26 19:25:34 +0300
commit12d4ec900bfb57041571ab71f7e09e5d8b818174 (patch)
treeed4b6244ed8e0cc79676be3a9eb18e9e4f58b7d2 /src/ui/color.h
parentc8afe01adf5b6c5e0a0313b5a91279cbdc7079d7 (diff)
LabelWidget: Separate color for disabled buttons
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 3c986d59..46e7b56a 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -101,6 +101,7 @@ enum iColorId {
101 uiSeparator_ColorId, 101 uiSeparator_ColorId,
102 uiMarked_ColorId, 102 uiMarked_ColorId,
103 uiMatching_ColorId, 103 uiMatching_ColorId,
104 uiTextDisabled_ColorId,
104 105
105 /* content theme colors */ 106 /* content theme colors */
106 tmFirst_ColorId, 107 tmFirst_ColorId,