About font color.
haruzheng opened this issue ยท 5 comments
haruzheng commented
The font color is follow from VS Code?
Or from this PrintCode project?
Thank you.
janilahti commented
Syntax coloring comes from CodeMirror https://codemirror.net/ css this extension is using. Now it's also possible to add your own css definitions if there's something you want to change.
haruzheng commented
Because my code is c/c++,but it printed is not colorful.
Only number,comment and string have color.
How about add your own css definitions?
Thank you.
janilahti commented
You're getting something like this https://codemirror.net/2/mode/clike/ . If you want more coloring, please make a PR or feature request to CodeMirror project.
pchaigno commented