From 640590a6898e6fa8a24fea6e360d74c36735c507 Mon Sep 17 00:00:00 2001 From: Brandan Neises <596879+bneises@users.noreply.github.com> Date: Mon, 26 Oct 2020 20:33:10 -0500 Subject: [PATCH] Updated base16-light operator color to black (#1122) --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index d078ebf..809cc21 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -121,7 +121,7 @@ export const THEMES = [ attribute: '#90a959', definition: '#d28445', keyword: '#ac4142', - operator: '#fff', + operator: '#000', property: '#90a959', number: '#aa759f', string: '#f4bf75',