Skip to content

Instantly share code, notes, and snippets.

@fatihacet
Created October 15, 2011 21:44
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 fatihacet/1290195 to your computer and use it in GitHub Desktop.
Save fatihacet/1290195 to your computer and use it in GitHub Desktop.
FireRainbow color scheme
.panelNode-script { background-color: #EFEFE7; color: black; cursor: default; font-family: Monaco,Monospace,Courier New !important; font-size: 12px; }
.sourceRow.hovered { background-color: #EEEEEE; }
.sourceLine { background: none no-repeat scroll 2px 0 #EEEEEE; border-bottom: 1px solid #EEEEEE; border-right: 1px solid #CCCCCC; color: #888888; }
.sourceLine:hover { text-decoration: none; }
.scriptTooltip { background: none repeat scroll 0 0 LightYellow; border: 1px solid #CBE087; color: #000000; }
.sourceRow[exeline="true"] { background-color: lightgoldenrodyellow; outline: 1px solid #D9D9B6; }
.js-comment { color: gray; font-size: 11px; }
.whitespace { color: blue; }
.js-variable { color: #7C3A99; }
.js-punctuation { color: black; }
.js-property { color: #898150; }
.js-string { color: darkgreen; }
.js-operator { color: cadetblue; }
.js-keyword { color: #2F2992; }
.js-variabledef { color: #6EABC7; }
.js-localvariable { color: #DF9514; }
.js-atom { color: brown; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment