gtk-ng: fix split-divider-color config

This commit is contained in:
Jeffrey C. Ollie
2025-08-11 10:27:39 -05:00
parent a9a41aec83
commit b726183981

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});
\\}}