Browse Source

Change highlight color (#1211)

main
Dan Abramov 7 years ago
committed by GitHub
parent
commit
8c4652b041
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/prism-styles.js

2
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',

Loading…
Cancel
Save