我已将this主题应用于WebStorm,但我不喜欢它。
如何恢复为WebStorm的默认设置?
答案 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>\
/.WebStormXX/config that contains user-specific settings
~/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)
只需禁用(或更好 - 卸载)该插件即可。
Settings/Preferences | Plugins
Material Theme UI
)并点击&#34;卸载&#34; OK
按钮答案 2 :(得分:0)
卸载以前使用的Material UI Theme插件对我来说并没有完全帮助,因为某些颜色仍然被覆盖。
在删除Webstorm安装目录的config文件夹中的“ colors”文件夹后,默认主题已完全重置。
答案 3 :(得分:0)
在macOS Mojave上,我不得不去/Users/loggedInUser/Library/preferences/WebStorm2019.2/
并删除colors
和options
文件夹,就成功了。
答案 4 :(得分:0)