-
Notifications
You must be signed in to change notification settings - Fork 6
/
solarized-light.css
78 lines (78 loc) · 2.65 KB
/
solarized-light.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.highlight {
color: #657b83 !important;
background-color: #fdf6e3 !important; }
.highlight .err {
color: #dc322f !important;
background-color: #eee8d5 !important; }
.highlight .cp {
color: #93a1a1 !important;
font-weight: bold !important; }
.highlight .cs {
color: #93a1a1 !important;
font-weight: bold !important;
font-style: italic !important; }
.highlight .gd {
background-color: #fdd !important; }
.highlight .gd .x {
background-color: #faa !important; }
.highlight .ge {
font-style: italic !important; }
.highlight .gi {
background-color: #dfd !important; }
.highlight .gi .x {
background-color: #afa !important; }
.highlight .go {
color: #657b83 !important; }
.highlight .gu {
color: #d33682 !important;
font-weight: bold !important; }
.highlight .gs {
font-weight: bold !important; }
.highlight .gr, .highlight .gt {
color: #d33682 !important; }
.highlight .gh {
color: #93a1a1 !important; }
.highlight .gp {
color: #93a1a1 !important; }
.highlight .nb {
color: #859900 !important; }
.highlight .ni {
color: #d33682 !important; }
.highlight .nt {
color: #268bd2 !important; }
.highlight .w {
color: #93a1a1 !important; }
.highlight .sr {
color: #859900 !important; }
.highlight .ss {
color: #2aa198 !important; }
.highlight .c, .highlight .cm, .highlight .c1 {
color: #93a1a1 !important;
font-style: italic !important; }
.highlight .k, .highlight .kc, .highlight .kd, .highlight .kp, .highlight .kr, .highlight .kt, .highlight .o, .highlight .ow {
font-weight: bold !important; }
.highlight .k {
color: #859900 !important; }
.highlight .kt {
color: #b58900 !important; }
.highlight .bp {
color: #586e75 !important; }
.highlight .nn {
color: #586e75 !important; }
.highlight .nc {
color: #b58900 !important;
font-weight: bold !important; }
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo, .highlight .il {
color: #2aa198 !important; }
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .se, .highlight .sh, .highlight .si, .highlight .sx, .highlight .s1 {
color: #2aa198 !important; }
.highlight .na, .highlight .nv {
color: #2aa198 !important; }
.highlight .no {
color: #b58900 !important; }
.highlight .vc, .highlight .vg, .highlight .vi {
color: #268bd2 !important; }
.highlight .ne,
.highlight .nf {
color: #dc322f !important;
font-weight: bold !important; }