PlainFolderIcon: Fix folder colors changing with other themes

This commit is contained in:
Nuckyz 2025-05-03 08:20:32 -03:00
parent 34269e2339
commit 15fa0ff7a7
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -6,5 +6,5 @@
transform: translateZ(0);
/* The new icons are fully transparent. Add a sane default to match the old behavior */
background-color: color-mix(in oklab, var(--custom-folder-color, var(--bg-brand)) 30%, var(--background-surface-higher) 70%);
background-color: color-mix(in oklab, var(--custom-folder-color, var(--bg-brand)) 40%, transparent);
}