summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-28 22:04:24 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-28 22:04:24 +0300
commitde3463f5d9ac3a8b7c0f3e23ff11ade2b19fdb68 (patch)
tree195d147125afb9db3a4b9775849aea30017dd876 /src/ui/color.h
parent3a881ec009c9c8b6030d2f9bdf404423108e3019 (diff)
Folding preformatted blocks and showing alt text
The alt text of preformatted blocks is shown on mouse hover. The blocks can be clicked to toggle folding. IssueID #180
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 057ca42d..cd2f95d3 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -115,7 +115,8 @@ enum iColorId {
115 uiTextAppTitle_ColorId, 115 uiTextAppTitle_ColorId,
116 uiBackgroundSidebar_ColorId, 116 uiBackgroundSidebar_ColorId,
117 uiBackgroundMenu_ColorId, 117 uiBackgroundMenu_ColorId,
118 tmLinkCustomIconVisited_ColorId, 118 tmLinkCustomIconVisited_ColorId, /* derived from other theme colors */
119 tmAltTextBackground_ColorId, /* derived from other theme colors */
119 120
120 /* content theme colors */ 121 /* content theme colors */
121 tmFirst_ColorId, 122 tmFirst_ColorId,