From 6612753cb3197fda8e958466eb70f07f989f3915 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 13 Dec 2021 23:49:41 +0300 Subject: [PATCH] Make symbolic breeze icons be white when theme is breeze dark I did not fully understand how it works, but now, when e.g. Dolphin or Konsole are dark, light icons are used, when they are light, dark icons are used. Inherinting hicolor does not make sense, because specification [1] forces and and because breeze* inherit it themselves. [1] https://specifications.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html --- icon-theme-kometa-classic/index.theme | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/icon-theme-kometa-classic/index.theme b/icon-theme-kometa-classic/index.theme index 0b0077f..217f318 100644 --- a/icon-theme-kometa-classic/index.theme +++ b/icon-theme-kometa-classic/index.theme @@ -4,8 +4,11 @@ @dark Name=Kometa dark classic @dark Name[ru]=Комета темная классическая -@light Inherits=breeze,hicolor -@dark Inherits=breeze-dark,hicolor +@light Inherits=breeze +@dark Inherits=breeze-dark + +# XXX What does it do? Copied from breeze-dark/index.theme +FollowsColorScheme=true Directories=apps/128x128,apps/64x64,apps/48x48,apps/32x32,apps/24x24,apps/22x22,apps/16x16