Skip to content

Commit 1cb4bbf

Browse files
committed
update
1 parent a608a7f commit 1cb4bbf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ Go to your Sublime Text `Packages` directory and clone the theme repository usin
3333
- OS X: `~/Library/Application Support/Sublime Text 2/Packages/GDL`
3434

3535
## Usage
36-
From now on you can select `GDL` as the current language in the bottom right corner of ST.
36+
From now on you can select `GDL` as the current language in the bottom right corner of ST.
37+
But wait! There's more!
38+
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.
39+
40+
Copy this into the new file and save:
41+
`{
42+
"color_scheme": "Packages/GDL/GDL.tmTheme"
43+
}`
44+
3745

3846
## Getting Started With Sublime Text
3947
New to Sublime? Then I can recommend the excellent and free video tutorial by nettuts: [Perfect Workflow in Sublime Text](http://net.tutsplus.com/articles/news/perfect-workflow-in-sublime-text-free-course/).

0 commit comments

Comments
 (0)