Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest update, yaml files are all grey #112

Open
ktwbc opened this issue Apr 4, 2024 · 6 comments
Open

Latest update, yaml files are all grey #112

ktwbc opened this issue Apr 4, 2024 · 6 comments

Comments

@ktwbc
Copy link

ktwbc commented Apr 4, 2024

Describe the bug
Latest update, yaml files are all grey, see screenshot. If i switch to another theme the coloring is okay.

Desktop (please complete the following information):

  • OS: macos
  • Version [e.g. 22]
  • WebStorm 2024.1
    Build #WS-241.14494.235, built on March 27, 2024
    Runtime version: 17.0.10+8-b1207.12 aarch64
    VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
    macOS 13.6.6
    GC: G1 Young Generation, G1 Old Generation
    Memory: 4096M
    Cores: 12
    Metal Rendering is ON
    Registry:
    debugger.new.tool.window.layout=true
    ide.experimental.ui=true
    Non-Bundled Plugins:
    com.hiberbee.intellij.hiberbee-theme (2024.2.28.2100)
    io.gitlab.zlamalp.arc-theme-idea-dark (1.0)
    org.dynamodb4idea (2024.1.0-241)
    com.bluewaitor.tsReact (1.4.0)
    com.arcticicestudio.nord.jetbrains (0.13.0)
    com.markskelton.one-dark-theme (5.10.0)
    org.jetbrains.plugins.go-template (241.14494.150)
    com.andrey4623.rainbowcsv (2.0.2)
    com.github.mturlo.intellij.theme.spacegray (1.5.1)
    com.jetbrains.space (241.14494.150)
    com.jetbrains.CyanTheme (1.3)
    org.intellij.plugins.hcl (241.14494.150)
    com.berzanmikaili.intellij.monokai_pro (2.0.2c)
    io.gitlab.zlamalp.arc-theme-idea (2.0)
    net.seesharpsoft.intellij.plugins.csv (3.3.0-241)
    ru.adelf.idea.dotenv (2024.1)
    com.intellij.ml.llm (241.14494.240)
    mobi.hsz.idea.gitignore (4.5.2)
    com.mallowigi (95.0.0)
    zielu.gittoolbox (500.2.3+233)
    com.nekofar.milad.intellij.nestjs (1.2.26)
    com.intellij.lang.jsgraphql (241.14494.150)
    io.jetclient (2024.1.5-241)
    aws.toolkit (2.16-241)

Additional context
Add any other context about the problem here.
Screenshot 2024-04-04 at 10 44 16 AM

the example within preferences continues to show fine:
Screenshot 2024-04-04 at 10 48 09 AM

@timothevs
Copy link

timothevs commented Apr 5, 2024

Also happening on PHPStorm (2024.1)

@Mandlemankiller
Copy link

Mandlemankiller commented Apr 7, 2024

Can confirm on IntelliJ IDEA 2024.1#IU-241.14494.240, some keywords like final, try, catch, extends, implements and string literals are also grayed out.

I found a temporary workaround.

  1. Download the color scheme file from https://raw.githubusercontent.com/hiberbee/themes/latest/src/intellij/src/main/resources/colors/Dark.xml
  2. Rename the file to Dark.icls
  3. Go to File | Settings | Editor | Color Scheme | Show Scheme Actions (the small gear) | Import Scheme and import the Dark.icls file
    image

It will create a custom color scheme called Hiberbee Dark copy that will have the corect colors

@ca0t
Copy link

ca0t commented Apr 10, 2024

null
int
long
char
boolean
default
this
super
new
while
for
return
public
private
void
instanceof
if-else
:
;
?
!
=
number
string literals
......

all java keywords
too much

@marcoswca
Copy link

Can confirm on IntelliJ IDEA 2024.1#IU-241.14494.240, some keywords like final, try, catch, extends, implements and string literals are also grayed out.

I found a temporary workaround.

  1. Download the color scheme file from https://raw.githubusercontent.com/hiberbee/themes/latest/src/intellij/src/main/resources/colors/Dark.xml
  2. Rename the file to Dark.icls
  3. Go to File | Settings | Editor | Color Scheme | Show Scheme Acitions (the small gear) | Import Scheme and import the Dark.icls file
    image

It will create a custom color scheme called Hiberbee Dark copy that will have the corect colors

I faced a problem on Webstorm + Typescript because my editor was missing some colors for private, async, etc., but it works! Thank you very much!

@alexbeewise
Copy link

alexbeewise commented Apr 16, 2024

Can confirm also on:

PyCharm 2024.1 (Professional Edition)
Build #PY-241.14494.241, built on March 28, 2024
Licensed to Beewise Technologies LTD. / Alexander Birman
Subscription is active until ****.
Runtime version: 17.0.10+8-b1207.12 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4058M
Cores: 8
Registry:
debugger.new.tool.window.layout=true
ide.experimental.ui=true
Non-Bundled Plugins:
com.jetbrains.space (241.14494.150)
com.hiberbee.intellij.hiberbee-theme (2024.2.28.2100)
com.samdark.intellij-visual-studio-code-dark-plus (2.8)
GrepConsole (12.25.0-IJ2023.3)
monokai-pro (1.10)
com.intellij.ml.llm (241.14494.240)
com.uriyyo.evaluate_async_code (1.24)
com.github.copilot (1.5.2.5345)
izhangzhihao.rainbow.brackets (2024.2.2-241)

@emcek
Copy link

emcek commented Apr 16, 2024

Had same issue see my last 2 comments here: #111 (workaround)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

7 participants