You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,28 @@
10
10
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.
11
11
12
12
### 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
+
13
16
-[github-syntax-light]()
14
17
-[github-syntax-dark]()
15
18
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
+
17
23
-[github-ace-light]()
18
24
-[github-ace-dark]()
19
25
20
-
### Atom
26
+
### [Atom][atom]
27
+
28
+
The [Atom][atom] theme is built by `apm` converted from the [TextMate][tm] theme.
29
+
21
30
-[github-light-syntax]()
22
31
-[github-dark-syntax]()
23
32
24
-
### TextMate
33
+
### [TextMate][tm]
34
+
25
35
-[github-textmate-light]()
26
36
-[github-textmate-dark]()
27
37
@@ -47,3 +57,7 @@ If you would like to see the theme compiled for another platform, we welcome pul
0 commit comments