aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2014-08-22 17:23:02 +0800
committerJinwei Zhao <[email protected]>2017-01-13 15:07:42 +0800
commit80255411ee7040e0cebbf6b05d2ce323f6f2596e (patch)
tree295b0ef6c85e7cb091b63719ab041596879690fa /Back/Blocks/syntax/compass/shThemeFadeToGrey.scss
parent13be3d058713e1467ffc573a90cc694b80526135 (diff)
downloadjinwei.me-80255411ee7040e0cebbf6b05d2ce323f6f2596e.tar.gz
backup
Diffstat (limited to 'Back/Blocks/syntax/compass/shThemeFadeToGrey.scss')
-rw-r--r--Back/Blocks/syntax/compass/shThemeFadeToGrey.scss36
1 files changed, 36 insertions, 0 deletions
diff --git a/Back/Blocks/syntax/compass/shThemeFadeToGrey.scss b/Back/Blocks/syntax/compass/shThemeFadeToGrey.scss
new file mode 100644
index 0000000..7963814
--- /dev/null
+++ b/Back/Blocks/syntax/compass/shThemeFadeToGrey.scss
@@ -0,0 +1,36 @@
1// Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager
2// :http//www.ibrasten.com/
3
4$background: #121212 !default;
5
6$line_highlighted_background: #2C2C29 !default;
7$line_highlighted_number: white !default;
8
9$gutter_text: #afafaf !default;
10$gutter_border_color: #3185b9 !default;
11
12$toolbar_collapsed_a: #3185b9 !default;
13$toolbar_collapsed_a_hover: #d01d33 !default;
14$toolbar_collapsed_background: black !default;
15
16$toolbar_a: #fff !default;
17$toolbar_a_hover: #96daff !default;
18
19$code_plain: white !default;
20$code_comments: #696854 !default;
21$code_string: #e3e658 !default;
22$code_keyword: #d01d33 !default;
23$code_preprocessor: #435a5f !default;
24$code_variable: #898989 !default;
25$code_value: #009900 !default;
26$code_functions: #aaaaaa !default;
27$code_constants: #96daff !default;
28$code_color1: #ffc074 !default;
29$code_color2: #4a8cdb !default;
30$code_color3: #96daff !default;
31
32@import "_theme_template.scss";
33
34.syntaxhighlighter {
35 .functions { font-weight: bold !important; }
36}
Powered by cgit v1.2.3 (git 2.41.0)