将空白点的外观更改为更大/更暗的东西 [英] Change apparance of whitespace dot to something bigger / darker

查看:27
本文介绍了将空白点的外观更改为更大/更暗的东西的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种方法来将空白灰色点的外观更改为更大更深的东西(改变背景颜色)——类似于 UltraEdit(见截图).

我已经阅读了有关该问题的所有流行主题,并且尝试了所有流行的修改(例如,插件和/或更改语言和主题文件),但我还没有找到变暗的方法灰点或使其更大.

我已经尝试过此相关线程中提到的所有内容,包括其中列出的链接:
(来源:lawlist.com)

<小时>

.tm主题

<字典><key>范围</key><string>lawlist.tab</string><key>设置</key><字典><key>fontStyle</key><字符串></字符串><key>前景</key><string>#FF0000</string><key>背景</key><string>#FFFFFF</string></dict></dict><字典><key>范围</key><string>lawlist.space</string><key>设置</key><字典><key>fontStyle</key><字符串></字符串><key>前景</key><string>#000000</string><key>背景</key><string>#FFFFFF</string></dict></dict><!-- 结束空格/制表符定义-->

<小时>

.tmL语言

<字典><key>匹配</key><string>\t+</string><key>名称</key><string>lawlist.tab</string></dict><字典><key>匹配</key><字符串>+</string><key>名称</key><string>lawlist.space</string></dict><!-- 结束-->

解决方案

这个问题没有解决方案.

I am looking for a way to change the appearance of the whitespace grey dot to something bigger and darker (without changing the background color) -- similar to UltraEdit (see screenshot).

I've read all the popular threads on the issue, and I've tried all the popular modifications (e.g., plugins, and/or changing the language and theme files), but I haven't found a way to darken the grey dot or make it any bigger.

I've already experimented with everything mentioned in this related thread, including the links set forth therein: Sublime Text 2: how to change white space characters color?



(source: lawlist.com)


.tmTheme

<!-- BEGIN whitespace / tab definitions -->
<dict>
  <key>scope</key>
  <string>lawlist.tab</string>
  <key>settings</key>
  <dict>
    <key>fontStyle</key>
    <string></string>
    <key>foreground</key>
    <string>#FF0000</string>
    <key>background</key>
    <string>#FFFFFF</string>
  </dict>
</dict>
<dict>
  <key>scope</key>
  <string>lawlist.space</string>
  <key>settings</key>
  <dict>
    <key>fontStyle</key>
    <string></string>
    <key>foreground</key>
    <string>#000000</string>
    <key>background</key>
    <string>#FFFFFF</string>
  </dict>
</dict>
<!-- END whitespace / tab definitions -->


.tmLanguage

<!-- BEGIN whitespace / tab definitions -->
<dict>
  <key>match</key>
  <string>\t+</string>
  <key>name</key>
  <string>lawlist.tab</string>
</dict>

<dict>
  <key>match</key>
  <string> +</string>
  <key>name</key>
  <string>lawlist.space</string>
</dict>
<!-- END -->

解决方案

There is no solution to this issue.

这篇关于将空白点的外观更改为更大/更暗的东西的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆