summaryrefslogtreecommitdiff
path: root/pygments/styles
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2023-01-25 10:57:43 +0200
committerGeorg Brandl <georg@python.org>2023-01-29 17:50:42 +0100
commit4d8bca52b25ba2ae4a5adfdbefcb655f50e3f1f1 (patch)
tree523b1e33ea9cbcd63afb30eb23cb23927eedbda3 /pygments/styles
parent6d2bb1bb7b862e4aa6feb828f760c6568fefda7e (diff)
downloadpygments-git-4d8bca52b25ba2ae4a5adfdbefcb655f50e3f1f1.tar.gz
Native: fix contrast ratio to meet WCAG AA guidelines
Diffstat (limited to 'pygments/styles')
-rw-r--r--pygments/styles/native.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/native.py b/pygments/styles/native.py
index fa4687c7..ee4671d2 100644
--- a/pygments/styles/native.py
+++ b/pygments/styles/native.py
@@ -27,7 +27,7 @@ class NativeStyle(Style):
Whitespace: '#666666',
Comment: 'italic #ababab',
- Comment.Preproc: 'noitalic bold #cd2828',
+ Comment.Preproc: 'noitalic bold #ff3a3a',
Comment.Special: 'noitalic bold #e50808 bg:#520000',
Keyword: 'bold #6ebf26',