diff options
Diffstat (limited to 'Code/Blocks/syntax/compass/shThemeMDUltra.scss')
-rw-r--r-- | Code/Blocks/syntax/compass/shThemeMDUltra.scss | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Code/Blocks/syntax/compass/shThemeMDUltra.scss b/Code/Blocks/syntax/compass/shThemeMDUltra.scss new file mode 100644 index 0000000..0356fa6 --- /dev/null +++ b/Code/Blocks/syntax/compass/shThemeMDUltra.scss | |||
@@ -0,0 +1,32 @@ | |||
1 | // MDUltra SyntaxHighlighter theme based on Midnight Theme | ||
2 | // http://www.mddev.co.uk/ | ||
3 | |||
4 | $background: #222222 !default; | ||
5 | |||
6 | $line_highlighted_background: #253e5a !default; | ||
7 | $line_highlighted_number: white !default; | ||
8 | |||
9 | $gutter_text: #38566f !default; | ||
10 | $gutter_border_color: #435a5f !default; | ||
11 | |||
12 | $toolbar_collapsed_a: #428bdd !default; | ||
13 | $toolbar_collapsed_a_hover: lime !default; | ||
14 | $toolbar_collapsed_background: black !default; | ||
15 | |||
16 | $toolbar_a: #aaaaff !default; | ||
17 | $toolbar_a_hover: #9ccff4 !default; | ||
18 | |||
19 | $code_plain: lime !default; | ||
20 | $code_comments: #428bdd !default; | ||
21 | $code_string: lime !default; | ||
22 | $code_keyword: #aaaaff !default; | ||
23 | $code_preprocessor: #8aa6c1 !default; | ||
24 | $code_variable: aqua !default; | ||
25 | $code_value: #f7e741 !default; | ||
26 | $code_functions: #ff8000 !default; | ||
27 | $code_constants: yellow !default; | ||
28 | $code_color1: red !default; | ||
29 | $code_color2: yellow !default; | ||
30 | $code_color3: #ffaa3e !default; | ||
31 | |||
32 | @import "_theme_template.scss"; | ||