Eclipse의 패키지 탐색기 배경색은 Windows 테마를 따릅니다. 윈도우 테마를 바꾸지 않고 색상 만 바꾸고 싶어요. 가능한?
(응용 프로그램에 따라) 로컬에서 색상을 변경하는 방법일까요?
이클립스의 배경색은 흰색이며, 창의 활성 창 배경색과 동일한 흰색입니다. 테마의 색상을 변경하면 일식이 색상으로 변경됩니다.
전체 테마를 변경하지 않고이 소프트웨어의 색상을 변경하고 싶습니다 (모든 프로그램이 이상한 색상을 갖기 때문입니다). 이것이 가능한가? 다른 프로그램이나 무언가에 다른 윈도우 테마를 적용하는 방법이 있다고 생각했습니다.
Windows XP, 클래식 Windows 테마를 사용하고 있습니다.
워크 벤치가 빌드되는 방식을 알면 Eclipse 측에서는 귀하의 요청이 불가능하다고 확신합니다. 편집자는 StyledText 위젯이기 때문에이를 수행 할 수 있으며이를 사용자 정의 할 수있는 몇 가지 환경 설정이 표시됩니다. 다른 뷰는 다양한 위젯, 일부는 트리, 일부는 텍스트, 일부는 다양한 다른 위젯으로 구성됩니다. 그들 모두는 Windows 테마를 사용하는 기본 생성자로 만들어집니다.
http://marketplace.eclipse.org/content/eclipse-4-chrome-theme 에서 "Eclipse 4 Chrome 테마"를 설치합니다 .
그런 다음 많은 Eclipse UI 위젯을 사용자 정의 할 수 있습니다. 그러나 당신이 원하는 것은 아니지만 적어도 상자에서 꺼내서는 안됩니다. 이를 위해 CSS 탭 (Eclipse 4 Chrome 테마)으로 이동하여 다음을 붙여 넣어야합니다.
Tree, List, Table {
background-color: #202020;
color: #d0d0d0;
}
거의 모든 것을 변경할 수 있습니다. 문제는 무엇을 찾아내는 것이며, 일부는 변경할 수없는 비트 맵이라는 사실입니다 (따라서 비트 맵이 어둡고 어두운 배경을 설정하면 비트 맵이 "느슨해집니다").
이 위젯 목록은 http://download.eclipse.org/rt/rap/doc/1.5/help/html/reference/theming/index.html에 도움이 될 수 있지만 Eclipse가 아닌 위젯 이름에 대한 일반적인 정보를 제공합니다. 정보 (ID 및 모든 포함), 조심하세요 :-)
== 매우 늦은 추가 ==
사용자 지정 다크 테마에 대한 링크를 포함하여 필요한 모든 것을 한곳에서 : http://mihai-nita.net/2013/09/19/dark-eclipse/
2013 년 9 월 현재 Mac 스크린 샷 예 (파일 변경 후 Eclipse를 다시 시작하십시오) :
Just search "Theme" in the Eclipse Market Place. Install Moonrise. (Should be first option). Then go to the General, appearance, Click on appearance, change theme to moonrise, Then there you go.
I don't know of a way to change every Eclipse window to your color scheme, but I can get you at least as far as changing some of the editing windows...
Open up "Window -> Preferences", then under "General | Editors | Text Editors" you will find a section that will allow you to set the "Appearance color options", Background color is one of those options.
PS: I'm using Eclipse 3.6 (Helios)
Sadly, this is not possible (which is crazy).
However, Aptana Studio (which is an Eclipse derivative) lets you theme the entire IDE.
I did some research and found that actualy it is posible to change all colors, but abit harder. there are two methods that I found so far.
first since eclipse is using OS themes, you can change your OS background settings, like folder background etc., or just change the whole theme if your using windows, but the downside is that all windowses will be same color, in linux and mac os it is also posible, but in different way, I did read it somewhere, but can't remember where :)
second creating a specific theme for eclipse, for example http://rogerdudler.github.io/eclipse-ui-themes/ or any other theme like google chrome etc.
Install the theme from here as per the instruction in the github: https:// github.com/guari/eclipse-ui-theme
편집기 색상 테마가 마음에 들지 않으면 여기에 여러 가지가 있습니다. http://eclipsecolorthemes.org/
둘 다의 조합이 나에게 매력처럼 작동합니다!
'program story' 카테고리의 다른 글
SEHException 오류를 진단하는 방법-외부 구성 요소에서 예외가 발생했습니다. (0) | 2020.10.15 |
---|---|
SSL 오류 : 로컬 발급자 인증서를 가져올 수 없습니다. (0) | 2020.10.15 |
R, Sweave 및 LaTeX를 사용하여 출판 품질 표를 만들기위한 일반 가이드 (0) | 2020.10.15 |
Mercurial에서 역방향 병합 취소 (0) | 2020.10.15 |
최고의 크로스 플랫폼 (휴대용) 임의 정밀도 수학 라이브러리 (0) | 2020.10.15 |