将新版本(2020以上版本)idea中的字体设置为eclispse方法
Posted lhever_
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将新版本(2020以上版本)idea中的字体设置为eclispse方法相关的知识,希望对你有一定的参考价值。
设置路径是: settings -> editor -> Color scheme -> java
颜色方案按照如下给出的颜色值更改即可:
Annotations:
annotation attribute name: 0000FF
annotation name: 000000
--------------------------------------------------
Braces and Operators:
Braces: 0000FF
Brackets: 0000FF
Comma: 0000FF
Dot: 0000FF
Operator sign: 0000FF
Parenthese: 0000FF
Semicolon: 0000FF
--------------------------------------------------
Class Fields:
constant(static final field): 660E7A bold italic
constant (static final imported fied): 660E7A bold italic
instance field: 0000FF bold
instance final field: 660E7A bold
static field: 660E7A italic
static imported field: 660E7A italic
--------------------------------------------------
classes and interfaces:
abstract class 000000
anonymous class 000000
class 000000
enum 000000
interface 000000
--------------------------------------------------
comments:
Block comment: 323232 italic
line comment: 006400 italic
--------------------------------------------------
keyword: 8A2082 Bold
--------------------------------------------------
methods:
abstract method: 000000
constructor call: 00000
constructor declaration: 000000
inherited method: 000000
method call: 000000
method declaration: 000000
static imported method call: 0000FF italic
static mehtod: 0000FF italic
--------------------------------------------------
number: 0000FF
--------------------------------------------------
parameter:
implicit anonymous class parameter: 804000
lambda parameter: 804000
parameter: 804000
reassigned parameter: 804000 effects: 909090
type parameter: 085F9D
----------------------------------------------
string:
escape sequence invalid: foreground: 008000 background: FFCCCC
escape sequence valid: foreground: 000080 bold
string text: 008000 bold italic
-------------------------------------------------------------
variables:
local variable: 6A3E3E
reassigned local variable: 6A3E3E effects: 909090
以上是关于将新版本(2020以上版本)idea中的字体设置为eclispse方法的主要内容,如果未能解决你的问题,请参考以下文章
将新版本(2020以上版本)idea中的字体设置为eclispse方法
将新版本(2020以上版本)idea中的字体设置为eclispse方法