]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - highlight.js/styles/tomorrow-night-bright.css
Add highlight.js
[SourceForge/phpwiki.git] / highlight.js / styles / tomorrow-night-bright.css
1 /* Tomorrow Night Bright Theme */
2 /* Original theme - https://github.com/chriskempson/tomorrow-theme */
3 /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
4 .tomorrow-comment, pre .comment, pre .title {
5   color: #969896;
6 }
7
8 .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 {
9   color: #d54e53;
10 }
11
12 .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
13   color: #e78c45;
14 }
15
16 .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
17   color: #e7c547;
18 }
19
20 .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
21   color: #b9ca4a;
22 }
23
24 .tomorrow-aqua, pre .css .hexcolor {
25   color: #70c0b1;
26 }
27
28 .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 {
29   color: #7aa6da;
30 }
31
32 .tomorrow-purple, pre .keyword, pre .javascript .function {
33   color: #c397d8;
34 }
35
36 pre code {
37   display: block;
38   background: black;
39   color: #eaeaea;
40   padding: 0.5em;
41 }
42
43 pre .coffeescript .javascript,
44 pre .javascript .xml,
45 pre .tex .formula,
46 pre .xml .javascript,
47 pre .xml .vbscript,
48 pre .xml .css,
49 pre .xml .cdata {
50   opacity: 0.5;
51 }