Projet

Général

Profil

Paste
Télécharger (1,27 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / highlightjs / styles / solarized_light.css @ 5a7e6170

1
/*
2

3
Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
4

5
*/
6

    
7
pre code {
8
  display: block; padding: 0.5em;
9
  background: #fdf6e3; color: #657b83;
10
}
11

    
12
pre .comment,
13
pre .template_comment,
14
pre .diff .header,
15
pre .doctype,
16
pre .pi,
17
pre .lisp .string,
18
pre .javadoc {
19
  color: #93a1a1;
20
  font-style: italic;
21
}
22

    
23
pre .keyword,
24
pre .winutils,
25
pre .method,
26
pre .addition,
27
pre .css .tag,
28
pre .request,
29
pre .status,
30
pre .nginx .title {
31
  color: #859900;
32
}
33

    
34
pre .number,
35
pre .command,
36
pre .string,
37
pre .tag .value,
38
pre .rules .value,
39
pre .phpdoc,
40
pre .tex .formula,
41
pre .regexp,
42
pre .hexcolor {
43
  color: #2aa198;
44
}
45

    
46
pre .title,
47
pre .localvars,
48
pre .chunk,
49
pre .decorator,
50
pre .built_in,
51
pre .identifier,
52
pre .vhdl .literal,
53
pre .id,
54
pre .css .function {
55
  color: #268bd2;
56
}
57

    
58
pre .attribute,
59
pre .variable,
60
pre .lisp .body,
61
pre .smalltalk .number,
62
pre .constant,
63
pre .class .title,
64
pre .parent,
65
pre .haskell .type {
66
  color: #b58900;
67
}
68

    
69
pre .preprocessor,
70
pre .preprocessor .keyword,
71
pre .pragma,
72
pre .shebang,
73
pre .symbol,
74
pre .symbol .string,
75
pre .diff .change,
76
pre .special,
77
pre .attr_selector,
78
pre .important,
79
pre .subst,
80
pre .cdata,
81
pre .clojure .title,
82
pre .css .pseudo {
83
  color: #cb4b16;
84
}
85

    
86
pre .deletion {
87
  color: #dc322f;
88
}
89

    
90
pre .tex .formula {
91
  background: #eee8d5;
92
}