We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
native
1 parent 5e37faa commit 1eaa6d7Copy full SHA for 1eaa6d7
2 files changed
pygments/styles/__init__.py
@@ -40,6 +40,7 @@
40
'material': 'material::MaterialStyle',
41
'monokai': 'monokai::MonokaiStyle',
42
'murphy': 'murphy::MurphyStyle',
43
+ 'native': 'native::NativeStyle',
44
'nord': 'nord::NordStyle',
45
'nord-darker': 'nord::NordDarkerStyle',
46
'one-dark': 'onedark::OneDarkStyle',
tests/contrast/min_contrasts.json
@@ -24,6 +24,7 @@
24
"material": 1.6,
25
"monokai": 4.6,
26
"murphy": 1.4,
27
+ "native": 3.1,
28
"nord": 2.4,
29
"nord-darker": 2.8,
30
"one-dark": 3.7,
0 commit comments