samdark / intellij-visual-studio-code-dark-plus

Visual Studio Code Dark Plus theme for JetBrains IDEs
https://plugins.jetbrains.com/plugin/12255-visual-studio-code-dark-plus-theme
BSD 3-Clause "New" or "Revised" License
141 stars 31 forks source link

razor views #20

Closed maciekkukuczka closed 4 years ago

maciekkukuczka commented 4 years ago

Hi, sometimes plugin loses colors in razor views, but sometimes is ok. Same project.

ok image

bad image

| Plugin Version | 1.9 | IDE and version | Rider 2020.1 EAP | Operating system | Win 10 Pro

samdark commented 4 years ago

Are you sure these are OK without the VS code theme?

maciekkukuczka commented 4 years ago

Same view, another theme

image

samdark commented 4 years ago

Interesting. Could you check if colors are correct similar to https://github.com/samdark/intellij-visual-studio-code-dark-plus/issues/18?

maciekkukuczka commented 4 years ago

ok, razor markup are problem.

File beginning (ok):

image

then is razor markups block (code is not colored):

image

and then again html block (ok):

image

and again razor (bad):

image

samdark commented 4 years ago

So it seems that is the issue of the IDE itself, correct?

samdark commented 4 years ago

https://github.com/samdark/intellij-visual-studio-code-dark-plus/commit/00f06795a111cfdffeb70ab3c4503722c14e29d5 should fix it.