summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-11 16:10:42 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-11 16:10:42 +0300
commit1e8b17b775715edfc68157d9be6743109f65a71b (patch)
tree9680b21fed26866c1717bcf89f8ce38ec6047d52 /src/ui/color.h
parenta0ddbf089bacfe8b9852e77a3bfcfb452d288053 (diff)
Document outline; jumping to clicked heading
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index 8b5ef306..6444ad03 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -27,9 +27,9 @@ enum iColorId {
27 tmFirstParagraph_ColorId, 27 tmFirstParagraph_ColorId,
28 tmQuote_ColorId, 28 tmQuote_ColorId,
29 tmPreformatted_ColorId, 29 tmPreformatted_ColorId,
30 tmHeader1_ColorId, 30 tmHeading1_ColorId,
31 tmHeader2_ColorId, 31 tmHeading2_ColorId,
32 tmHeader3_ColorId, 32 tmHeading3_ColorId,
33 tmBannerBackground_ColorId, 33 tmBannerBackground_ColorId,
34 tmBannerTitle_ColorId, 34 tmBannerTitle_ColorId,
35 tmBannerIcon_ColorId, 35 tmBannerIcon_ColorId,