mirror of https://github.com/lxndrblz/anatole.git

Eli Acherkan
07.22.2021 05841e4ed0ac6f214cd9091ffcf3f9cd1fd3f4f6
Fix punctuation color in the dark theme syntax highlighting. (#134)

The `chr-p-color` value was missing from the dark theme section. As a result,
punctuation marks appeared unreadable when using the dark theme. According to
[Chroma's source](https://github.com/alecthomas/chroma/blob/master/styles/monokai.go),
the Monokai color for punctuation is `#f8f8f2`.
1 files modified
1 ■■■■ changed files
assets/css/markupHighlight.css 1 ●●●● patch | view | raw | blame | history
assets/css/markupHighlight.css
@@ -119,6 +119,7 @@
  --chr-mo-color: #ae81ff;
  --chr-o-color: #f92672;
  --chr-ow-color: #f92672;
  --chr-p-color: #f8f8f2;
  --chr-c-color: #75715e;
  --chr-ch-color: #75715e;
  --chr-cm-color: #75715e;