fisheva / Eva-Theme

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

Please remove the border CSS, it make my eyes uncomfortable #75

Closed sundongmin closed 2 years ago

sundongmin commented 2 years ago

When I use Rust and show the implementations, the result see the picture below

image

the border make my eyes very uncomfortable

.monaco-tl-contents .monaco-highlighted-label .highlight {
    color: unset !important;
    border: 1px dotted #ffffff;
    box-sizing: border-box;
}

I dont't know if this is my own problem, If you(s) also feel uncomfortable, Please remove the border CSS. I love this theme so much, Please change it, I will be very grateful~

Thinks.

fisheva commented 2 years ago

Fixed in 1.8.3~

sundongmin commented 2 years ago

Thanks!