Noting dark mode friendly

Signed-off-by: Ivan Boothe <ivan@rootwork.org>
This commit is contained in:
Ivan Boothe 2021-10-25 18:48:57 -07:00
parent d3ddadd81c
commit b9cfacd9cd

View file

@ -1,6 +1,6 @@
{
"name": "Symbol search",
"description": "Search symbols in ASCII and Unicode and copy them to the clipboard.",
"description": "Search symbols in ASCII and Unicode and copy them to the clipboard. Dark mode friendly.",
"developer_name": "Ivan Boothe",
"icon": "images/insertion-symbol.png",
"required_api_version": "^2.0.0",
@ -12,7 +12,7 @@
"id": "symbol",
"type": "keyword",
"name": "Symbol",
"description": "Search symbols in ASCII and Unicode and copy them to the clipboard.",
"description": "Search symbols in ASCII and Unicode and copy them to the clipboard. Dark mode friendly.",
"default_value": "sym"
}
]