diff options
author | JinweiClarkChao <[email protected]> | 2014-08-22 17:23:02 +0800 |
---|---|---|
committer | Jinwei Zhao <[email protected]> | 2017-01-13 15:07:42 +0800 |
commit | 80255411ee7040e0cebbf6b05d2ce323f6f2596e (patch) | |
tree | 295b0ef6c85e7cb091b63719ab041596879690fa /Back/Blocks/syntax/styles/shThemeRDark.css | |
parent | 13be3d058713e1467ffc573a90cc694b80526135 (diff) | |
download | jinwei.me-80255411ee7040e0cebbf6b05d2ce323f6f2596e.tar.gz |
backup
Diffstat (limited to 'Back/Blocks/syntax/styles/shThemeRDark.css')
-rw-r--r-- | Back/Blocks/syntax/styles/shThemeRDark.css | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/Back/Blocks/syntax/styles/shThemeRDark.css b/Back/Blocks/syntax/styles/shThemeRDark.css new file mode 100644 index 0000000..6305a10 --- /dev/null +++ b/Back/Blocks/syntax/styles/shThemeRDark.css | |||
@@ -0,0 +1,113 @@ | |||
1 | /** | ||
2 | * SyntaxHighlighter | ||
3 | * http://alexgorbatchev.com/SyntaxHighlighter | ||
4 | * | ||
5 | * SyntaxHighlighter is donationware. If you are using it, please donate. | ||
6 | * http://alexgorbatchev.com/SyntaxHighlighter/donate.html | ||
7 | * | ||
8 | * @version | ||
9 | * 3.0.83 (July 02 2010) | ||
10 | * | ||
11 | * @copyright | ||
12 | * Copyright (C) 2004-2010 Alex Gorbatchev. | ||
13 | * | ||
14 | * @license | ||
15 | * Dual licensed under the MIT and GPL licenses. | ||
16 | */ | ||
17 | .syntaxhighlighter { | ||
18 | background-color: #1b2426 !important; | ||
19 | } | ||
20 | .syntaxhighlighter .line.alt1 { | ||
21 | background-color: #1b2426 !important; | ||
22 | } | ||
23 | .syntaxhighlighter .line.alt2 { | ||
24 | background-color: #1b2426 !important; | ||
25 | } | ||
26 | .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 { | ||
27 | background-color: #323e41 !important; | ||
28 | } | ||
29 | .syntaxhighlighter .line.highlighted.number { | ||
30 | color: #b9bdb6 !important; | ||
31 | } | ||
32 | .syntaxhighlighter table caption { | ||
33 | color: #b9bdb6 !important; | ||
34 | } | ||
35 | .syntaxhighlighter .gutter { | ||
36 | color: #afafaf !important; | ||
37 | } | ||
38 | .syntaxhighlighter .gutter .line { | ||
39 | border-right: 3px solid #435a5f !important; | ||
40 | } | ||
41 | .syntaxhighlighter .gutter .line.highlighted { | ||
42 | background-color: #435a5f !important; | ||
43 | color: #1b2426 !important; | ||
44 | } | ||
45 | .syntaxhighlighter.printing .line .content { | ||
46 | border: none !important; | ||
47 | } | ||
48 | .syntaxhighlighter.collapsed { | ||
49 | overflow: visible !important; | ||
50 | } | ||
51 | .syntaxhighlighter.collapsed .toolbar { | ||
52 | color: #5ba1cf !important; | ||
53 | background: black !important; | ||
54 | border: 1px solid #435a5f !important; | ||
55 | } | ||
56 | .syntaxhighlighter.collapsed .toolbar a { | ||
57 | color: #5ba1cf !important; | ||
58 | } | ||
59 | .syntaxhighlighter.collapsed .toolbar a:hover { | ||
60 | color: #5ce638 !important; | ||
61 | } | ||
62 | .syntaxhighlighter .toolbar { | ||
63 | color: white !important; | ||
64 | background: #435a5f !important; | ||
65 | border: none !important; | ||
66 | } | ||
67 | .syntaxhighlighter .toolbar a { | ||
68 | color: white !important; | ||
69 | } | ||
70 | .syntaxhighlighter .toolbar a:hover { | ||
71 | color: #e0e8ff !important; | ||
72 | } | ||
73 | .syntaxhighlighter .plain, .syntaxhighlighter .plain a { | ||
74 | color: #b9bdb6 !important; | ||
75 | } | ||
76 | .syntaxhighlighter .comments, .syntaxhighlighter .comments a { | ||
77 | color: #878a85 !important; | ||
78 | } | ||
79 | .syntaxhighlighter .string, .syntaxhighlighter .string a { | ||
80 | color: #5ce638 !important; | ||
81 | } | ||
82 | .syntaxhighlighter .keyword { | ||
83 | color: #5ba1cf !important; | ||
84 | } | ||
85 | .syntaxhighlighter .preprocessor { | ||
86 | color: #435a5f !important; | ||
87 | } | ||
88 | .syntaxhighlighter .variable { | ||
89 | color: #ffaa3e !important; | ||
90 | } | ||
91 | .syntaxhighlighter .value { | ||
92 | color: #009900 !important; | ||
93 | } | ||
94 | .syntaxhighlighter .functions { | ||
95 | color: #ffaa3e !important; | ||
96 | } | ||
97 | .syntaxhighlighter .constants { | ||
98 | color: #e0e8ff !important; | ||
99 | } | ||
100 | .syntaxhighlighter .script { | ||
101 | font-weight: bold !important; | ||
102 | color: #5ba1cf !important; | ||
103 | background-color: none !important; | ||
104 | } | ||
105 | .syntaxhighlighter .color1, .syntaxhighlighter .color1 a { | ||
106 | color: #e0e8ff !important; | ||
107 | } | ||
108 | .syntaxhighlighter .color2, .syntaxhighlighter .color2 a { | ||
109 | color: white !important; | ||
110 | } | ||
111 | .syntaxhighlighter .color3, .syntaxhighlighter .color3 a { | ||
112 | color: #ffaa3e !important; | ||
113 | } | ||