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}
37