diff options
author | JinweiClarkChao <[email protected]> | 2014-02-20 12:50:15 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2014-02-20 12:52:51 +0800 |
commit | 31fb10f393fbfd4d7adf528ec70624d2b8d247a8 (patch) | |
tree | 1009bb2a4f5fe89b8bc822b68104018ea8df5261 /Blocks/syntax/compass/shThemeMidnight.scss | |
parent | be404e3e01ca839e730c884309c25abef10863c9 (diff) | |
download | jinwei.me-31fb10f393fbfd4d7adf528ec70624d2b8d247a8.tar.gz |
Six Blocks Version
Diffstat (limited to 'Blocks/syntax/compass/shThemeMidnight.scss')
-rw-r--r-- | Blocks/syntax/compass/shThemeMidnight.scss | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Blocks/syntax/compass/shThemeMidnight.scss b/Blocks/syntax/compass/shThemeMidnight.scss new file mode 100644 index 0000000..a4dae02 --- /dev/null +++ b/Blocks/syntax/compass/shThemeMidnight.scss | |||
@@ -0,0 +1,32 @@ | |||
1 | // Midnight SyntaxHighlighter theme based on theme by J.D. Myers | ||
2 | // http://webdesign.lsnjd.com/ | ||
3 | |||
4 | $background: #0f192a !default; | ||
5 | |||
6 | $line_highlighted_background: #253e5a !default; | ||
7 | $line_highlighted_number: #38566f !default; | ||
8 | |||
9 | $gutter_text: #afafaf !default; | ||
10 | $gutter_border_color: #435a5f !default; | ||
11 | |||
12 | $toolbar_collapsed_a: #428bdd !default; | ||
13 | $toolbar_collapsed_a_hover: #1dc116 !default; | ||
14 | $toolbar_collapsed_background: #000 !default; | ||
15 | |||
16 | $toolbar_a: #D1EDFF !default; | ||
17 | $toolbar_a_hover: #8aa6c1 !default; | ||
18 | |||
19 | $code_plain: #d1edff !default; | ||
20 | $code_comments: #428bdd !default; | ||
21 | $code_string: #1dc116 !default; | ||
22 | $code_keyword: #b43d3d !default; | ||
23 | $code_preprocessor: #8aa6c1 !default; | ||
24 | $code_variable: #ffaa3e !default; | ||
25 | $code_value: #f7e741 !default; | ||
26 | $code_functions: #ffaa3e !default; | ||
27 | $code_constants: #e0e8ff !default; | ||
28 | $code_color1: #f8bb00 !default; | ||
29 | $code_color2: white !default; | ||
30 | $code_color3: #ffaa3e !default; | ||
31 | |||
32 | @import "_theme_template.scss"; | ||