Merge branch 'V8-3.4'
[platform/upstream/nodejs.git] / doc / sh_vim-dark.css
1 .sh_sourceCode {
2
3   font-weight: normal;
4   font-style: normal;
5 }
6
7 .sh_sourceCode .sh_symbol , .sh_sourceCode .sh_cbracket {
8   color: #fff;
9 }
10
11 .sh_sourceCode .sh_keyword {
12   font-style: italic;
13 }
14
15 .sh_sourceCode .sh_string, .sh_sourceCode .sh_regexp, .sh_sourceCode .sh_number,
16 .sh_sourceCode .sh_specialchar
17 {
18         color: #B9CCC5;
19 }
20
21 .sh_sourceCode .sh_comment {
22   color: #777;
23 }