CodelyTV / jetbrains-theme

🎨 A modern, productivity-increaser theme for all JetBrains IDEs
https://plugins.jetbrains.com/plugin/12891-codelytv-theme/
MIT License
135 stars 21 forks source link

Configuration for XHTML files #7

Open joan-miralles opened 4 years ago

joan-miralles commented 4 years ago

I work with XHTML files to develop with JSF and Primefaces. With this theme, all custom tags are shown in the same colour (name, attributes, etc.). With Darcula Theme: XHTML_with_Darcula_Theme

With CodelyTV Theme: XHTML_with_CodelyTV_Theme

JavierCane commented 4 years ago

We'll take a look. Thx for the report!

rgomezcasas commented 4 years ago

I tried to replicate the error, but I couldn't :/ image

I also tried to install the jsf-el-extension plugin to test, but also I couldn't replicate.

Which plugins do you have installed? :)

joan-miralles commented 4 years ago

Thanks for your reply!

I have the problem with files with ".xhtml" extension, not jsf.

I have no jsf-el-extension plugin. IntelliJ has "JavaEE: Java Server Faces" support in a bundled plugin.

Maybe only it's a problem about how IntelliJ detects files with XHTML extension.

rgomezcasas commented 4 years ago

joan xhtml 2019-12-16 11-19-53

I can't replicate it :/

Which IntelliJ version are you using?

joan-miralles commented 4 years ago

IntelliJ 2019.3

Maybe it's a problem with how IntelliJ detects this file type in my config, because I see a different logo in the Project View (I see a "JSF" logo, not an "H").

I'll close the issue. :-)

Thank you for our support!

rgomezcasas commented 4 years ago

Ohh cool! 😊

joan-miralles commented 4 years ago

FYI: I've found a solution for this problem with JSF highlight in this post: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206401269-JSF-Highlight

This one worked for me: go to Editor > Color Scheme > Language Defaults > Template language and uncheck Foreground checkbox

joan-miralles commented 4 years ago

Maybe changing:

<option name="DEFAULT_TEMPLATE_LANGUAGE_COLOR">
    <value>
        <option name="FOREGROUND" value="d5c4a1" />
    </value>
</option>