From 442e5fcdefb71058dbed8fa8d85121020d87aeef Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 18 Sep 2020 14:06:42 +0300 Subject: GmDocument: Added an icon for quote blocks --- src/ui/color.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui/color.h') 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 { gray50_ColorId, gray75_ColorId, white_ColorId, - brown_ColorId, + brown_ColorId, orange_ColorId, teal_ColorId, cyan_ColorId, @@ -109,6 +109,7 @@ enum iColorId { tmParagraph_ColorId, tmFirstParagraph_ColorId, tmQuote_ColorId, + tmQuoteIcon_ColorId, tmPreformatted_ColorId, tmHeading1_ColorId, tmHeading2_ColorId, -- cgit v1.2.3