Is it possible to set the foreground color of parenthesis? If so how?
I’ve tried the following in the tmTheme file without luck. Thanks!
<dict>
<key>name</key>
<string>meta.parens</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#CCCCCC</string>
</dict>
<key>scope</key>
<string>meta.parens</string>
</dict>