From d0141c9326bef1569ca4405ab1658292759b2ffc Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 1 Oct 2018 07:55:05 -0700 Subject: [PATCH] Tweaked Prism theme to improve color accessibility --- src/prism-styles.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/prism-styles.js b/src/prism-styles.js index 1a3eceb1..e0d4492d 100644 --- a/src/prism-styles.js +++ b/src/prism-styles.js @@ -10,14 +10,14 @@ import {colors} from 'theme'; const prismColors = { char: '#D8DEE9', - comment: '#999999', + comment: '#B2B2B2', keyword: '#c5a5c5', lineHighlight: '#353b45', // colors.dark + extra lightness primitive: '#5a9bcf', string: '#8dc891', variable: '#d7deea', boolean: '#ff8b50', - punctuation: '#5FB3B3', + punctuation: '#88C6BE', tag: '#fc929e', function: '#79b6f2', className: '#FAC863',