mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
apprt/gtk: fix window colors when window-theme=ghostty
Signed-off-by: Tristan Partin <tristan@partin.io>
This commit is contained in:
@ -1041,6 +1041,8 @@ fn loadRuntimeCss(
|
|||||||
\\ --overview-bg-color: var(--ghostty-bg);
|
\\ --overview-bg-color: var(--ghostty-bg);
|
||||||
\\ --popover-fg-color: var(--ghostty-fg);
|
\\ --popover-fg-color: var(--ghostty-fg);
|
||||||
\\ --popover-bg-color: var(--ghostty-bg);
|
\\ --popover-bg-color: var(--ghostty-bg);
|
||||||
|
\\ --window-fg-color: var(--ghostty-fg);
|
||||||
|
\\ --window-bg-color: var(--ghostty-bg);
|
||||||
\\}}
|
\\}}
|
||||||
\\windowhandle {{
|
\\windowhandle {{
|
||||||
\\ background-color: var(--headerbar-bg-color);
|
\\ background-color: var(--headerbar-bg-color);
|
||||||
|
Reference in New Issue
Block a user