Skip to content

Instantly share code, notes, and snippets.

@kidwai
Last active March 5, 2018 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kidwai/f085ab669a98bd57c3965fd2edfb8c8b to your computer and use it in GitHub Desktop.
Save kidwai/f085ab669a98bd57c3965fd2edfb8c8b to your computer and use it in GitHub Desktop.
body{
background-color: #272822 !important;
color: #99badd;
}
var editor = ace.edit("editor");
editor.setTheme("ace/theme/monokai");
editor.getSession().setMode("ace/mode/javascript");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment