1
0
Fork 0
intro-to-vagrant/bower_components/reveal-highlight-themes/styles/tomorrow-night.css

96 lines
1.6 KiB
CSS
Raw Normal View History

2015-02-11 14:37:10 -05:00
/* Tomorrow Night Theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
pre .comment,
pre .title {
color: #969896;
}
/* Tomorrow Red */
pre .variable,
pre .attribute,
pre .tag,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
color: #cc6666;
}
/* Tomorrow Orange */
pre .number,
pre .preprocessor,
pre .pragma,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
color: #de935f;
}
/* Tomorrow Yellow */
pre .ruby .class .title,
pre .css .rules .attribute {
color: #f0c674;
}
/* Tomorrow Green */
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
color: #b5bd68;
}
/* Tomorrow Aqua */
pre .css .hexcolor {
color: #8abeb7;
}
/* Tomorrow Blue */
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
color: #81a2be;
}
/* Tomorrow Purple */
pre .keyword,
pre .javascript .function {
color: #b294bb;
}
pre code {
display: block;
overflow-x: auto;
background: #1d1f21;
color: #c5c8c6;
padding: 0.5em;
-webkit-text-size-adjust: none;
}
pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
opacity: 0.5;
}