jonathanchu / atom-one-dark-theme

Atom One Dark - An Emacs port of the Atom One Dark theme from Atom.io.
GNU General Public License v3.0
256 stars 52 forks source link

Colors for Javascript #69

Open LionyxML opened 2 years ago

LionyxML commented 2 years ago

While editing Javascript/Typescript files (JS, JSX, TS, TSX), in RXJS, Web-mode, Tide-mode, I happened to spot some differences:

VSCode (Atom One Dark Theme) shows:

image

While in Emacs:

image

Another example:

VSCode: image

Emacs: image

While I'd love to help, I feel a bit lost on what I should do into the theme file to match this colors.

Any help?