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

pull/8211/head
Mitchell Hashimoto 2025-08-11 08:38:28 -07:00 committed by GitHub
commit 9f959ea876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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