如何在 macOS/Windows/Linux 上为 VS Code 安装 Synthwave x Fluoromachine 主题

我最近发现了这个Synthwave x Fluoromachine主题,我真的很喜欢它!

Synthwave x Fluoromachine 主题是Synthwave ’84 主题Fluoromachine的组合,最终结果令人惊叹,为了在您的 Linux 机器中激活它,您只需要按照以下简单步骤操作即可。

安装主题

  • 转到 VS Code 中的扩展部分并查找Synthwave x Fluoromachine并安装它或单击此链接

  • 现在从相同的扩展部分安装Custom CSS and JS Loader或单击此链接

  • 打开你的 settings.json
    • 苹果系统 code $HOME/Library/ApplicationSupport/Code/User/settings.json
    • Windows code %APPDATA%/Code/User/settings.json
    • Linux code $HOME/.config/Code/User/settings.json
  • 将这两行粘贴到settings.json文件末尾并保存(0.0.12如果你的版本有所不同,请自己仔细查看)
  • 苹果系统
{
    ...
    "vscode_custom_css.imports": [
    "file:///Users/{your username}/.vscode/extensions/webrender.synthwave-x-fluoromachine-0.0.12/synthwave-x-fluoromachine.css"
    ],
    "vscode_custom_css.policy": true
}

  • Windows
{
    ...
    "vscode_custom_css.imports": [
    "file:///C:/Users/{your username}/.vscode/extensions/webrender.synthwave-x-fluoromachine-0.0.12/synthwave-x-fluoromachine.css"
    ],
    "vscode_custom_css.policy": true
}

  • Linux
{
    ...
    "vscode_custom_css.imports": [
    "file:////home/{your username}/.vscode/extensions/webrender.synthwave-x-fluoromachine-0.0.12/synthwave-x-fluoromachine.css"
    ],
    "vscode_custom_css.policy": true
}

  • Command Palette (MacOS: Command+Shift+P, Windows/Linux: Ctrl+Shift+P)选择Enable Custom CSS and JS然后Reload Custom CSS and JS

  • 重新启动您的 VS Code 并享受!
  • 或者以后不想用了,可以禁用Disable Custom CSS and JS

Custom CSS and JS Loader 安装注意:

特别注意:如果 Visual Studio Code 抱怨它已损坏显示不受支持,只需单击“不再显示”。(还有更好的解决方法见http://www.linuxidc.net/thread-9852-1-1.html

注意:每次更新 Visual Studio Code 后,请重新启用Custom CSS。
注意:每次更改配置时,请重新启用Custom CSS。

一定要以适当的权限重新启动 Visual Studio Code 以修改自身。

Windows 用户

在 Windows 中,请确保在启用或禁用自定义样式之前以管理员模式运行 Visual Studio Code!

Mac 和 Linux 用户

linuxmi@linuxmi:~/www.linuxmi.com$ sudo chown -R $(whoami) /usr/share/code

Mac 和 Linux 包管理器可能有自定义的安装路径。请仔细检查您的路径是否正确。

免责声明

此扩展修改了一些 Visual Studio Code 文件,因此使用它的风险自负。

The post 如何在 macOS/Windows/Linux 上为 VS Code 安装 Synthwave x Fluoromachine 主题 first appeared on Linux迷.

版权声明:
作者:zhangchen
链接:https://www.techfm.club/p/693.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>