summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-09 08:25:47 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-09 08:25:47 +0200
commitd17dba488c5e1218ddff2d7a7d138a28ce25f1e2 (patch)
tree90e2359d74e15f8336d82b61f2e38ee712a7fb91 /src/ui/text.h
parent5a1b9c16d4c45b9ae40c107bd2592415b48ded58 (diff)
GmDocument: Light mode Gray document theme
The Gray theme now has a light and dark variant.
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 8a023546..99f81d9f 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -143,7 +143,7 @@ iLocalDef iBool isEmoji_Char(iChar c) {
143iLocalDef iBool isDingbats_Char(iChar c) { 143iLocalDef iBool isDingbats_Char(iChar c) {
144 return c >= 0x2702 && c <= 0x27b0; 144 return c >= 0x2702 && c <= 0x27b0;
145} 145}
146iLocalDef iBool isSymbol_Char(iChar c) { 146iLocalDef iBool isPictograph_Char(iChar c) {
147 return (c == 0x21a9) || 147 return (c == 0x21a9) ||
148 (c == 0x2218 || c == 0x2219) || 148 (c == 0x2218 || c == 0x2219) ||
149 (c >= 0x2300 && c <= 0x26ff) || 149 (c >= 0x2300 && c <= 0x26ff) ||