mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
terminal: rename theme to color_scheme for dsr
This commit is contained in:
@ -63,5 +63,5 @@ const Entry = struct {
|
||||
const entries: []const Entry = &.{
|
||||
.{ .name = "operating_status", .value = 5 },
|
||||
.{ .name = "cursor_position", .value = 6 },
|
||||
.{ .name = "theme", .value = 996, .question = true },
|
||||
.{ .name = "color_scheme", .value = 996, .question = true },
|
||||
};
|
||||
|
@ -2375,7 +2375,7 @@ const StreamHandler = struct {
|
||||
self.messageWriter(msg);
|
||||
},
|
||||
|
||||
.theme => self.surfaceMessageWriter(.{ .report_color_scheme = {} }),
|
||||
.color_scheme => self.surfaceMessageWriter(.{ .report_color_scheme = {} }),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user