Skip to content

Commit 7d3685e

Browse files
committed
Add theme recommendation
1 parent 34b43b3 commit 7d3685e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ The official VSCode plugin for ReScript.
88

99
You **must** have `bs-platform 8.3.3` installed locally in your project, through the usual [npm installation](https://rescript-lang.org/docs/manual/latest/installation#integrate-into-existing-js-project). Older versions are not guaranteed to work.
1010

11+
## Recommendation
12+
13+
Our highlighting works well with most popular VSCode themes, such as:
14+
15+
- Dark+ (default dark), Light+ (default light)
16+
- Solarized Dark, Solarized Light
17+
- Monokai Dimmed
18+
- Tomorrow Night Blue
19+
- Most preinstalled themes
20+
21+
The only 2 themes we don't (and can't) support, due to their lack of coloring, are:
22+
23+
- Dark (Visual Studio), Light (Visual Studio)
24+
25+
If your custom theme doesn't seem to highlight much (e.g. no colors for upper-case JSX tag, no distinction between module and variant), try one of the recommended themes to see if that's the problem.
26+
1127
## Installation
1228

1329
The plugin's on [VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=chenglou92.rescript-vscode). In VSCode, `cmd-shift-p` -> "Install Extensions", then find "rescript-vscode".

0 commit comments

Comments
 (0)