diff --git a/.all-contributorsrc b/.all-contributorsrc
index 65afc192c..ead80a0da 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -871,6 +871,33 @@
"contributions": [
"code"
]
+ },
+ {
+ "login": "gajadv",
+ "name": "gajadv",
+ "avatar_url": "https://avatars.githubusercontent.com/u/125584305?v=4",
+ "profile": "https://github.com/gajadv",
+ "contributions": [
+ "bug"
+ ]
+ },
+ {
+ "login": "francesco1119",
+ "name": "Francesco Mantovani",
+ "avatar_url": "https://avatars.githubusercontent.com/u/3397477?v=4",
+ "profile": "http://www.jeeja.biz",
+ "contributions": [
+ "bug"
+ ]
+ },
+ {
+ "login": "ahpandit",
+ "name": "ahpandit",
+ "avatar_url": "https://avatars.githubusercontent.com/u/98794500?v=4",
+ "profile": "https://github.com/ahpandit",
+ "contributions": [
+ "bug"
+ ]
}
],
"commitType": "docs",
diff --git a/README.md b/README.md
index 6cc99c362..069898326 100644
--- a/README.md
+++ b/README.md
@@ -144,6 +144,11 @@ There are many ways to participate. From reporting bugs and requesting features
 Sander Naus 💻 |
 gorkomikus 💻 |
+
+  gajadv 🐛 |
+  Francesco Mantovani 🐛 |
+  ahpandit 🐛 |
+
diff --git a/docs/README.md b/docs/README.md
index 067d07d7e..487ceecba 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -214,6 +214,11 @@ Whether you're looking for a little assistance or are interested in contributing
 Sander Naus 💻 |
 gorkomikus 💻 |
+
+  gajadv 🐛 |
+  Francesco Mantovani 🐛 |
+  ahpandit 🐛 |
+
diff --git a/docs/_sass/color_schemes/dark.scss b/docs/_sass/color_schemes/dark.scss
index 57a0f0790..da6f052f2 100644
--- a/docs/_sass/color_schemes/dark.scss
+++ b/docs/_sass/color_schemes/dark.scss
@@ -7,12 +7,12 @@ $nav-child-link-color: $grey-dk-000;
$sidebar-color: $grey-dk-300;
$base-button-color: $grey-dk-250;
$btn-primary-color: $purple-200;
-$code-background-color: #31343f; // OneDarkJekyll default for syntax-one-dark-vivid
-$code-linenumber-color: #dee2f7; // OneDarkJekyll .nf for syntax-one-dark-vivid
+$code-background-color: #31343f;
+$code-linenumber-color: #dee2f7;
$feedback-color: darken($sidebar-color, 3%);
$table-background-color: $grey-dk-250;
$search-background-color: $grey-dk-250;
$search-result-preview-color: $grey-dk-000;
$border-color: $grey-dk-200;
-@import './vendor/OneDarkJekyll/syntax'; // this is the one-dark-vivid atom syntax theme
+@import 'vendor/accessible-pygments/github-dark'; // WCAG 2.1 AA compliant syntax theme
diff --git a/docs/_sass/color_schemes/light.scss b/docs/_sass/color_schemes/light.scss
index a5f60c4d9..45c95c97d 100644
--- a/docs/_sass/color_schemes/light.scss
+++ b/docs/_sass/color_schemes/light.scss
@@ -13,4 +13,4 @@ $table-background-color: $white !default;
$search-background-color: $white !default;
$search-result-preview-color: $grey-dk-000 !default;
-@import "./vendor/OneLightJekyll/syntax";
\ No newline at end of file
+@import 'vendor/accessible-pygments/github-light'; // WCAG 2.1 AA compliant syntax theme