Browse Source

Add ayu highlighting theme

index-subcmd
Vincent Prouillet 5 years ago
parent
commit
8a6d3d42ec
6 changed files with 3079 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +3
    -0
      docs/content/documentation/getting-started/configuration.md
  3. BIN
      sublime_themes/all.themedump
  4. +1025
    -0
      sublime_themes/ayu-dark.tmTheme
  5. +1025
    -0
      sublime_themes/ayu-light.tmTheme
  6. +1025
    -0
      sublime_themes/ayu-mirage.tmTheme

+ 1
- 1
README.md View File

@@ -97,7 +97,7 @@ $ cargo run --example generate_sublime synpack ../../sublime_syntaxes ../../subl
#### Adding a theme
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
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
$ cargo run --example generate_sublime themepack ../../sublime_themes ../../sublime_themes/all.themedump


+ 3
- 0
docs/content/documentation/getting-started/configuration.md View File

@@ -114,6 +114,9 @@ Zola currently has the following highlight themes available:
- [subway-madrid](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)
- [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.
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).

BIN
sublime_themes/all.themedump View File


+ 1025
- 0
sublime_themes/ayu-dark.tmTheme
File diff suppressed because it is too large
View File


+ 1025
- 0
sublime_themes/ayu-light.tmTheme
File diff suppressed because it is too large
View File


+ 1025
- 0
sublime_themes/ayu-mirage.tmTheme
File diff suppressed because it is too large
View File


Loading…
Cancel
Save