WebStorm。重置默认设置

时间:2016-06-27 12:33:32

标签: webstorm user-preferences

我已将this主题应用于WebStorm,但我不喜欢它。

如何恢复为WebStorm的默认设置?

5 个答案:

答案 0 :(得分:18)

根据您所使用的操作系统,您应该能够删除配置文件,webstorm将重新创建它。

正如@camden_kid所说,通常有.idea个文件夹。

https://www.jetbrains.com/help/webstorm/2016.1/project-and-ide-settings.html

<User home>\.WebStormXX\config that contains user-specific settings.

<User home> in WindowsXP is C:\Documents and Settings\<User name>\;
in Windows Vista it is C:\Users\<User name>\

的Linux

/.WebStormXX/config that contains user-specific settings

的Mac

~/Library/Preferences/WebStormXX contains the rest of the configuration settings.

您可能只能根据主题文件的破坏程度来交换主题。 https://www.jetbrains.com/help/webstorm/2016.1/appearance.html https://stackoverflow.com/a/13505114/878344

答案 1 :(得分:8)

只需禁用(或更好 - 卸载)该插件即可。

  1. Settings/Preferences | Plugins
  2. 找到该插件(Material Theme UI)并点击&#34;卸载&#34;
  3. 点击OK按钮
  4. 关闭设置/偏好设置窗口
  5. 重新启动IDE
  6. 现在您可以单独更改GUI主题和编辑器颜色架构

答案 2 :(得分:0)

卸载以前使用的Material UI Theme插件对我来说并没有完全帮助,因为某些颜色仍然被覆盖。

在删除Webstorm安装目录的config文件夹中的“ colors”文件夹后,默认主题已完全重置。

答案 3 :(得分:0)

在macOS Mojave上,我不得不去/Users/loggedInUser/Library/preferences/WebStorm2019.2/ 并删除colorsoptions文件夹,就成功了。

答案 4 :(得分:0)