Skip to content

Commit 17d774f

Browse files
committed
More links and info on the themes
1 parent 0de7d1b commit 17d774f

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,28 @@
1010
All of the built themes in this package are distributed at separate repositories. It's recommended that you install one of these if you're looking for a specific theme.
1111

1212
### CSS
13+
14+
The CSS syntax theme is based on a custom syntax highlighter in use by GitHub. The prefixes to the classes are `.pl-` for Prettylights.
15+
1316
- [github-syntax-light]()
1417
- [github-syntax-dark]()
1518

16-
### Ace
19+
### [Ace][ace]
20+
21+
The [Ace][ace] syntax theme is generated using a built in tool by Ace to convert [TextMate][tm] themes to Ace themes.
22+
1723
- [github-ace-light]()
1824
- [github-ace-dark]()
1925

20-
### Atom
26+
### [Atom][atom]
27+
28+
The [Atom][atom] theme is built by `apm` converted from the [TextMate][tm] theme.
29+
2130
- [github-light-syntax]()
2231
- [github-dark-syntax]()
2332

24-
### TextMate
33+
### [TextMate][tm]
34+
2535
- [github-textmate-light]()
2636
- [github-textmate-dark]()
2737

@@ -47,3 +57,7 @@ If you would like to see the theme compiled for another platform, we welcome pul
4757
## License
4858

4959
[MIT](./LICENSE) © [GitHub](https://github.com/)
60+
61+
[ace]: https://github.com/ajaxorg/ace
62+
[tm]: https://github.com/textmate/textmate
63+
[atom]: https://atom.io/

0 commit comments

Comments
 (0)