Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1016 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 1016 Bytes

quarto-syntax-theme-editor

This repository is a small playground set up for you to manually modify a .theme file used for syntax highlighting.

Quarto allows for custom syntax highlighting. The repository provided a minimal project for you to more easily modify a theme.

The themes are based on KDE syntax highlighting descriptions and are described at https://docs.kde.org/trunk5/en/kate/katepart/color-themes.html. I find that using my browsers Developer Tools to inspect the different elements to find out what "class" each code element is to a fruitful strategy.

Usage

Fork/download this repository, modify the custom.theme and re-render index.qmd. Repeat as necessary.

Contribution

If you have suggestions, regarding languages, modifications of code to better show highlighting themes, or ways to make this process easier. Please open an issue!