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; + } `}