Skip to content

Commit 7e50d1c

Browse files
committed
new color schemes
1 parent 31e6126 commit 7e50d1c

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,21 @@ From now on you can select `GDL` as the current language in the bottom right cor
3535
But wait! There's more!
3636
Activate a well aligned color scheme by modifying the syntax specific preferences file, which you can find using the menu item `Preferences -> Settings - More -> Syntax Specific – User`, after you set the syntax to `GDL` for the current file.
3737

38-
Copy this into the new file and save:
38+
There a 2 different color schemes at choice: A dark and light one. _I muchly recommend the dark one for fatigue-proof coding!_
39+
40+
Copy _one_ of these into the new file and save:
41+
42+
#### **Dark:**
43+
```json
44+
{
45+
"color_scheme": "Packages/GDL/GDL-dark.tmTheme"
46+
}
47+
```
48+
49+
#### **Light:**
3950
```json
4051
{
41-
"color_scheme": "Packages/GDL/GDL.tmTheme"
52+
"color_scheme": "Packages/GDL/GDL-light.tmTheme"
4253
}
4354
```
4455

0 commit comments

Comments
 (0)