谢谢!解决方案基于问题和答案,我设法在Windows 7上更改了tabs字体,方法如下:关闭Eclipse 在档案编辑器(WinRar)中打开< eclipse-installation-directory>/plugins/com.github.eclipseuitheme.themes.moonrise-ui_0.8.4.jar (或您使用的任何版本),7zip等)打开 themes/css/moonrise-ui-standalone.css 进行编辑(右键单击-> edit)注释掉所有出现的 font-family:'Segoe Print'; ,即用/* font-family:'Segoe Print'; */ 保存文件并退出存档编辑器.如果系统提示您更新档案,请单击是".启动Eclipse.I am messing around with the ui of eclipse right now and found moonrise theme found herehttps://github.com/guari/eclipse-ui-theme/blob/master/README.md. I like it much more than the Dark juno and those are really the only 2 i found. So the theme is great and all but the tab font is a little ... not me i suppose. I read how to change it is to go into the CSS file once you extract it from the jar file, but after that i dont know how to save the stuff as a jar file again and place it back in the eclipse dropins folder.thanks! 解决方案 Based on both the question and the answer, I managed to change the tabs font on Windows 7, here's how:Close EclipseOpen <eclipse-installation-directory>/ plugins/com.github.eclipseuitheme.themes.moonrise-ui_0.8.4.jar (or whichever version you have) in an archive editor (WinRar, 7zip, etc.)Open themes/css/moonrise-ui-standalone.css for editing (right click->edit)Comment out all occurrences of font-family: 'Segoe Print';, i.e. replace them with /*font-family: 'Segoe Print';*/Save the file and exit the archive editor. If prompted to update the archive, click yes.Start Eclipse. 这篇关于在Moonrise主题中编辑Tab字体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
09-02 06:50