eclipse 设置 Intellij IDEA样式的主题
程序员文章站
2022-07-04 12:10:03
...
具体步骤如下:
1、安装安装 eclipse color theme插件
在 Eclipse menu -> Help-> Eclipse Marketplace 中搜索安装 eclipse color theme插件
2、下载“Intellij Dracula”主题
在 Eclipse menu -> Window -> Preferences -> General -> Appearance -> Color Theme中
点击进入http://www.eclipsecolorthemes.org/, 并搜索“Intellij Dracula”,进入页面后下载XML文件,
再在Color Theme中设置样式为Intellij Dracula 即可
这时,editor窗口的样式已经变成Intellij风格的了
3、 修改全局主题
上一步做完,editor之外的界面还是白色背景,这时,需要修改eclipse全局主题
在 Eclipse menu -> Window -> Preferences -> General -> Appearance 中修改theme 为Dark
theme下载-- intellij IDEA样式:http://www.eclipsecolorthemes.org/?view=theme&id=14105
设置方法参考自:http://javaclockwork.com/en/eclipse-ide-dark-ui-theme-similar-to-intellij-darcula-theme/
1、安装安装 eclipse color theme插件
在 Eclipse menu -> Help-> Eclipse Marketplace 中搜索安装 eclipse color theme插件
2、下载“Intellij Dracula”主题
在 Eclipse menu -> Window -> Preferences -> General -> Appearance -> Color Theme中
点击进入http://www.eclipsecolorthemes.org/, 并搜索“Intellij Dracula”,进入页面后下载XML文件,
再在Color Theme中设置样式为Intellij Dracula 即可
这时,editor窗口的样式已经变成Intellij风格的了
3、 修改全局主题
上一步做完,editor之外的界面还是白色背景,这时,需要修改eclipse全局主题
在 Eclipse menu -> Window -> Preferences -> General -> Appearance 中修改theme 为Dark
theme下载-- intellij IDEA样式:http://www.eclipsecolorthemes.org/?view=theme&id=14105
设置方法参考自:http://javaclockwork.com/en/eclipse-ide-dark-ui-theme-similar-to-intellij-darcula-theme/
上一篇: linux 定时任务--crontab
下一篇: 清迈哪里最好玩 清迈好玩的景点推荐
推荐阅读
-
idea快捷键设置成eclipse(自动补全代码的快捷键)
-
idea如何修改快捷键为Eclipse风格?IntelliJ IDEA设置快捷键及快捷键风格的方法
-
idea快捷键设置成eclipse(自动补全代码的快捷键)
-
手把手教你设置IntelliJ IDEA 的彩色代码主题的图文教程
-
IntelliJ IDEA 2020如何设置背景图片的方法步骤
-
Word中如何快速传递文档和模板的样式以及设置主题
-
IDEA 非常重要的一些设置项(一连串的问题差点让我重新用回 Eclipse)
-
Eclipse和Intellij Idea的常用快捷键
-
IntelliJ IDEA 设置代码提示或自动补全的快捷键 (附IntelliJ IDEA常用快捷键)
-
intellij idea设置统一JavaDoc模板的方法详解