FarhadG / FarhadG/codeMirror-aceEditor-theme-generator
Compiler only compiles a couple lines.
Open
- Dominant language
- JavaScript
- Stars
- 49
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.