tcd / dark-plus-syntax

VS Code's default dark theme, but just a little bit better.
https://marketplace.visualstudio.com/items?itemName=dunstontc.dark-plus-syntax
Other
56 stars 14 forks source link

String text in jsx components and git changes #1

Closed eilskn closed 1 year ago

eilskn commented 6 years ago

Please fix in stateless components! => default

And color of the files of git changes from the green to orange and vice versa => default

eilskn commented 6 years ago

and keyframes in scss please))) xDD image

dunstontc commented 6 years ago

@rffensick Sorry I haven't gotten back to you sooner. About these issues:

  1. I can't seem to recreate the blue color inside of regular tags in a functional component like you've got in the image. Do you still happen to have that file? Also, what (if any) plugins are you using for JSX highlighting?
  2. The color changes reflecting git status aren't part of the plugin. They're actually a default feature of VSCode. But you can turn them off by setting:
    // Controls if Git contributes colors and badges to the explorer and the open editors view.
    "git.decorations.enabled": false,
  3. This should be fixed in v0.0.69 :)
eilskn commented 6 years ago

@dunstontc Yeah, still blue text(((((((. I do not use any plugins for syntax highlighting. but why you can't fix git? Custom themes can be recolor git changes. I think u CAN DO IT :) 💯 I believe in you!.

ghost commented 5 years ago

It's nothing to do with the git client. @dunstontc Any luck yet?

ghost commented 5 years ago

@rffensick Could you answer some of his questions, too? Trust me, developers need to know this to properly debug.