thamara / vscode-code-annotation

Code Annotation Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=tkcandrade.code-annotation
GNU General Public License v3.0
67 stars 27 forks source link

Added simple code decoration #26

Closed PrBart closed 3 years ago

PrBart commented 3 years ago

I added base functionality for code decoration.

Selected code now has background color.

But i am still in doubts about the colors and maybe it's gonna be a better idea to added more decoration render options.

PrBart commented 3 years ago

https://github.com/thamara/vscode-code-annotation/issues/5

thamara commented 3 years ago

@PrBart Do you have screenshots that show the behavior of the decoration? I have tried these changes locally but could not see any difference :/

PrBart commented 3 years ago

@thamara sounds strange.

I will try to figure out what going on tomorrow.

thamara commented 3 years ago

Thanks!

PrBart commented 3 years ago

@thamara It was just a typo in color variable.

PrBart commented 3 years ago

@thamara hope my implementation of color configuration is done as you wanted.