gtk-ng: fix split-divider-color config (#8209)

This commit is contained in:
Mitchell Hashimoto
2025-08-11 08:38:28 -07:00
committed by GitHub

View File

@@ -743,7 +743,7 @@ pub const Application = extern struct {
if (config.@"split-divider-color") |color| {
try writer.print(
\\.terminal-window .notebook separator {{
\\.window .split paned > separator {{
\\ color: rgb({[r]d},{[g]d},{[b]d});
\\ background: rgb({[r]d},{[g]d},{[b]d});
\\}}