From 5b6c7604249a0167088db909a179ad1c1e22ad34 Mon Sep 17 00:00:00 2001 From: raboid Date: Wed, 23 Jan 2019 19:29:06 -0500 Subject: [PATCH] add missing theme css --- components/Themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/Themes/index.js b/components/Themes/index.js index 56b75fd..44d35a7 100644 --- a/components/Themes/index.js +++ b/components/Themes/index.js @@ -220,6 +220,12 @@ class Themes extends React.PureComponent { :global(.cm-meta) { color: ${highlights.meta} !important; } + :global(.cm-operator) { + color: ${highlights.operator} !important; + } + :global(.cm-attribute) { + color: ${highlights.attribute} !important; + } `}