52 lines
1.4 KiB
CSS
52 lines
1.4 KiB
CSS
/* Tomorrow Night Eighties Theme */
|
|
/* 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: #999999;
|
|
}
|
|
|
|
.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: #f2777a;
|
|
}
|
|
|
|
.tomorrow-orange, pre .number, pre .preprocessor, pre .pragma, pre .built_in, pre .literal, pre .params, pre .constant {
|
|
color: #f99157;
|
|
}
|
|
|
|
.tomorrow-yellow, pre .ruby .class .title, pre .css .rules .attribute {
|
|
color: #ffcc66;
|
|
}
|
|
|
|
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
|
color: #99cc99;
|
|
}
|
|
|
|
.tomorrow-aqua, pre .css .hexcolor {
|
|
color: #66cccc;
|
|
}
|
|
|
|
.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: #6699cc;
|
|
}
|
|
|
|
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
|
color: #cc99cc;
|
|
}
|
|
|
|
pre code {
|
|
display: block;
|
|
background: #2d2d2d;
|
|
color: #cccccc;
|
|
padding: 0.5em;
|
|
}
|
|
|
|
pre .coffeescript .javascript,
|
|
pre .javascript .xml,
|
|
pre .tex .formula,
|
|
pre .xml .javascript,
|
|
pre .xml .vbscript,
|
|
pre .xml .css,
|
|
pre .xml .cdata {
|
|
opacity: 0.5;
|
|
}
|