Syntax Highlighting Improvement
-
Hi Tom,
I have literally tried every custom CSS plugin for WordPress and yours is exactly what I would build if I created a similar plugin. Great job and thank you so much for your work!
This is just my opinion, and you may like these changes, so I figured I’d throw this your way. I definitely prefer the dark theme but I don’t love the default styling. I made a few changes under wp-content > plugins > simple css > css > ambiance.css:
Line 08: .cm-s-ambiance .cm-keyword { color: #EEEEEE; } Line 17: .cm-s-ambiance .cm-comment { color: #AAAAAA; font-style: normal; } Line 21: .cm-s-ambiance .cm-qualifier { color: #F4A386; } Line 29: .cm-s-ambiance .cm-error { color: #DDDDDD; } Lines 34 and 35: .cm-s-ambiance div.CodeMirror-selected { background: rgba(255, 255, 255, 0.4); } .cm-s-ambiance.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.4); } Line 56: .cm-s-ambiance .CodeMirror-linenumber { text-shadow: 0px 1px 1px #4d4d4d; color: #888; padding: 0 5px; }
I think it makes the plugin easier on the eyes and hopefully you like the changes. Thanks again for creating such a wonderful plugin.
Cheers,
Clint
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Syntax Highlighting Improvement’ is closed to new replies.