aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJinweiClarkChao <[email protected]>2014-02-20 12:50:15 +0800
committerJinweiClarkChao <[email protected]>2014-02-20 12:52:51 +0800
commit31fb10f393fbfd4d7adf528ec70624d2b8d247a8 (patch)
tree1009bb2a4f5fe89b8bc822b68104018ea8df5261 /Blocks/syntax/compass/shThemeFadeToGrey.scss
parentbe404e3e01ca839e730c884309c25abef10863c9 (diff)
downloadjinwei.me-31fb10f393fbfd4d7adf528ec70624d2b8d247a8.tar.gz
Six Blocks Version
Diffstat (limited to 'Blocks/syntax/compass/shThemeFadeToGrey.scss')
-rw-r--r--Blocks/syntax/compass/shThemeFadeToGrey.scss36
1 files changed, 36 insertions, 0 deletions
diff --git a/Blocks/syntax/compass/shThemeFadeToGrey.scss b/Blocks/syntax/compass/shThemeFadeToGrey.scss
new file mode 100644
index 0000000..7963814
--- /dev/null
+++ b/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)