Search code examples
ace-editor

What theme does Runnable Use for their Ace Editor Implementation


It looks as though runnable.com uses ace code editor. What is the purple theme they use?

http://runnable.com/UmGTLn0iIYljAAEu/codemirror-example-change-theme


Solution

  • It appears they are using custom theme runnable_dark. Try running ace.define.modules["ace/theme/runnable_dark"].cssText in devtools to see it's css.