Skip to content

Definitions/References popup #23

@franck-paul

Description

@franck-paul

Using Dracula scheme (and Default theme) in Sublime Text I had blue links on dark background which were very difficult to read.

So I hack the Dracula.tmTheme by adding this (in settings section):

<key>popupCss</key>
<string>
#show-definitions {
    background-color: #fff;
    color: #282a36;
}
#show-definitions a {
    color: #3b3a32;
}
</string>

May be it's not the better way to cope with this issue, but it works. May be can you fix it in your next official release?

dracula-defs

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