>如何更改Atom中字符指针的颜色?@H_403_3@
>当我使用find函数时,突出显示与我的查询匹配的所有单词,灰色很难看到……如何更改颜色?@H_403_3@
atom-text-editor::shadow .cursor { }
这是光标颜色的代码.您可以通过执行更改颜色@H_403_3@
border-color: //your color here; (yellow stands out well against the darker background)
在括号内.@H_403_3@