codeMirror-aceEditor-theme-generator
codeMirror-aceEditor-theme-generator copied to clipboard
Compiler only compiles a couple lines.
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
Same here