美微书签收藏的网页

美微书签和网页 http://eclipsecolorthemes.org/?view=theme&id=3 的作者无关,不对其内容负责。美微书签快照谨为网络故障时之索引,不代表被收藏的网页即时页面。
Vibrant Ink - Eclipse Color Themes
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
multiLineComment
commentTaskTag
javadoc
javadocLink
javadocTag
javadocKeyword
class
interface
method
methodDeclaration
bracket
number
string
operator
keyword
annotation
staticMethod
localVariable
localVariableDeclaration
field
staticField
staticFinalField
deprecatedMember
deletionIndication
enum
inheritedMethod
abstractMethod
parameterVariable
typeArgument
typeParameter
constant

Download - 65429 Downloads

Eclipse Color Theme (XML) - for Eclipse Color Theme Plugin Eclipse Preferences (EPF) - for Eclipse Import

Preview

Java

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

<?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

<!DOCTYPE html>
<html>
    <head>
        <link rel="stylesheet" type="text/css" />
    </head>
<body>
    <!-- This is a comment -->
    <p>three&amp;&amp;&amp;spaces</p>
</body>
</html>

About

Added by Felix H. Dahlke
Theme website