Skip to content

Changed syntax highlighting to be easily editable for each theme

Petr Šťastný requested to merge (removed):themes into master

This fixes #370 (closed) .

I've added option to declare six new properties for each theme. These properties are prefixed with syntax- and directly change syntax highlighting colors. If they are not defined, default foreground color will be used instead of syntax highlighting.

Here are screenshots for all themes. Code took from onyxleopard's comment.

White theme: White Theme syntax highlighting

Solarized Light: Solarized Light Theme syntax highlighting

Solarized Dark: Solarized Dark Theme syntax highlighting

Dracula theme: Dracula Theme syntax highlighting

Atom One theme: Atom One Theme syntax highlighting

Black theme: Black Theme syntax highlighting

Merge request reports