mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-17 04:52:47 +00:00
terminal: unify palette functionality into shared type DynamicPalette
This commit is contained in:
@@ -1258,7 +1258,7 @@ pub fn Renderer(comptime GraphicsAPI: type) type {
|
||||
.mouse = state.mouse,
|
||||
.preedit = preedit,
|
||||
.cursor_style = cursor_style,
|
||||
.color_palette = state.terminal.color_palette.colors,
|
||||
.color_palette = state.terminal.colors.palette.current,
|
||||
.scrollbar = scrollbar,
|
||||
.full_rebuild = full_rebuild,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user