summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-18 14:06:42 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-18 14:06:42 +0300
commit442e5fcdefb71058dbed8fa8d85121020d87aeef (patch)
tree6058b1ce8a782d2c699a126080ad8f602ab5496c /src/ui/color.h
parentd85be5627478949876a5bb10d9d4152ac75a07b9 (diff)
GmDocument: Added an icon for quote blocks
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index 2c481d13..51d3370f 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -48,7 +48,7 @@ enum iColorId {
48 gray50_ColorId, 48 gray50_ColorId,
49 gray75_ColorId, 49 gray75_ColorId,
50 white_ColorId, 50 white_ColorId,
51 brown_ColorId, 51 brown_ColorId,
52 orange_ColorId, 52 orange_ColorId,
53 teal_ColorId, 53 teal_ColorId,
54 cyan_ColorId, 54 cyan_ColorId,
@@ -109,6 +109,7 @@ enum iColorId {
109 tmParagraph_ColorId, 109 tmParagraph_ColorId,
110 tmFirstParagraph_ColorId, 110 tmFirstParagraph_ColorId,
111 tmQuote_ColorId, 111 tmQuote_ColorId,
112 tmQuoteIcon_ColorId,
112 tmPreformatted_ColorId, 113 tmPreformatted_ColorId,
113 tmHeading1_ColorId, 114 tmHeading1_ColorId,
114 tmHeading2_ColorId, 115 tmHeading2_ColorId,