Add GTK3 wallpaper color overrides for Electron/GTK3 apps

Create gtk3-colors.css matugen template and import it in GTK3
gtk.css so apps like Vesktop get wallpaper-based headerbar colors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ediblerope 2026-04-14 09:46:45 +01:00
parent 25189a0d99
commit 6c6794efb9
3 changed files with 20 additions and 0 deletions

View file

@ -100,6 +100,7 @@
'';
home.file.".config/gtk-3.0/gtk.css".force = true;
home.file.".config/gtk-3.0/gtk.css".text = ''
@import url("colors.css");
headerbar {
min-height: 0;
padding: 0;