Skip to content

Commit d7bb2e1

Browse files
committed
Mention sublime-color-scheme in readme and main document page
Fixes #78
1 parent 57904eb commit d7bb2e1

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/src/markdown/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ This is a fork of [Andrew Gibson][gibson]'s [PrintHtml][print-html] plugin. Thi
88

99
## Features
1010

11-
- Export to HTML using any tmTheme for syntax highlighting.
11+
- Export to HTML using any `tmTheme` or `sublime-color-scheme` for syntax highlighting.
1212
- Can handle any language supported by ST2.
1313
- Supports bold and italic theme font styles as well.
1414
- Configurable output.
1515
- Format suitable for copying and pasting in emails.
16-
- 2 included sublime-color-scheme files for color and grayscale printing (but any can be used).
16+
- 2 included `sublime-color-scheme` files for color and grayscale printing (but any can be used).
1717
- Export only selections (multi-select supported).
1818
- Export and show highlights (multi-select supported).
1919
- Toggle gutter on/off in browser view.
@@ -24,6 +24,6 @@ This is a fork of [Andrew Gibson][gibson]'s [PrintHtml][print-html] plugin. Thi
2424
## Credits
2525

2626
- [Andrew Gibson][gibson]: Original idea and base code for converting Sublime view to HTML and allowing me to build off it to make ExportHtml.
27-
- Print-Color and Print-Grayscale tmThemes were derived from Monokai Bright.
27+
- Print-Color and Print-Grayscale `sublime-color-scheme` files were derived from Monokai Bright.
2828

2929
--8<-- "refs.md"

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ This is a fork of [Andrew Gibson](https://github.com/agibsonsw)'s [PrintHtml](ht
1111

1212
# Features
1313

14-
- Export to HTML using any tmTheme for syntax highlighting.
14+
- Export to HTML using any `tmTheme` or `sublime-color-scheme` for syntax highlighting.
1515
- Can handle any language supported by ST2.
1616
- Supports bold and italic theme font styles as well.
1717
- Configurable output.
1818
- Format suitable for copying and pasting in emails.
19-
- 2 included tmTheme files for color and grayscale printing (but any can be used).
19+
- 2 included `sublime-color-scheme` files for color and grayscale printing (but any can be used).
2020
- Export only selections (multi-select supported).
2121
- Export and show highlights (multi-select supported).
2222
- Toggle gutter on/off in browser view.
@@ -31,7 +31,7 @@ https://facelessuser.github.com/ExportHtml
3131
# Credits
3232

3333
- [Andrew Gibson](https://github.com/agibsonsw): Original idea and base code for converting Sublime view to HTML and allowing me to build off it to make ExportHtml.
34-
- Print-Color and Print-Grayscale tmThemes were derived from Monokai Bright.
34+
- Print-Color and Print-Grayscale `sublime-color-scheme` files were derived from Monokai Bright.
3535

3636
# License
3737

0 commit comments

Comments
 (0)