FarhadG / codeMirror-aceEditor-theme-generator

CodeMirror & Ace Editor themes generated from a GUI and/or Sublime Text & TextMate themes
49 stars 6 forks source link

Compiler only compiles a couple lines. #4

Open tcaer opened 7 years ago

tcaer commented 7 years ago

Hi so the debugger outputs all the css but the css file does not have anything in it...

.cm-s-main {
    background: #263238;
    color: #C3CEE3;
}
.cm-s-main .CodeMirror-activeline-background {
    background: #2F374D;
}
.cm-s-main .CodeMirror-selected {
    background: #1a1f29;
}
.cm-s-main .cm-comment {
    color: #7081BE;
}

Here is my terminal command: node main.js main ~/Facebook.tmTheme

Thanks

jundl77 commented 5 years ago

Same here