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 /Blocks/syntax/compass/shThemeFadeToGrey.scss | |
parent | 13be3d058713e1467ffc573a90cc694b80526135 (diff) | |
download | jinwei.me-80255411ee7040e0cebbf6b05d2ce323f6f2596e.tar.gz |
backup
Diffstat (limited to 'Blocks/syntax/compass/shThemeFadeToGrey.scss')
-rw-r--r-- | Blocks/syntax/compass/shThemeFadeToGrey.scss | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/Blocks/syntax/compass/shThemeFadeToGrey.scss b/Blocks/syntax/compass/shThemeFadeToGrey.scss deleted file mode 100644 index 7963814..0000000 --- a/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 | } | ||