首页
主题列表
使用说明
关于我们
IDEA主题样式
JetBrains全系列主题下载,支持:InteliJ IDEA, PhpStorm, PyCharm, RubyMine, WebStorm and AppCode.
开始使用
相关主题
643
款
排序方式
录入时间
下载次数
搜索
Ladies Night 2
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
433314
471063
Relax Your Eyes
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
179556
201670
Monokai Sublime Text 3
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
176550
199475
Obsidian
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
156796
179182
Sublime Text 2
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
110167
128485
Classic Eclipse
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
102727
118050
Programmer
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
68389
85055
Xcode inspired
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
64246
75634
Wombat
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
56268
68013
RecognEyes
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
55632
67626
Visual Studio 2015 Dark
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-28
45472
60169
Visual Studio 2013
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
+
"Other"
;
int
i
=
123
;
}
public
static
void
main
(
String
[]
args
)
{
Demo
demo
=
new
Demo
()
;
}
}
2017-12-26
43329
53503
1
2
3