From d17dba488c5e1218ddff2d7a7d138a28ce25f1e2 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Tue, 9 Mar 2021 08:25:47 +0200 Subject: GmDocument: Light mode Gray document theme The Gray theme now has a light and dark variant. --- src/gmdocument.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/gmdocument.h') diff --git a/src/gmdocument.h b/src/gmdocument.h index 92f62ba4..1909460f 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h @@ -44,10 +44,7 @@ enum iGmDocumentTheme { highContrast_GmDocumentTheme, }; -iLocalDef iBool isDark_GmDocumentTheme(enum iGmDocumentTheme d) { - return d == colorfulDark_GmDocumentTheme || d == black_GmDocumentTheme || - d == gray_GmDocumentTheme; -} +iBool isDark_GmDocumentTheme(enum iGmDocumentTheme); typedef uint16_t iGmLinkId; -- cgit v1.2.3