aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Code/Blocks/syntax/compass/shThemeEclipse.scss')
-rw-r--r--Code/Blocks/syntax/compass/shThemeEclipse.scss48
1 files changed, 0 insertions, 48 deletions
diff --git a/Code/Blocks/syntax/compass/shThemeEclipse.scss b/Code/Blocks/syntax/compass/shThemeEclipse.scss
deleted file mode 100644
index 193fb1d..0000000
--- a/Code/Blocks/syntax/compass/shThemeEclipse.scss
+++ /dev/null
@@ -1,48 +0,0 @@
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}
Powered by cgit v1.2.3 (git 2.41.0)