/* Tomorrow Night Eighties Theme */ /* Original theme - https://github.com/chriskempson/tomorrow-theme */ /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ /* Tomorrow Comment */ .highlight .comment, .highlight .quote { color: #999999; } /* Tomorrow Red */ .highlight .variable, .highlight .template-variable, .highlight .tag, .highlight .name, .highlight .selector-id, .highlight .selector-class, .highlight .regexp, .highlight .deletion { color: #f2777a; } /* Tomorrow Orange */ .highlight .number, .highlight .built_in, .highlight .builtin-name, .highlight .literal, .highlight .type, .highlight .params, .highlight .meta, .highlight .link { color: #f99157; } /* Tomorrow Yellow */ .highlight .attribute { color: #ffcc66; } /* Tomorrow Green */ .highlight .string, .highlight .symbol, .highlight .bullet, .highlight .addition { color: #99cc99; } /* Tomorrow Blue */ .highlight .title, .highlight .section { color: #6699cc; } /* Tomorrow Purple */ .highlight .keyword, .highlight .selector-tag { color: #cc99cc; } .highlight { display: block; overflow-x: auto; background: #2d2d2d; color: #cccccc; padding: 0.5em; } .highlight .emphasis { font-style: italic; } .highlight .strong { font-weight: bold; }