From 8c4652b041b9d913911a0f71b31ec68fcf239b46 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Sat, 29 Sep 2018 19:23:44 +0100 Subject: [PATCH] Change highlight color (#1211) --- src/prism-styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prism-styles.js b/src/prism-styles.js index fcb8d8cd..1a3eceb1 100644 --- a/src/prism-styles.js +++ b/src/prism-styles.js @@ -12,7 +12,7 @@ const prismColors = { char: '#D8DEE9', comment: '#999999', keyword: '#c5a5c5', - lineHighlight: '#14161a', + lineHighlight: '#353b45', // colors.dark + extra lightness primitive: '#5a9bcf', string: '#8dc891', variable: '#d7deea',