diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-01-25 00:15:51 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-01-25 00:15:51 -0500 |
| commit | 7aa6cc0cc1b0eebd2cfebb5fa2ee575563d084af (patch) | |
| tree | 6feb2b74ed40cbf95b07bf836a30d11b60f2a420 /config.json | |
| parent | b19aff37dc25620506a16abfe719a6aa0c627104 (diff) | |
don't highlight comments bg
Diffstat (limited to 'config.json')
| -rw-r--r-- | config.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.json b/config.json index d6ce6cc..a27b034 100644 --- a/config.json +++ b/config.json @@ -32,6 +32,8 @@ "comment": { "file": "/usr/share/fonts/TTF/DejaVuSerif-Bold.ttf", "size": 16, + "background": "white", + "color": "black" }, "comment_boxed": { "file": "/usr/share/fonts/TTF/DejaVuSans.ttf" |
