CodelyTV / jetbrains-theme

🎨 A modern, productivity-increaser theme for all JetBrains IDEs

Home Page:https://plugins.jetbrains.com/plugin/12891-codelytv-theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration for XHTML files

joan-miralles opened this issue · comments

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

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

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? :)

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.

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

I can't replicate it :/

Which IntelliJ version are you using?

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!

Ohh cool! 😊

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

Maybe changing:

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