Skip to content

MagicPython overrides color scheme #52

Closed
@apassy

Description

@apassy

ST3, 3114
win 10
customized Monokai
MP: 0.5.15

I'm trying to customize the display of classnames. Here is the piece from my .tmTheme file:

        <dict>
            <key>name</key>
            <string>Class name</string>
            <key>scope</key>
            <string>entity.name.class,  entity.name.type.class.python</string>
            <key>settings</key>
            <dict>
                <key>fontStyle</key>
                <string>underline  bold</string>
                <key>foreground</key>
                <string>#7D8BFA</string>
            </dict>

When I open the file, the class name is briefly styled like I want - then it's overridden, and changes to the default text color.

Class names work in Matlab and C++ files I work in. I think this is a magicPython issue, but I'm not sure.

Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions