美微书签收藏的网页
美微书签和网页
http://eclipsecolorthemes.org/?view=theme&id=3
的作者无关,不对其内容负责。美微书签快照谨为网络故障时之索引,不代表被收藏的网页即时页面。
Vibrant Ink - Eclipse Color Themes
Eclipse Color Themes
Home
\
Twitter
\
Supported editors
\
How to use the themes
\
Login
\
by
Felix H. Dahlke
&
Roger Dudler
Eclipse Color Theme
0.11.0
Feeling creative?
Vibrant Ink
- by
indiehead
-
Website
foreground
background
selectionForeground
selectionBackground
currentLine
lineNumber
searchResultIndication
filteredSearchResultIndication
occurrenceIndication
writeOccurrenceIndication
findScope
sourceHoverBackground
singleLineComment
B
I
U
S
multiLineComment
B
I
U
S
commentTaskTag
B
I
U
S
javadoc
B
I
U
S
javadocLink
B
I
U
S
javadocTag
B
I
U
S
javadocKeyword
B
I
U
S
class
B
I
U
S
interface
B
I
U
S
method
B
I
U
S
methodDeclaration
B
I
U
S
bracket
B
I
U
S
number
B
I
U
S
string
B
I
U
S
operator
B
I
U
S
keyword
B
I
U
S
annotation
B
I
U
S
staticMethod
B
I
U
S
localVariable
B
I
U
S
localVariableDeclaration
B
I
U
S
field
B
I
U
S
staticField
B
I
U
S
staticFinalField
B
I
U
S
deprecatedMember
B
I
U
S
deletionIndication
B
I
U
S
enum
B
I
U
S
inheritedMethod
B
I
U
S
abstractMethod
B
I
U
S
parameterVariable
B
I
U
S
typeArgument
B
I
U
S
typeParameter
B
I
U
S
constant
B
I
U
S
Download
- 65429 Downloads
Eclipse Color Theme
(XML) -
for Eclipse Color Theme Plugin
Eclipse Preferences
(EPF) -
for Eclipse Import
Preview
Java
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
public class
Demo
{
private static final
String
CONSTANT
=
"String"
;
private
Object
o
;
/**
* Creates a new demo.
*
@param
o The object to demonstrate.
*/
public
Demo(
Object
o
) {
this
.
o
=
o
;
String
s
=
CONSTANT
;
int
i
=
1
;
}
public static void
main
(
String
[]
args
) {
Demo
demo
=
new
Demo
();
}
}
PHP
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
// This is a single-line comment
$stringvariable
=
"examplestring"
;
$intvariable
=
300
;
/**
* This is a multi-line comment
*
@author
Roger Dudler
*/
class
Testclass
{
function
test(
$param
=
"default"
) {
return
true
;
}
}
?>
HTML
0
1
2
3
4
5
6
7
8
9
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
link
rel
=
"stylesheet"
type
=
"text/css"
/>
</
head
>
<
body
>
<!--
This is a comment
-->
<
p
>
three
&
&
&
spaces
</
p
>
</
body
>
</
html
>
About
Added by Felix H. Dahlke
Theme website