구글링을 통해 다른 사용자가 만들어 놓은 Preferences파일(.epf)을 임포트 시켜 화면 설정을 적용시킬 수 있지만 그 epf파일에 화면설정 뿐 아니라 다른 설정들 까지 같이 포함되어 있어 왠지 깔끔하지 못 한 감이 있습니다.
그래서 제가 쓰고 있는 화면의 수동설정 항목들을 리스팅 합니다.
항목보기..
- General -> Appearance -> Colors and Fonts
- Basic -> Text Font : 나눔고딕코딩, 10pt
- General -> Editors -> Text Editors
- Current line highlight : Color - 34, 32, 32
- Print margin : Color - 76, 76, 76
- Find scope : Color - 25, 25, 25
- Selection foreground color : System Default uncheck
- Selection background color : System Default uncheck / Color - 65, 76, 59
- Background color : System Default uncheck / Color - 25, 25, 25
- Foreground color : System Default uncheck / Color - 128, 255, 0
- General -> Editors -> Text Editors -> Annotations
- Occurrences : Color - 0, 196, 0 / Text as - Dashed Box
- Write Occurrences : Color - 196, 0, 0 / Text as - Dashed Box
- General -> Editors -> Text Editors -> Quick Diff
- Colors -> Deletions : Color - 255, 0, 0
- General -> Editors -> Spelling
- Enable spell checking : uncheck
- Java -> Editor
- Matching brackets highlight : Color - 0, 255, 0
- Parameter hints background : Color - 0, 0, 0
- Parameter hints foreground : Color - 230, 230, 230
- Java -> Editor -> Syntax Coloring
- Java -> Abstract method invocations : Enable / Color - 241, 196, 56
- Java -> Annotations : Color - 135, 19, 33
- Java -> Brackets : Color - 255, 255, 255
- Java -> Classes : Enable / Color - 156, 248, 40
- Java -> Constants : Enable / Color - 156, 248, 40
- Java -> Deprecated memebers : Color - 255, 255, 255
- Java -> Enums : Enable / Color - 64, 128, 0
- Java -> Fields : Color - 53, 122, 143
- Java -> Inherited method invocations : Enable / Color - 241, 196, 56
- Java -> Interfaces : Enable / Color - 156, 248, 40
- Java -> Keyword 'return' : Color - 236, 108, 30
- Java -> Keywords excluding 'return' : Color - 236, 108, 30
- Java -> Local variable declarations : Enable / Color - 53, 122, 146
- Java -> Local variable references : Enable / Color - 53, 122, 146
- Java -> Method declarations : Enable / Color - 241, 196, 56
- Java -> Methods : Color - 241, 196, 56
- Java -> Numbers : Enable / Color - 255, 255, 0
- Java -> Operators : Color - 255, 255, 255
- Java -> Others : Color - 255, 255, 255
- Java -> Parameter variables : Enable / Color - 64, 128, 0
- Java -> Static Fields : Bold / Color - 255, 255, 128 / Italic uncheck
- Java -> Static method invocations : Bold / Color - 255, 255, 255 / Italic uncheck
- Java -> Strings : Color - 255, 64, 64
- Java -> Type arguments : Enable / Color - 216, 176, 176
- Java -> Type variables : Enable / Color - 216, 176, 176
- Comments -> Multi-line comment : Color - 16, 184, 248
- Comments -> Single-line comment : Color - 16, 184, 248
- Comments -> Task tags : Color - 5, 142, 171
- Java -> Properties Files Editor
- Arguments : Bold / Color - 128, 255, 0
- Assignments : Color - 255, 255, 255
- Keys : Color - 255, 200, 0
- Values : Color - 255, 255, 255
위와 같이 설정 하고 Eclipse를 다시 실행 시키면 바뀐 화면을 보실 수 있습니다.
댓글을 남겨주세요