Add ayu highlighting theme
This commit is contained in:
parent
db4def63dc
commit
8a6d3d42ec
|
@ -97,7 +97,7 @@ $ cargo run --example generate_sublime synpack ../../sublime_syntaxes ../../subl
|
||||||
#### Adding a theme
|
#### Adding a theme
|
||||||
A gallery containing lots of themes is located at https://tmtheme-editor.herokuapp.com/#!/editor/theme/Agola%20Dark.
|
A gallery containing lots of themes is located at https://tmtheme-editor.herokuapp.com/#!/editor/theme/Agola%20Dark.
|
||||||
More themes can be easily added to Zola, just make a PR with the wanted theme added in the `sublime_themes` directory
|
More themes can be easily added to Zola, just make a PR with the wanted theme added in the `sublime_themes` directory
|
||||||
and run the following command from the root of the components/rendering:
|
and run the following command from the root of the components/config:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cargo run --example generate_sublime themepack ../../sublime_themes ../../sublime_themes/all.themedump
|
$ cargo run --example generate_sublime themepack ../../sublime_themes ../../sublime_themes/all.themedump
|
||||||
|
|
|
@ -114,6 +114,9 @@ Zola currently has the following highlight themes available:
|
||||||
- [subway-madrid](https://github.com/idleberg/Subway.tmTheme)
|
- [subway-madrid](https://github.com/idleberg/Subway.tmTheme)
|
||||||
- [subway-moscow](https://github.com/idleberg/Subway.tmTheme)
|
- [subway-moscow](https://github.com/idleberg/Subway.tmTheme)
|
||||||
- [visual-studio-dark](https://tmtheme-editor.herokuapp.com/#!/editor/theme/Visual%20Studio%20Dark)
|
- [visual-studio-dark](https://tmtheme-editor.herokuapp.com/#!/editor/theme/Visual%20Studio%20Dark)
|
||||||
|
- [ayu-light](https://github.com/dempfi/ayu)
|
||||||
|
- [ayu-dark](https://github.com/dempfi/ayu)
|
||||||
|
- [ayu-mirage](https://github.com/dempfi/ayu)
|
||||||
|
|
||||||
Zola uses the Sublime Text themes, making it very easy to add more.
|
Zola uses the Sublime Text themes, making it very easy to add more.
|
||||||
If you want a theme not on that list, please open an issue or a pull request on the [Zola repo](https://github.com/getzola/zola).
|
If you want a theme not on that list, please open an issue or a pull request on the [Zola repo](https://github.com/getzola/zola).
|
||||||
|
|
Binary file not shown.
1025
sublime_themes/ayu-dark.tmTheme
Normal file
1025
sublime_themes/ayu-dark.tmTheme
Normal file
File diff suppressed because it is too large
Load diff
1025
sublime_themes/ayu-light.tmTheme
Normal file
1025
sublime_themes/ayu-light.tmTheme
Normal file
File diff suppressed because it is too large
Load diff
1025
sublime_themes/ayu-mirage.tmTheme
Normal file
1025
sublime_themes/ayu-mirage.tmTheme
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue