summaryrefslogtreecommitdiff
path: root/pygments/styles/material.py
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2023.Matthäus G. Chajdas2023-03-291-1/+1
|
* Register new style (#2183)flywire2022-07-261-1/+0
| | | | | | | | | | | * Register new style * Replace default_style with Token #2184 * Remove default_style from styles * Simplify register style code
* Happy new year.Georg Brandl2022-01-251-1/+1
|
* 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>