Sublime Text 2: how to change white space characters color?

后端 未结 4 971
一整个雨季
一整个雨季 2021-02-20 11:59

The color seems to be linked to the foreground in themes. I assume it\'s using less alpha. Is there a way to control this?

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-20 12:41

    You may want to try installing PersistentRegexHighlight from Package Control and then use a blank-character regex like [\x20 ] to add a specific color or color scope.

    You'd want to combine this with drawWhiteSpace: "all", in Sublime user prefs.

提交回复
热议问题