summaryrefslogtreecommitdiff
path: root/tests/contrast
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-02 21:15:11 +0100
committerMartin Fischer <martin@push-f.com>2021-11-02 21:20:03 +0100
commitb4c63595da6bdc45e33853f0ded028a66738ce28 (patch)
tree1dc24c10344f686c37ea429755268b542761d322 /tests/contrast
parent4f676c75e96d94671d7554f6a895dde0d12b3506 (diff)
downloadpygments-git-b4c63595da6bdc45e33853f0ded028a66738ce28.tar.gz
Make default style meet WCAG AA
Accessibility by default is important. The colors with a too low contrast were adjusted just so much that they match the required contrast of 4.5. Part of #1718.
Diffstat (limited to 'tests/contrast')
-rw-r--r--tests/contrast/min_contrasts.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/contrast/min_contrasts.json b/tests/contrast/min_contrasts.json
index 9867a3a1..8579796c 100644
--- a/tests/contrast/min_contrasts.json
+++ b/tests/contrast/min_contrasts.json
@@ -1,5 +1,5 @@
{
- "default": 2.6,
+ "default": 4.5,
"emacs": 2.4,
"friendly": 2.2,
"colorful": 2.2,