summaryrefslogtreecommitdiff
path: root/src/ui/color.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-25 13:44:19 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-25 13:44:19 +0300
commit7e63026892c1e9d686ba61e6cb8b620e5ad4081d (patch)
tree3230a973bde06f909a72203521c7ac2ef0c34984 /src/ui/color.h
parentda7f09f2102bb1f2b6c1523bec89ccdf1652b214 (diff)
Banner: Error items; improved appearance
Diffstat (limited to 'src/ui/color.h')
-rw-r--r--src/ui/color.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/color.h b/src/ui/color.h
index c9dff598..5e96c300 100644
--- a/src/ui/color.h
+++ b/src/ui/color.h
@@ -159,6 +159,11 @@ enum iColorId {
159 tmGopherLinkTextHover_ColorId, 159 tmGopherLinkTextHover_ColorId,
160 tmGopherLinkDomain_ColorId, 160 tmGopherLinkDomain_ColorId,
161 tmGopherLinkLastVisitDate_ColorId, 161 tmGopherLinkLastVisitDate_ColorId,
162
163 tmBannerItemBackground_ColorId,
164 tmBannerItemFrame_ColorId,
165 tmBannerItemTitle_ColorId,
166 tmBannerItemText_ColorId,
162 167
163 max_ColorId, /* note: GmRun packs color into limited number of bits */ 168 max_ColorId, /* note: GmRun packs color into limited number of bits */
164 tmMax_ColorId = max_ColorId - tmFirst_ColorId 169 tmMax_ColorId = max_ColorId - tmFirst_ColorId