https://github.com/lewangdev/alacritty.icns
一组 Alacritty 图标
https://github.com/lewangdev/alacritty.icns
Last synced: about 1 year ago
JSON representation
一组 Alacritty 图标
- Host: GitHub
- URL: https://github.com/lewangdev/alacritty.icns
- Owner: lewangdev
- License: mit
- Created: 2023-06-11T02:47:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-13T08:09:19.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T23:51:55.365Z (about 1 year ago)
- Size: 778 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alacritty.icns
一组 Alacritty 图标,包括
* 白色
* 粉色
* 绿色
* 蓝色
## 效果预览

## 如何替换默认的应用图标
* 首先去 Releases 页面下载任一[图标](https://github.com/lewangdev/Alacritty.icns/releases/tag/v0.0.1)
* 在应用文件夹中找到 Alacritty.app 选中后,按快捷键 `command + i` 打开显示简介或点击右键选择“Get Info”
* 然后将下载的 icns 文件拖动到左上角图标上,即可完成替换
* 最后重启应用图标就会自动更新
## 使用 Figma 编辑
[Edit in Figma](https://www.figma.com/file/n9kCrWTrcB4NgJJhz6oMNp/alacritty-logo?type=design&node-id=0%3A1&t=maJgxvxN6LGsMCZC-1)
## 生成新图标
```sh
# 1. 修改颜色
# 2. 导出切图保存到 alacritty.iconset 目录
# 3. 使用命令生成 alacritty.icns
iconutil --convert icns --output alacritty.icns alacritty.iconset
````
## 参考
* [改良了下传说中最快的终端](https://tw93.fun/2023-02-06/alacritty.html)