Skip to content

[themes] Themes don't support background styling #3429

@Tyriar

Description

@Tyriar

.tmTheme files allow specification of background colors which don't seem to be supported, for example:

<dict>
  <key>name</key>
  <string>Separator</string>
  <key>scope</key>
  <string>meta.separator</string>
  <key>settings</key>
  <dict>
    <key>background</key>
    <string>#E0E0E0</string>
    <key>foreground</key>
    <string>#373B41</string>
  </dict>
</dict>

This is especially problematic for themes that attempt to invert background and use a similar foreground to the text view's background color (#2158)

Metadata

Metadata

Assignees

No one assigned

    Labels

    debtCode quality issuesfeature-requestRequest for new features or functionalitythemesColor theme issues

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions