Project file listing and tabs text is grey in new UI

已回答

When using the new UI look with the light theme my project files list and open editor tabs use a very light grey font which is difficult to read. Normally the text is black or close to it. Any idea what I've done?

It's not happening on my other machine with as far as I can tell same version and settings.

I've uninstalled all plugins/themes I can find. And have checked all colour related settings e.g. “File Colors” with no luck.

 

 

Selected Theme:

Installed themes. I can see a way to disable “Darcula”.

 

Ubuntu 22.04. PyCharm 2024.2.4 (Build #PY-242.23726.102, built on October 23, 2024)

0

We've had a similar report before and then it was caused by a third-party theme plugin that broke the color schemes for VCS-managed files.

Could you please check if there are any .icls files in the IDE configuration directory/colors? Does it help if you temporarily move those files to some other location (or delete completely)?

If this does not help, please share the following details:

  • IDE About info captured as text using the Copy and Close button in the Help | About dialog.
  • The whole archived configuration directory. You can use our upload service, just let us know the upload ID.
  • Output of the echo $XDG_SESSION_TYPE command in your OS terminal.

Thank you!

0

Thanks for the response. I've tracked it down to the presence of `colors/_@user_Light.icls` . Removing this file fixes the issue.

No idea how I got it into this state sorry. I've been through quite a few of PyCharm versions and plugins over the years.

 

<scheme name="_@user_Light" version="142" parent_scheme="Default">
 <metaInfo>
   <property name="ide">Python</property>
   <property name="ideVersion">2024.2.4.0.0</property>
   <property name="originalScheme">Light</property>
   <property name="partialSave">true</property>
   <property name="pluginId">com.intellij</property>
 </metaInfo>
 <colors>
   <option name="FILESTATUS_ADDED" value="c3e887" />
   <option name="FILESTATUS_DELETED" value="f77669" />
   <option name="FILESTATUS_HIJACKED" value="ffcb6b" />
   <option name="FILESTATUS_MODIFIED" value="80cbc4" />
   <option name="FILESTATUS_NOT_CHANGED" value="afb9c3" />
   <option name="FILESTATUS_NOT_CHANGED_IMMEDIATE" value="80cbc4" />
   <option name="FILESTATUS_NOT_CHANGED_RECURSIVE" value="80cbc4" />
   <option name="FILESTATUS_OBSOLETE" value="ffcb6b" />
   <option name="FILESTATUS_SUPPRESSED" value="afb9c3" />
   <option name="FILESTATUS_SWITCHED" value="f77669" />
   <option name="FILESTATUS_UNKNOWN" value="f77669" />
 </colors>
</scheme>

0

About dialog dump in case it is of help

 

PyCharm 2024.2.4 (Professional Edition)
Build #PY-242.23726.102, built on October 23, 2024
Licensed to XXXXX
Subscription is active until November 19, 2024.
Runtime version: 21.0.4+13-b509.26 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.X11.XToolkit
Linux 6.8.0-47-generic
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 4002M
Cores: 16
Registry:
 ide.windowSystem.autoShowProcessPopup=true
 ide.experimental.ui=true
 i18n.locale=
 python.use.targets.api=false
 ide.images.show.chessboard=true
Non-Bundled Plugins:
 com.intellij.plugins.resharperkeymap (242.21829.3)
 com.intellij.plugins.visualstudiokeymap (242.21829.44)
 dev.meanmail.plugin.nginx-intellij-plugin (2024.3)
 some.awesome (1.15)
 com.intellij.apacheConfig (242.23726.110)
 idea.plugin.protoeditor (242.23339.11)
 com.intellij.plugins.vscodekeymap (242.20224.385)
 name.kropp.intellij.makefile (242.23726.16)
 GrepConsole (13.2.0-IJ2023.3)
 ru.adelf.idea.dotenv (2024.2.1)
 com.leinardi.pycharm.pylint (0.16.4)
 net.seesharpsoft.intellij.plugins.csv (4.0.0)
 commit-prefix-plugin (1.4.1)
 mobi.hsz.idea.gitignore (4.5.4)
Current Desktop: ubuntu:GNOME
 

0

Thank you for getting back to me, I'm glad to know that you resolved the issue.

I do not see anything suspicious among your installed plugins. The only way to track the possible reason is to analyze the settingsSync entries if you have the Settins Sync enabled in IDE File | Settings | Settings Sync. If you have, please share the archived settingsSync folder from the IDE configuration directory.

0

No problem.

I couldn't see a way to upload directly to this forum so hosted at a free file sharing site: https://filetransfer.io/data-package/tlDs3FFM#link

0

Brett thank you. From what I see in the log, on October 31th multiple changes have been applied. The _@user_Light.icls file was created right after installing Material Theme UI and Gerry Theme plugins (and not removed after you disabled custom themes), so the issue is caused by some of them. 

0

Thanks for the explanation Ekaterina Valeeva   - makes sense.

0

请先登录再写评论。