如何使用 Github 链接在 BlueJ 中实现暗模式
我是编程新手,一直在使用 IDE BlueJ。我想使用此 GitHub 链接中给出的代码更改为深色模式:
https:// github.com/t-ye/bluej-dark-theme
那里的说明说“将 path/to/BlueJ/lib/stylesheets 替换为该项目中的样式表”。我不太确定该怎么做。我尝试在 Mac Finder 中搜索文件,但没有找到任何内容。我认为这是一件非常容易做的事情,因为 Github 上的说明没有说太多,但我只是不确定如何继续。
I am new to programming and have been using the IDE BlueJ. I wanted to change to dark mode using the code given in this GitHub link:
https://github.com/t-ye/bluej-dark-theme
The instructions there say to "Replace path/to/BlueJ/lib/stylesheets with the stylesheets in this project". I'm not really sure how to do that. I've tried searching for files within my Mac Finder, but haven't found anything. I'm assuming this is a pretty easy thing to do because the instructions on the Github don't say much, but I'm just not sure how to proceed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先在finder中找到blueJ应用程序,然后右键单击(或control+单击),然后单击“显示包内容”,然后导航到Contents/Resources/Java/stylesheets,然后查找名为“java-colors”的css文件.css”。然后,您可以使用预定义的暗模式 css 文件替换整个文件,也可以根据自己的喜好手动编辑颜色。
First off locate the blueJ application in finder, and then right click(or control+click), and click "Show Package Contents", then navigate to Contents/Resources/Java/stylesheets, then look for a css file named "java-colors.css". You can then either replace the file as a whole with a predefined darkmode css file or manually edit the colours to your liking.