1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-29 03:51:17 +02:00
crowbook/guide/tomorrow-night.css

86 lines
1.4 KiB
CSS
Raw Normal View History

2016-10-07 00:24:48 +02: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 {
2016-10-07 00:24:48 +02:00
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 {
2016-10-07 00:24:48 +02:00
color: #cc6666;
}
.tomorrow-orange,
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
2016-10-07 00:24:48 +02:00
color: #de935f;
}
.tomorrow-yellow,
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
2016-10-07 00:24:48 +02:00
color: #f0c674;
}
.tomorrow-green,
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
2016-10-07 00:24:48 +02:00
color: #b5bd68;
}
.tomorrow-aqua,
pre .css .hexcolor {
2016-10-07 00:24:48 +02:00
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 {
2016-10-07 00:24:48 +02:00
color: #81a2be;
}
.tomorrow-purple,
pre .keyword,
pre .javascript .function {
2016-10-07 00:24:48 +02:00
color: #b294bb;
}
pre code {
display: block;
background: #1d1f21;
color: #c5c8c6;
font-family: Menlo, Monaco, Consolas, monospace;
line-height: 1.5;
border: 1px solid #ccc;
padding: 10px;
}