Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于 eclipse 中的深色方案,默认的 markdown 颜色很难阅读。例如,这使得编辑 README.md 文件变得困难。
我花了一段时间才找到更改字体颜色的正确设置,并认为我会分享答案。
在 Eclipse 中,打开:
Window > Preferences > General > Editors > Text Editors > WikiText
选择“WikiText”,而不是任何子文件夹。
从这里,您可以在其中更改颜色样式的输入。例如:
color: #ccc;
您必须关闭并重新启动 Eclipse 才能使设置生效。
WikiText > 外观中似乎有一个错误,因为在那里所做的更改对我没有生效。