theme: replace \ufa1e with \ufbab

closes #1239
This commit is contained in:
Jan De Dobbeleer 2021-11-16 16:46:40 +01:00
parent 10d8f5a013
commit 366767accd
No known key found for this signature in database
GPG key ID: F6CC273CE5BA9AEE
3 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ A temporary workaround is to use an invisible character at the end (`\u2800`).
/* other attributes here */ /* other attributes here */
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": "\ufa1e", "prefix": "\ufbab",
"postfix": "\u2800" // invisible spacing character "postfix": "\u2800" // invisible spacing character
} }
} }

View file

@ -154,7 +154,7 @@
"trailing_diamond": "", "trailing_diamond": "",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": "<transparent>\uE0B0</> \ufa1e", "prefix": "<transparent>\uE0B0</> \ufbab",
"postfix": "\u2800" "postfix": "\u2800"
} }
}, },

View file

@ -72,7 +72,7 @@
"trailing_diamond": "", "trailing_diamond": "",
"properties": { "properties": {
"always_enabled": true, "always_enabled": true,
"prefix": " \ufa1e ", "prefix": " \ufbab ",
"postfix": "\u2800" "postfix": "\u2800"
} }
} }