You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.6 KiB
CSS
57 lines
1.6 KiB
CSS
10 years ago
|
/* Tomorrow Theme */
|
||
10 years ago
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||
10 years ago
|
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
|
||
10 years ago
|
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
|
||
|
.tomorrow-comment, pre .comment, pre .title {
|
||
|
color: #8e908c;
|
||
10 years ago
|
}
|
||
|
|
||
10 years ago
|
.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: #c82829;
|
||
10 years ago
|
}
|
||
|
|
||
10 years ago
|
.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
|
||
|
color: #f5871f;
|
||
|
}
|
||
10 years ago
|
|
||
10 years ago
|
.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
|
||
|
color: #eab700;
|
||
|
}
|
||
10 years ago
|
|
||
10 years ago
|
.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
|
||
|
color: #718c00;
|
||
10 years ago
|
}
|
||
10 years ago
|
|
||
|
.tomorrow-aqua, pre .css .hexcolor {
|
||
|
color: #3e999f;
|
||
10 years ago
|
}
|
||
|
|
||
10 years ago
|
.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: #4271ae;
|
||
10 years ago
|
}
|
||
|
|
||
10 years ago
|
.tomorrow-purple, pre .keyword, pre .javascript .function {
|
||
|
color: #8959a8;
|
||
10 years ago
|
}
|
||
|
|
||
10 years ago
|
code {
|
||
|
background: #f6f6f6;
|
||
|
padding: 1px 6px;
|
||
|
border-radius: 3px;
|
||
|
color: #888;
|
||
|
font-size: 90%;
|
||
|
border: 1px solid #e9e9e9;
|
||
|
}
|
||
|
|
||
10 years ago
|
pre code {
|
||
|
display: block;
|
||
|
background: white;
|
||
10 years ago
|
color: #666;
|
||
10 years ago
|
font-family: Consolas, monospace;
|
||
10 years ago
|
line-height: 1.5;
|
||
|
border: 1px solid #e9e9e9;
|
||
10 years ago
|
padding: 10px 15px;
|
||
10 years ago
|
border-radius: 6px;
|
||
10 years ago
|
font-size: 14px;
|
||
10 years ago
|
}
|