Skip to content

Commit d66fe6c

Browse files
committed
Update README.md
1 parent cf1d8d6 commit d66fe6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A bundle to make GDL available in [Sublime Text](http://www.sublimetext.com/).
33

44
[![Version](https://img.shields.io/github/release/runxel/GDL-sublime.svg?style=flat-square)](https://github.com/runxel/GDL-sublime/releases/latest)
55

6-
![dark color scheme](https://i.imgur.com/pH7MH1P.png)
6+
![dark color scheme](https://i.imgur.com/OEurk9A.png)
77

88
# What is GDL?
99
GDL means 'Geometric Description Language'. [ArchiCAD](http://www.graphisoft.com/) uses it to define a library part.
@@ -48,17 +48,17 @@ Copy _one_ of these into the new file and save:
4848
#### **Dark:**
4949
```json
5050
{
51-
"color_scheme": "Packages/GDL/GDL-dark.tmTheme"
51+
"color_scheme": "Packages/GDL/GDL-dark.sublime-color-scheme"
5252
}
5353
```
5454

5555
#### **Light:**
5656
```json
5757
{
58-
"color_scheme": "Packages/GDL/GDL-light.tmTheme"
58+
"color_scheme": "Packages/GDL/GDL-light.sublime-color-scheme"
5959
}
6060
```
61-
![light color scheme](https://i.imgur.com/9eXjKPe.png)
61+
![light color scheme](https://i.imgur.com/OQx2IF2.png)
6262

6363
#### Don't like the theme?
6464
Don't worry. Go to the [ththeme-editor](http://tmtheme-editor.herokuapp.com/#!/editor/theme/GDL%20dark) and select one of the two themes as start and make one which satisfies you! (Note that the theme-editor of course has no preview for gdl code, so it's just direct scope color editing.)

0 commit comments

Comments
 (0)