diff --git a/README.md b/README.md index 375df4e3a..811a12cef 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,11 @@ const markdownStyle: MarkdownStyle = { backgroundColor: 'lightgray', }, mentionHere: { - backgroundColor: 'yellow', + color: 'green', + backgroundColor: 'lime', }, mentionUser: { + color: 'blue', backgroundColor: 'cyan', }, };