summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-23 19:04:42 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-23 19:04:42 +0200
commit78ab2ead2f907ea869cc71fb9900bdfcb1bf2834 (patch)
tree9abee49224a244e510eaf47f501d6b6af951508c /src/ui/color.h
parent8f7a1033f37be1a4d47c626ffb36a28385340699 (diff)
SidebarWidget: Improved appearance
Added a color for sidebar background. Removed the right-edge separator line; instead, use color to separate. Page outline uses bold font for level 1 headings.
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 8039506f..f65600d2 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -107,6 +107,7 @@ enum iColorId {
107 uiTextDim_ColorId, 107 uiTextDim_ColorId,
108 uiSubheading_ColorId, 108 uiSubheading_ColorId,
109 uiTextAppTitle_ColorId, 109 uiTextAppTitle_ColorId,
110 uiBackgroundSidebar_ColorId,
110 111
111 /* content theme colors */ 112 /* content theme colors */
112 tmFirst_ColorId, 113 tmFirst_ColorId,