~yolanda.robla/ubuntu/trusty/nodejs/add_distribution

« back to all changes in this revision

Viewing changes to doc/sh_vim-dark.css

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-08-14 00:16:46 UTC
  • mfrom: (7.1.40 sid)
  • Revision ID: package-import@ubuntu.com-20130814001646-bzlysfh8sd6mukbo
Tags: 0.10.15~dfsg1-4
* Update 2005 patch, adding a handful of tests that can fail on
  slow platforms.
* Add 1004 patch to fix test failures when writing NaN to buffer
  on mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.sh_sourceCode {
2
 
 
3
2
  font-weight: normal;
4
3
  font-style: normal;
5
4
}
6
5
 
7
 
.sh_sourceCode .sh_symbol , .sh_sourceCode .sh_cbracket {
 
6
.sh_sourceCode .sh_symbol ,
 
7
.sh_sourceCode .sh_cbracket {
8
8
  color: #fff;
9
9
}
10
10
 
12
12
  font-style: italic;
13
13
}
14
14
 
15
 
.sh_sourceCode .sh_string, .sh_sourceCode .sh_regexp, .sh_sourceCode .sh_number,
16
 
.sh_sourceCode .sh_specialchar
17
 
{
18
 
        color: #a0c874;
 
15
.sh_sourceCode .sh_string,
 
16
.sh_sourceCode .sh_regexp,
 
17
.sh_sourceCode .sh_number,
 
18
.sh_sourceCode .sh_specialchar {
 
19
  color: #a0c874;
19
20
}
20
21
 
21
22
.sh_sourceCode .sh_comment {
23
24
}
24
25
 
25
26
.alt .sh_sourceCode .sh_keyword {
26
 
    font-style: normal;
27
 
    color: #996633;
 
27
  font-style: normal;
 
28
  color: #996633;
28
29
}
29
30
 
30
31
.alt .sh_sourceCode .sh_symbol , .alt .sh_sourceCode .sh_cbracket {
31
 
    color: #46483e;
 
32
  color: #46483e;
32
33
}
33