Git Repository Public Repository

namibia

URLs

Copy to Clipboard
 
df0489e1eeeeab5a9bd44e1d84fce49924fe1bac
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
// Eclipse IDE SyntaxHighlighter color theme
// (C) Code-House
// :http//blog.code-house.org/2009/10/xml-i-adnotacje-kod-ogolnego-przeznaczenia-i-jpa/

$background:					#fff !default;

$line_highlighted_background:	#c3defe !default;
$line_highlighted_number:		#fff !default;

$gutter_text:					#787878 !default;
$gutter_border_color:			#d4d0c8 !default;

$toolbar_collapsed_a:			#3f5fbf !default;
$toolbar_collapsed_a_hover:		#aa7700 !default;
$toolbar_collapsed_background:	#fff !default;

$toolbar_a:						#a0a0a0 !default;
$toolbar_a_hover:				red !default;

$code_plain:					black !default;
$code_comments:					#3f5fbf !default;
$code_string:					#2a00ff !default;
$code_keyword:					#7f0055 !default;
$code_preprocessor:				#646464 !default;
$code_variable:					#aa7700 !default;
$code_value:					#009900 !default;
$code_functions:				#ff1493 !default;
$code_constants:				#0066cc !default;
$code_color1:					gray !default;
$code_color2:					#ff1493 !default;
$code_color3:					red !default;

@import "_theme_template.scss";

.syntaxhighlighter {
	.keyword { font-weight: bold !important; }
	
	.xml {
		.keyword {
			color: #3f7f7f !important;
			font-weight: normal !important; }
		.color1, .color1 a { color: #7f007f !important; }
		.string {
			font-style: italic !important;
			color: #2a00ff !important; 
		} 
	} 
}

Commits for namibiapublic/js/lib/syntaxhighlighter/compass/shThemeEclipse.scss

Diff revisions: vs.
Revision Author Commited Message
df0489 ... Mark Fri 14 Oct, 2016 10:01:00 +0000

initial commit