Highlights.jl icon indicating copy to clipboard operation
Highlights.jl copied to clipboard

Theme checklist

Open MichaelHatherly opened this issue 9 years ago • 3 comments

The package already has several themes based on ones ported from Pygments as well as a default one based on the official Julia colours. This issue is for tracking the addition of other themes (suggestions/PRs welcome) and general improvements to the current collection (which is definitely needed in some of them).

MichaelHatherly avatar Oct 30 '16 20:10 MichaelHatherly

I would like to suggest adding support for Mariana theme:

AzamatB avatar Aug 27 '18 05:08 AzamatB

Any pointers on how to get started? I would like to add a new theme.

lazarusA avatar Aug 30 '22 12:08 lazarusA

Simplest way to get started is to copy one of the existing themes, https://github.com/JuliaDocs/Highlights.jl/blob/master/src/themes/github.jl for example, and then change it's name and style values until it suits what you want. The current set of themes was ported from pygments from what I recall so they generally follow it's naming conventions.

MichaelHatherly avatar Aug 30 '22 12:08 MichaelHatherly