分享 · · 阅读时间 1 分钟

macOS中Spotify的主题替换

在macOS上通过Spicetify安装Matte主题和Porcelain配色,让Spotify从默认深色界面切换为浅色风格。

由于 Spotify 默认的黑色主题与我系统的浅色(白色)配色不协调,加之 Spotify 官方尚未开放自定义主题功能,因此我选择使用 Spicetify 进行主题美化。配置过程稍显复杂。在本文中,我将以 Matte 主题下的 Porcelain 配色方案 为例,分享一套详细的安装与设置步骤教程。

第一步:安装 Homebrew(如尚未安装)

打开终端并执行

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

添加 Homebrew 到环境变量(Apple Silicon 芯片)

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

第二步:安装 Spicetify CLI

brew install spicetify-cli

第三步:备份并初始化 Spotify 客户端

spicetify backup apply

第四步:下载并配置 MattePorcelain 主题(官网步骤)

克隆 Spicetify 主题仓库

git clone https://github.com/spicetify/spicetify-themes.git ~/spicetify-themes

将 Matte 主题复制到配置目录

mkdir -p ~/.config/spicetify/Themes
cp -r ~/spicetify-themes/Matte ~/.config/spicetify/Themes/

拷贝 Porcelain 配置文件

cp ~/spicetify-themes/Matte/Porcelain.ini ~/.config/spicetify/Themes/Matte/

第五步:设置并应用主题

spicetify config current_theme Matte
spicetify config color_scheme Porcelain
spicetify apply

第六步:重启 Spotify

分享 分享 邮件

继续阅读

个人开发程序分享
分享 · 精选

个人开发程序分享

记录我用 Codex 开发的个人软件,目前包括用于 BSA 计算与方案核对的“体表面积 BSA”,以及记录位置、管理 GPX 并为照片和视频匹配 GPS 信息的“ShutterMap”。后续会持续更新。

我开始用 Codex 写博客
分享 · 精选

我开始用 Codex 写博客

第一次认真用 Codex 写博客。我讲清楚经历和想法,它帮我查资料、整理、配图并上传 Ghost,最后再由我改成自己的话。