diff --git a/standard/README.md b/standard/README.md
index a011fdc..839c337 100644
--- a/standard/README.md
+++ b/standard/README.md
@@ -125,4 +125,5 @@
|**[Wombat](wombat.yaml)**:|
|
|**[Xterm](xterm.yaml)**:|
|
|**[Zenbones Dark](zenbones_dark.yaml)**:|
|
-|**[Zenbones Light](zenbones_light.yaml)**:|
|
\ No newline at end of file
+|**[Zenbones Light](zenbones_light.yaml)**:|
|
+|**[Zenburn Colorblind High Contrast](zenburn_colorblind_high_contrast.yaml)**:|
|
\ No newline at end of file
diff --git a/standard/previews/zenburn_colorblind_high_contrast.yaml.svg b/standard/previews/zenburn_colorblind_high_contrast.yaml.svg
new file mode 100644
index 0000000..9783374
--- /dev/null
+++ b/standard/previews/zenburn_colorblind_high_contrast.yaml.svg
@@ -0,0 +1,51 @@
+
\ No newline at end of file
diff --git a/standard/zenburn_colorblind_high_contrast.yaml b/standard/zenburn_colorblind_high_contrast.yaml
new file mode 100644
index 0000000..66a51bb
--- /dev/null
+++ b/standard/zenburn_colorblind_high_contrast.yaml
@@ -0,0 +1,25 @@
+name: Zenburn Colorblind High Contrast
+accent: '#46a9ad'
+cursor: '#47cc7c'
+background: '#2d2d2d'
+foreground: '#eaeaea'
+details: darker
+terminal_colors:
+ normal:
+ black: '#2d2d2d'
+ red: '#f25555'
+ green: '#3eb63e'
+ yellow: '#f4a733'
+ blue: '#4d93cc'
+ magenta: '#c846c8'
+ cyan: '#46b3b3'
+ white: '#eaeaea'
+ bright:
+ black: '#6a6a6a'
+ red: '#ff6f6f'
+ green: '#5cd95c'
+ yellow: '#ffbb55'
+ blue: '#70aae6'
+ magenta: '#eb70eb'
+ cyan: '#70e6e6'
+ white: '#ffffff'