Skip to content

Commit 1eaa6d7

Browse files
Bugfix: Restore native style (#2484)
Co-authored-by: Jean Abou Samra <[email protected]>
1 parent 5e37faa commit 1eaa6d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pygments/styles/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'material': 'material::MaterialStyle',
4141
'monokai': 'monokai::MonokaiStyle',
4242
'murphy': 'murphy::MurphyStyle',
43+
'native': 'native::NativeStyle',
4344
'nord': 'nord::NordStyle',
4445
'nord-darker': 'nord::NordDarkerStyle',
4546
'one-dark': 'onedark::OneDarkStyle',

tests/contrast/min_contrasts.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"material": 1.6,
2525
"monokai": 4.6,
2626
"murphy": 1.4,
27+
"native": 3.1,
2728
"nord": 2.4,
2829
"nord-darker": 2.8,
2930
"one-dark": 3.7,

0 commit comments

Comments
 (0)