如何仅使用 Faenza 图标集中的应用程序图标?

Jor*_*tro 11 themes icons

我下载了Faenza 图标集并在我的桌面上安装了“Dark”变体。

但是,我只想要应用程序的图标(Unity Launcher 中的图标),我希望所有其他图标保持库存。这是一个截图来说明:

在此处输入图片说明

Rol*_*Xor 10

这是执行此操作的一种可能方法:

  • 将包含 Faenza Icons 的文件夹复制到 ~/.icons
  • 使用 gedit 编辑 index.theme 文件以从 ubuntu 单声道图标集(对于面板)继承,humans,拥有新名称和注释,并且仅指向 /app 文件夹:
[Icon Theme]
Name=Faenza Humanity
Inherits=ubuntu-mono-dark,humanity,hicolor
Comment=Custom Faenza + Humanity Theme for Jorge Castro
Directories=apps/16,apps/22,apps/24,apps/32,apps/48,apps/scalable

[apps/16]
Size=16
Context=Apps
Type=fixed

[apps/22]
Size=22
Context=Apps
Type=fixed

[apps/24]
Size=24
Context=Apps
Type=fixed

[apps/32]
Size=32
Context=Apps
Type=fixed

[apps/48]
Size=48
Context=Apps
Type=fixed

[apps/scalable]
Size=96
Context=Apps
Type=Scalable
MinSize=64
MaxSize=128
Run Code Online (Sandbox Code Playgroud)
  • 现在在 中选择新主题gnome-appearance-properties