- Code: Select all
<dict>
<key>name</key>
<string>Whitespace</string>
<key>scope</key>
<string>whitespace</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#272822</string>
</dict>
</dict>
The second string needs to be "whitespace", not "Whitespace" (with a capital W). Now it's working fine:
