如何从 IntelliJ / PyCharm 中删除 material 主题(或重置为默认值)?
How to remove material theme (or reset to defaults) from IntelliJ / PyCharm?
我安装了 Material 主题 UI,它让我的 IDE 变黑了。后来我决定删除并删除插件。不幸的是,这并没有恢复默认颜色,IDE 的某些部分,例如项目窗格,仍然是黑色的。
如何恢复?
如何从 IntelliJ / PyCharm 中删除 material 主题?
不幸的是,无论我在设置中做了什么,我都无法摆脱那个主题。所以我卸载了程序并在没有 material 主题的情况下重新安装了一遍。希望有更好的解决办法。
您可以转到搜索栏上的“首选项”->“插件”,键入 Material UI
然后按卸载按钮。
有点暴力,但你可以尝试直接删除主题。
关闭 IntelliJ
前往:..\JetBrains\themes
删除MaterialUI
打开 IntelliJ
你应该:
- 转到
Settings->Plugins
并删除 Material UI 插件
- 切换到
Settings->Editor->Color Scheme
中的默认主题
如果它没有帮助(它发生在我身上)并且你仍然有一些 colors/fonts 从删除 Material UI - 看起来像 Material UI 主题覆盖一些默认颜色。然后您应该关闭 Intellij,转到 Intellij 配置文件夹(在 Windows 上是 C:/Users/<your username>/.IntellijIdeaXXXX.X/config
)并删除此 config
文件夹并重新启动 Intellij。它应该会向您显示一个对话框 window 以从以前的版本导入设置或使用默认设置(例如当您安装 Intellij 并首次启动时)。之后一切都将切换为默认 colors/fonts.
按 Command + , (comma)
(首选项的快捷方式)并搜索 material。卸载插件部分中的 material。
- 卸载Material主题UI插件:设置->插件
- 从配置文件夹中删除颜色:C:\Users\User名称\<.IdeaIC2018.2>\config\colors(不要删除整个配置文件夹,因为之前的所有设置和任务都将被删除删除)
- 删除material_theme文件:C:\Users\User名称\<.IdeaIC2018.2>\options\material_theme
来自 material-theme-jetbrains 存储库:
File Colors stuck after uninstallation The File Status Colors feature
is also a feature that sticks outside of the realm of the plugin as it
modifies the IDE itself. Therefore when uninstalling/disabling the
plugin the colors will stuck.
If you want to reset to the default colors, open the Settings at
Version Control -> File Status Colors in 2017.3+. In previous
versions, you will need to go to the config directory and delete the
_@user_Darcula.icls color scheme manually.
None 这些对我来说是一个可接受的解决方案。所以这就是我想出来的:
- 转到插件,卸载 Material UI.
- 确保配色方案为 Default/Darcula。
- 重启创意。
在这一点上,大多数更改都恢复到默认状态,但一些内容(例如当前选项卡的颜色、错误突出显示、修改的文件等)仍然没有恢复到正常状态。所以我听从了删除 config
的建议,一切都恢复正常了。但是使用这个选项你会失去一切,甚至是安装的插件。最糟糕的是,我正在使用 设置存储库 来同步设置,几分钟后颜色又回来了!所以我对旧的配置目录进行了比较,然后 git log
显示这些文件是罪魁祸首。
从此路径删除这 4 个文件:.IntelliJIdea<version>/config/settingsRepository/repository/
- colors/_@user_Darcula.icls
- colors/_@user_Default.icls
- material_custom_theme。 xml
- material_theme.xml
然后执行 git commit
和 git push
以确保这些已同步到您的存储库。主题终于恢复正常了!
2019 版 文件 > 设置(或 windows 上的 alt + f7),搜索 material 主题 ui
已使用 intellij 2018.3 进行测试,转到设置 -> 输入 material,然后在重启后取消勾选 material 主题 ide 应该可以解决问题。
如果您通过卸载插件、删除配置文件等方式仍然存在愚蠢的口音,解决方案如下:
外观和行为 > 文件颜色 > 全部删除
另一个 2019 版本(适用于我的案例):
- 打开设置编辑器(
File->Settings
)
- 搜索
Plugins
页
- 在
Plugins
页面中,搜索 Material UI 插件并卸载它
- 搜索
Appearance & Behaviour->Appearance
页面
- select 您喜欢的主题(IntelliJ 或 Darkula 或高对比度)。如果您的主题已经 select 编辑,请选择另一个主题,应用更改,然后 select 返回您的首选主题。
- 关闭 IntelliJ(或PyCharm/WebStorm/etc)
- 打开
.IntelliJIdea<version>/config
文件夹,通常它在您的主文件夹中。
- 删除以下文件:
material_theme.xml
colors/_@user_Darcula.icls
或 colors/_@user_Dafault.icls
(注意:您可能会丢失您可能已经完成的自定义配置)
完成。
如果您想知道如何在 PHPStorm 2020.2 及更高版本中执行此操作:
设置 (Alt + Ctrl + S) -> 插件 -> 取消选中 MaterialUI。
取消选中后,您将能够从安装按钮旁边的下拉箭头中看到卸载选项。
我安装了 Material 主题 UI,它让我的 IDE 变黑了。后来我决定删除并删除插件。不幸的是,这并没有恢复默认颜色,IDE 的某些部分,例如项目窗格,仍然是黑色的。
如何恢复?
如何从 IntelliJ / PyCharm 中删除 material 主题?
不幸的是,无论我在设置中做了什么,我都无法摆脱那个主题。所以我卸载了程序并在没有 material 主题的情况下重新安装了一遍。希望有更好的解决办法。
您可以转到搜索栏上的“首选项”->“插件”,键入 Material UI 然后按卸载按钮。
有点暴力,但你可以尝试直接删除主题。
关闭 IntelliJ
前往:..\JetBrains\themes
删除MaterialUI
打开 IntelliJ
你应该:
- 转到
Settings->Plugins
并删除 Material UI 插件 - 切换到
Settings->Editor->Color Scheme
中的默认主题
如果它没有帮助(它发生在我身上)并且你仍然有一些 colors/fonts 从删除 Material UI - 看起来像 Material UI 主题覆盖一些默认颜色。然后您应该关闭 Intellij,转到 Intellij 配置文件夹(在 Windows 上是 C:/Users/<your username>/.IntellijIdeaXXXX.X/config
)并删除此 config
文件夹并重新启动 Intellij。它应该会向您显示一个对话框 window 以从以前的版本导入设置或使用默认设置(例如当您安装 Intellij 并首次启动时)。之后一切都将切换为默认 colors/fonts.
按 Command + , (comma)
(首选项的快捷方式)并搜索 material。卸载插件部分中的 material。
- 卸载Material主题UI插件:设置->插件
- 从配置文件夹中删除颜色:C:\Users\User名称\<.IdeaIC2018.2>\config\colors(不要删除整个配置文件夹,因为之前的所有设置和任务都将被删除删除)
- 删除material_theme文件:C:\Users\User名称\<.IdeaIC2018.2>\options\material_theme
来自 material-theme-jetbrains 存储库:
File Colors stuck after uninstallation The File Status Colors feature is also a feature that sticks outside of the realm of the plugin as it modifies the IDE itself. Therefore when uninstalling/disabling the plugin the colors will stuck.
If you want to reset to the default colors, open the Settings at Version Control -> File Status Colors in 2017.3+. In previous versions, you will need to go to the config directory and delete the _@user_Darcula.icls color scheme manually.
None 这些对我来说是一个可接受的解决方案。所以这就是我想出来的:
- 转到插件,卸载 Material UI.
- 确保配色方案为 Default/Darcula。
- 重启创意。
在这一点上,大多数更改都恢复到默认状态,但一些内容(例如当前选项卡的颜色、错误突出显示、修改的文件等)仍然没有恢复到正常状态。所以我听从了删除 config
的建议,一切都恢复正常了。但是使用这个选项你会失去一切,甚至是安装的插件。最糟糕的是,我正在使用 设置存储库 来同步设置,几分钟后颜色又回来了!所以我对旧的配置目录进行了比较,然后 git log
显示这些文件是罪魁祸首。
从此路径删除这 4 个文件:.IntelliJIdea<version>/config/settingsRepository/repository/
- colors/_@user_Darcula.icls
- colors/_@user_Default.icls
- material_custom_theme。 xml
- material_theme.xml
然后执行 git commit
和 git push
以确保这些已同步到您的存储库。主题终于恢复正常了!
2019 版 文件 > 设置(或 windows 上的 alt + f7),搜索 material 主题 ui
已使用 intellij 2018.3 进行测试,转到设置 -> 输入 material,然后在重启后取消勾选 material 主题 ide 应该可以解决问题。
如果您通过卸载插件、删除配置文件等方式仍然存在愚蠢的口音,解决方案如下:
外观和行为 > 文件颜色 > 全部删除
另一个 2019 版本(适用于我的案例):
- 打开设置编辑器(
File->Settings
) - 搜索
Plugins
页 - 在
Plugins
页面中,搜索 Material UI 插件并卸载它 - 搜索
Appearance & Behaviour->Appearance
页面 - select 您喜欢的主题(IntelliJ 或 Darkula 或高对比度)。如果您的主题已经 select 编辑,请选择另一个主题,应用更改,然后 select 返回您的首选主题。
- 关闭 IntelliJ(或PyCharm/WebStorm/etc)
- 打开
.IntelliJIdea<version>/config
文件夹,通常它在您的主文件夹中。 - 删除以下文件:
material_theme.xml
colors/_@user_Darcula.icls
或colors/_@user_Dafault.icls
(注意:您可能会丢失您可能已经完成的自定义配置)
完成。
如果您想知道如何在 PHPStorm 2020.2 及更高版本中执行此操作:
设置 (Alt + Ctrl + S) -> 插件 -> 取消选中 MaterialUI。
取消选中后,您将能够从安装按钮旁边的下拉箭头中看到卸载选项。