Skip to content

Instantly share code, notes, and snippets.

@fatihacet
Created October 22, 2012 07:00
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/3930043 to your computer and use it in GitHub Desktop.
Save fatihacet/3930043 to your computer and use it in GitHub Desktop.
Color scheme for fire rainbow addon.
.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; font-size: 11px; }
.js-punctuation { color: black; font-size: 11px; }
.js-property { color: #898150; font-size: 11px; }
.js-string { color: darkgreen; font-size: 11px; }
.js-operator { color: cadetblue; font-size: 11px; }
.js-keyword { color: #2F2992; font-size: 11px; }
.js-variabledef { color: #6EABC7; font-size: 11px; }
.js-localvariable { color: #DF9514; font-size: 11px; }
.js-atom { color: brown; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment