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/shThemeEclipse.scss | |
parent | be404e3e01ca839e730c884309c25abef10863c9 (diff) | |
download | jinwei.me-31fb10f393fbfd4d7adf528ec70624d2b8d247a8.tar.gz |
Six Blocks Version
Diffstat (limited to 'Blocks/syntax/compass/shThemeEclipse.scss')
-rw-r--r-- | Blocks/syntax/compass/shThemeEclipse.scss | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/Blocks/syntax/compass/shThemeEclipse.scss b/Blocks/syntax/compass/shThemeEclipse.scss new file mode 100644 index 0000000..193fb1d --- /dev/null +++ b/Blocks/syntax/compass/shThemeEclipse.scss | |||
@@ -0,0 +1,48 @@ | |||
1 | // Eclipse IDE SyntaxHighlighter color theme | ||
2 | // (C) Code-House | ||
3 | // :http//blog.code-house.org/2009/10/xml-i-adnotacje-kod-ogolnego-przeznaczenia-i-jpa/ | ||
4 | |||
5 | $background: #fff !default; | ||
6 | |||
7 | $line_highlighted_background: #c3defe !default; | ||
8 | $line_highlighted_number: #fff !default; | ||
9 | |||
10 | $gutter_text: #787878 !default; | ||
11 | $gutter_border_color: #d4d0c8 !default; | ||
12 | |||
13 | $toolbar_collapsed_a: #3f5fbf !default; | ||
14 | $toolbar_collapsed_a_hover: #aa7700 !default; | ||
15 | $toolbar_collapsed_background: #fff !default; | ||
16 | |||
17 | $toolbar_a: #a0a0a0 !default; | ||
18 | $toolbar_a_hover: red !default; | ||
19 | |||
20 | $code_plain: black !default; | ||
21 | $code_comments: #3f5fbf !default; | ||
22 | $code_string: #2a00ff !default; | ||
23 | $code_keyword: #7f0055 !default; | ||
24 | $code_preprocessor: #646464 !default; | ||
25 | $code_variable: #aa7700 !default; | ||
26 | $code_value: #009900 !default; | ||
27 | $code_functions: #ff1493 !default; | ||
28 | $code_constants: #0066cc !default; | ||
29 | $code_color1: gray !default; | ||
30 | $code_color2: #ff1493 !default; | ||
31 | $code_color3: red !default; | ||
32 | |||
33 | @import "_theme_template.scss"; | ||
34 | |||
35 | .syntaxhighlighter { | ||
36 | .keyword { font-weight: bold !important; } | ||
37 | |||
38 | .xml { | ||
39 | .keyword { | ||
40 | color: #3f7f7f !important; | ||
41 | font-weight: normal !important; } | ||
42 | .color1, .color1 a { color: #7f007f !important; } | ||
43 | .string { | ||
44 | font-style: italic !important; | ||
45 | color: #2a00ff !important; | ||
46 | } | ||
47 | } | ||
48 | } | ||