apprt/adw: reapply headerbar colors

Fixes a regression in ca42b4ca1c that
caused the headerbar to no longer use the same color as the
ghostty-theme.
pull/2581/head
FineFindus 2024-11-03 13:23:08 +01:00
parent 9262cc5704
commit 89f7f88286
No known key found for this signature in database
GPG Key ID: 64873EE210FF8E6B
1 changed files with 7 additions and 0 deletions

View File

@ -929,6 +929,13 @@ fn loadRuntimeCss(
\\ --headerbar-bg-color: rgb({d},{d},{d});
\\ --headerbar-backdrop-color: oklab(from var(--headerbar-bg-color) calc(l * 0.9) a b / alpha);
\\}}
\\windowhandle {{
\\ background-color: var(--headerbar-bg-color);
\\ color: var(--headerbar-fg-color);
\\}}
\\windowhandle:backdrop {{
\\ background-color: var(--headerbar-backdrop-color);
\\}}
, .{
headerbar_foreground.r,
headerbar_foreground.g,