|
|
@ -142,11 +142,15 @@ class Themes extends React.PureComponent {
|
|
|
|
:global(.cm-comment) {
|
|
|
|
:global(.cm-comment) {
|
|
|
|
color: ${highlights.comment} !important;
|
|
|
|
color: ${highlights.comment} !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
:global(.cm-variable),
|
|
|
|
:global(.cm-variable) {
|
|
|
|
:global(.cm-variable-2),
|
|
|
|
|
|
|
|
:global(.cm-variable-3) {
|
|
|
|
|
|
|
|
color: ${highlights.variable} !important;
|
|
|
|
color: ${highlights.variable} !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.cm-variable-2) {
|
|
|
|
|
|
|
|
color: ${highlights.variable2 || highlights.variable} !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
:global(.cm-variable-3) {
|
|
|
|
|
|
|
|
color: ${highlights.variable3 || highlights.variable} !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
:global(.cm-number) {
|
|
|
|
:global(.cm-number) {
|
|
|
|
color: ${highlights.number} !important;
|
|
|
|
color: ${highlights.number} !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|