diff --git a/CHANGELOG.md b/CHANGELOG.md index a632eb32..2b2188e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - Fix `zola serve` failing for some static files - Fix `zola serve` not picking up directory renaming - Add `path` to the taxonomy terms to be on par with pages and sections +- Add the `base16-aterlierdune-light` syntax highlight theme ## 0.13.0 (2021-01-09) diff --git a/docs/content/documentation/getting-started/configuration.md b/docs/content/documentation/getting-started/configuration.md index 71c1de2a..8673dc54 100644 --- a/docs/content/documentation/getting-started/configuration.md +++ b/docs/content/documentation/getting-started/configuration.md @@ -193,6 +193,7 @@ Zola currently has the following highlight themes available: - [ayu-dark](https://github.com/dempfi/ayu) - [ayu-light](https://github.com/dempfi/ayu) - [ayu-mirage](https://github.com/dempfi/ayu) +- [base16-aterlierdune-light](https://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune/) - [base16-ocean-dark](https://tmtheme-editor.herokuapp.com/#!/editor/theme/Base16%20Ocean%20Dark) - [base16-ocean-light](https://tmtheme-editor.herokuapp.com/#!/editor/theme/Base16%20Ocean%20Light) - [bbedit](https://tmtheme-editor.herokuapp.com/#!/editor/theme/BBEdit) diff --git a/sublime/themes/all.themedump b/sublime/themes/all.themedump index 6c66c2c2..40aeff7c 100644 Binary files a/sublime/themes/all.themedump and b/sublime/themes/all.themedump differ diff --git a/sublime/themes/base16-atelierdune-light.tmTheme b/sublime/themes/base16-atelierdune-light.tmTheme new file mode 100644 index 00000000..87d3353b --- /dev/null +++ b/sublime/themes/base16-atelierdune-light.tmTheme @@ -0,0 +1,549 @@ + + + + + author + Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) + name + Base16 Atelier Dune Light + semanticClass + base16.atelierdune.light + colorSpaceName + sRGB + gutterSettings + + background + #fefbec + divider + #fefbec + foreground + #6e6b5e + selectionBackground + #fefbec + selectionForeground + #a6a28c + + settings + + + settings + + background + #fefbec + caret + #6e6b5e + foreground + #6e6b5e + invisibles + #e8e4cf + lineHighlight + #99958055 + selection + #e8e4cf + + + + name + Text + scope + variable.parameter.function + settings + + foreground + #6e6b5e + + + + name + Comments + scope + comment, punctuation.definition.comment + settings + + foreground + #999580 + + + + name + Punctuation + scope + punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array + settings + + foreground + #6e6b5e + + + + name + Delimiters + scope + none + settings + + foreground + #6e6b5e + + + + name + Operators + scope + keyword.operator + settings + + foreground + #6e6b5e + + + + name + Keywords + scope + keyword + settings + + foreground + #b854d4 + + + + name + Variables + scope + variable + settings + + foreground + #d73737 + + + + name + Functions + scope + entity.name.function, meta.require, support.function.any-method + settings + + foreground + #6684e1 + + + + name + Classes + scope + support.class, entity.name.class, entity.name.type.class + settings + + foreground + #b65611 + + + + name + Classes + scope + meta.class + settings + + foreground + #292824 + + + + name + Methods + scope + keyword.other.special-method + settings + + foreground + #6684e1 + + + + name + Storage + scope + storage + settings + + foreground + #b854d4 + + + + name + Support + scope + support.function + settings + + foreground + #1fad83 + + + + name + Strings, Inherited Class + scope + string, constant.other.symbol, entity.other.inherited-class + settings + + foreground + #60ac39 + + + + name + Integers + scope + constant.numeric + settings + + foreground + #b65611 + + + + name + Floats + scope + none + settings + + foreground + #b65611 + + + + name + Boolean + scope + none + settings + + foreground + #b65611 + + + + name + Constants + scope + constant + settings + + foreground + #b65611 + + + + name + Tags + scope + entity.name.tag + settings + + foreground + #d73737 + + + + name + Attributes + scope + entity.other.attribute-name + settings + + foreground + #b65611 + + + + name + Attribute IDs + scope + entity.other.attribute-name.id, punctuation.definition.entity + settings + + foreground + #6684e1 + + + + name + Selector + scope + meta.selector + settings + + foreground + #b854d4 + + + + name + Values + scope + none + settings + + foreground + #b65611 + + + + name + Headings + scope + markup.heading punctuation.definition.heading, entity.name.section + settings + + fontStyle + + foreground + #6684e1 + + + + name + Units + scope + keyword.other.unit + settings + + foreground + #b65611 + + + + name + Bold + scope + markup.bold, punctuation.definition.bold + settings + + fontStyle + bold + foreground + #b65611 + + + + name + Italic + scope + markup.italic, punctuation.definition.italic + settings + + fontStyle + italic + foreground + #b854d4 + + + + name + Code + scope + markup.raw.inline + settings + + foreground + #60ac39 + + + + name + Link Text + scope + string.other.link + settings + + foreground + #d73737 + + + + name + Link Url + scope + meta.link + settings + + foreground + #b65611 + + + + name + Lists + scope + markup.list + settings + + foreground + #d73737 + + + + name + Quotes + scope + markup.quote + settings + + foreground + #b65611 + + + + name + Separator + scope + meta.separator + settings + + background + #e8e4cf + foreground + #6e6b5e + + + + name + Inserted + scope + markup.inserted + settings + + foreground + #60ac39 + + + + name + Deleted + scope + markup.deleted + settings + + foreground + #d73737 + + + + name + Changed + scope + markup.changed + settings + + foreground + #b854d4 + + + + name + Colors + scope + constant.other.color + settings + + foreground + #1fad83 + + + + name + Regular Expressions + scope + string.regexp + settings + + foreground + #1fad83 + + + + name + Escape Characters + scope + constant.character.escape + settings + + foreground + #1fad83 + + + + name + Embedded + scope + punctuation.section.embedded, variable.interpolation + settings + + foreground + #d43552 + + + + name + Illegal + scope + invalid.illegal + settings + + background + #d73737 + foreground + #fefbec + + + + name + Broken + scope + invalid.broken + settings + + background + #b65611 + foreground + #20201d + + + + name + Deprecated + scope + invalid.deprecated + settings + + background + #d43552 + foreground + #fefbec + + + + name + Unimplemented + scope + invalid.unimplemented + settings + + background + #a6a28c + foreground + #20201d + + + + uuid + f2aa1936-a9d9-40c6-a1db-c64d058b81dd + +