aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2014-09-23 22:34:14 +0800
committerJinwei Zhao <[email protected]>2017-01-13 15:07:44 +0800
commitb214f38d2c24a890ce36512a0c8bab965e27a508 (patch)
tree1522b651444407cbf120798e79be4657f1b472ab /Back/Blocks/syntax/compass/shThemeFadeToGrey.scss
parente13882d1656b143533cec307a19425e0a56ec999 (diff)
downloadjinwei.me-b214f38d2c24a890ce36512a0c8bab965e27a508.tar.gz
README
Diffstat (limited to 'Back/Blocks/syntax/compass/shThemeFadeToGrey.scss')
-rw-r--r--Back/Blocks/syntax/compass/shThemeFadeToGrey.scss36
1 files changed, 0 insertions, 36 deletions
diff --git a/Back/Blocks/syntax/compass/shThemeFadeToGrey.scss b/Back/Blocks/syntax/compass/shThemeFadeToGrey.scss
deleted file mode 100644
index 7963814..0000000
--- a/Back/Blocks/syntax/compass/shThemeFadeToGrey.scss
+++ /dev/null
@@ -1,36 +0,0 @@
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)