据说,theme.txt文件位于themes文件夹中的某个位置,该文件夹本身必须位于/lib或/usr/lib中的Arduino文件夹中,但我找不到这两个文件。
文件在哪里?
还有其他方法来改变主题吗?
*主题=配色方案
发布于 2013-02-06 16:47:41
尝试运行sudo updatedb,然后运行locate arduino或locate theme.txt或相关搜索。
在我的系统中,我看到安装目录中的theme.txt:
./arduino-1.0.3/lib/theme/theme.txt
在这个博客上讨论了一个相关问题:
要使Arduino使用本机Swing窗口而不是强制GTK外观和感觉...,请更改以下一行:
#comment out this line:
#java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base
#change it to this:
java processing.app.Base如果这仍然相关,您可以通过直接更改GTK主题来处理主题。
https://askubuntu.com/questions/252030
复制相似问题