AtomMaterialUI / material-theme-issues

Issues Repository for the Material Theme UI plugin for JetBrains
Other
66 stars 4 forks source link

Project view selected indicator style not working with Light themes #61

Closed maicol07 closed 2 years ago

maicol07 commented 2 years ago

Describe the bug Selected indicator style doesn't work when a Light theme is selected. I've realized the original issue was submitted in the old repo: https://github.com/ChrisRM/material-theme-jetbrains/issues/1855

To Reproduce

  1. Use a light theme (such as Material Lighter)
  2. Set project view selected indicator style in Material Theme settings to Border or Dot
  3. See no indicator

Expected Behavior Selected indicator style works

Environment

PhpStorm 2021.3.1
Build #PS-213.6461.83, built on December 29, 2021
Licensed to Maicol Battistini
Subscription is active until January 26, 2022.
For educational use only.
Runtime version: 11.0.13+7-b1751.21 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 16
Registry:
    run.processes.with.pty=TRUE
    ide.slow.operations.assertion=false
    ide.experimental.ui.toolwindow.stripes=true
    ide.balloon.shadow.size=0

Non-Bundled Plugins:
    net.techminded.npmania-plugin (0.1.1)
    net.codestats.plugin.atom.intellij (1.0.9)
    intellij.webp (213.5744.122)
    eu.osimowicz.plugins.intellij.CodeBlocksSorter (0.1.2)
    commit-message-helper-idea-plugin (1.1.0)
    com.xiaobing1024.laravel (1.1.1)
    com.vexus2.intellij.openingithub (1.0.6)
    com.shuzijun.markdown-editor (1.12)
    com.sburlyaev.terminal.plugin (0.4.4)
    com.renemaas.intellij.zipper (1.1.0)
    com.obroom.plugin.toolset (2021.7.1)
    com.obroom.plugin.smartsearch (2021.7.1)
    com.jetbrains.plugins.code-notes-plugin (1.3)
    com.ivanovych666.intellij.plugin.jsonsorter (1.0.0-beta.3.4)
    com.intellij.ideolog (203.0.27.0)
    org.jetbrains.plugins.stylus (213.5744.269)
    org.intellij.plugins.postcss (213.5744.190)
    com.github.lppedd.idea-conventional-commit (0.19.0)
    com.github.copilot (1.1.4.220)
    com.github.b3er.idea.plugins.arc.browser (0.23)
    cn.yiiguxing.plugin.md.palette (1.4)
    cn.alanhe.plugin.viewPackageVersions (1.2.0)
    com.intellij.plugin.adernov.powershell (2.0.9)
    String Manipulation (8.24.203.5981.1)
    Statistic (4.1.7)
    Quick Notes (3.3)
    zielu.gittoolbox (212.8.4)
    uk.co.ben-gibson.remote.repository.mapper (3.3.6)
    mobi.hsz.idea.gitignore (4.3.0)
    intellij.prettierJS (213.6461.6)
    com.starzec.piotr (1.7.1)
    com.intellij.plugins.html.instantEditing (213.5744.122)
    org.endpointdeps.EndpointDependencies (1.3)
    nl.deschepers.laraveltinker (2.3.1)
    net.king2500.plugins.PhpAdvancedAutoComplete (1.1.0)
    com.niclas-van-eyk.laravel-make-integration (2.3.5)
    com.kalessil.phpStorm.phpInspectionsUltimate-mp (2021.5)
    de.espend.idea.php.toolbox (6.0.0)
    de.espend.idea.php.annotation (8.0.0)
    dev.nybroe.collector (0.3.5)
    com.funivan.idea.phpClean (2021.09.26)
    lv.midiana.misc.phpstorm-plugins.deep-keys (2021.07.18.002)
    lv.midiana.misc.idea-plugins.deep-js-completion (2021.04.21.002)
    com.github.shiraji.yaemoji (1.0.8)
    com.github.jk1.ytplugin (2021.4.92)
    com.chrisrm.idea.MaterialThemeUI (6.12.2)
    com.mallowigi (54.0.0)
    com.github.shiraji.opencommitongithub (1.0.2)
    com.almightyalpaca.intellij.plugins.discord (1.8.0)
    ru.adelf.idea.dotenv (2021.3.0.213)
    com.laravel_idea.plugin (4.4.6.213)
    pro.bashsupport (2.1.0.213-rc3-eap)
mallowigi commented 2 years ago

Reproduced, they changed the main class for the tree but only for light themes... I need to refactor the tree according to the main changes, will take quite a while

maicol07 commented 2 years ago

@mallowigi works in 6.14.0 but not in 7.1.0

mallowigi commented 2 years ago

Maybe a rebase misstep. I'll check it. By the way have you tried closing and reopening the project view ?

maicol07 commented 2 years ago

Yes, but doesn't work anyway