summaryrefslogtreecommitdiff
path: root/pygments/styles/material.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix various issues found by make check.Matthäus G. Chajdas2021-02-141-1/+0
|
* Add Material theme style (#1662)Paulo S. Costa2021-02-071-0/+119
* Add Material theme style * List Material style in CHANGES * Change highlight color to be darker * Adjust line number special color * Set line number special background color Co-authored-by: Matthäus G. Chajdas <Anteru@users.noreply.github.com>