add missing theme css

main
raboid 6 years ago
parent 16e0996727
commit 5b6c760424

@ -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;
}
`}
</style>
</div>

Loading…
Cancel
Save