summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042025-12-28 23:34:52 -0500
committerkj_sh6042025-12-28 23:34:52 -0500
commitd5dc27fec5210184e118f533ec767b4615b392b4 (patch)
tree80b732ca31b1afe801447ddc72643091b7cba689
parent87ab602fca05be83dfaa12e12867d0667fc5795b (diff)
kj-gitbot: elementary-xfce-icons-inherits.sh
-rw-r--r--elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh b/elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh
index 8541d2f..9469b02 100644
--- a/elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh
+++ b/elementary-xfce-icons-inherits-hook-kj_sh604/elementary-xfce-icons-inherits.sh
@@ -1,6 +1,6 @@
#!/bin/bash
theme_file="/usr/share/icons/elementary-xfce/index.theme"
-new_inherits="Inherits=elementary,Yaru-wartybrown-dark,Yaru-wartybrown,Yaru-dark,Humanity,hicolor"
+new_inherits="Inherits=elementary,Yaru-wartybrown-dark,Yaru-wartybrown,Yaru-dark,Yaru,Mint-Y,Mint-X,Moka,Faba,kora,Humanity,gnome,Adwaita,breeze,Tango,hicolor"
if [[ -f "$theme_file" ]]; then
sed -i "s/^Inherits=.*/$new_inherits/" "$theme_file"