fisheva / Eva-Theme

A comfortable and semantic theme.
https://marketplace.visualstudio.com/items?itemName=fisheva.eva-theme
MIT License
451 stars 38 forks source link

color of variables in sass (Eva Light Bold) #15

Closed noctildon closed 5 years ago

noctildon commented 5 years ago

sass

As shown in picture, the color of sass property(ex. width) is so similar to the color of sass variable(ex. $length) Is there any way to make the difference more noticeable?

// code in the picture
@mixin block($length: 50px, $boxcolor: green, $color: green)
  width: $length
  height: $length
  background-color: $boxcolor
  border: solid 2px $color
fisheva commented 5 years ago

Very thank you for your detailed issue! This is the appearance of this code in the latest version. Hope you like it.

qq20181031-162930 2x

Any new issue is welcome! Thanks!

noctildon commented 5 years ago

Excellent! Thanks for bug fixing. This color theme is really amazing!