summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-11-21 17:30:48 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-11-21 17:30:48 +0100
commit5d544b1fa9859f65b7bb4fe850c3d3d3fdb4bd52 (patch)
tree0c4bfac1a0cc16747735c819ca51eca03dd8301e /pygments/styles
parent281ca8aa5b66d47911dd80df330199c585dcca7c (diff)
downloadpygments-git-5d544b1fa9859f65b7bb4fe850c3d3d3fdb4bd52.tar.gz
Register the one-dark style.
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pygments/styles/__init__.py b/pygments/styles/__init__.py
index f2c4d733..409cc6d9 100644
--- a/pygments/styles/__init__.py
+++ b/pygments/styles/__init__.py
@@ -54,7 +54,8 @@ STYLE_MAP = {
'zenburn': 'zenburn::ZenburnStyle',
'gruvbox-dark': 'gruvbox::GruvboxDarkStyle',
'gruvbox-light': 'gruvbox::GruvboxLightStyle',
- 'dracula': 'dracula::DraculaStyle'
+ 'dracula': 'dracula::DraculaStyle',
+ 'one-dark': 'onedark::OneDarkStyle',
}