dracula / dracula/sublime

Definitions/References popup

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
102
Forks
22
PR merge metrics
No merged PRs in 30d

Description

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):

```xml
popupCss

#show-definitions {
background-color: #fff;
color: #282a36;
}
#show-definitions a {
color: #3b3a32;
}

```

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.