Merge pull request #2183 from DFSko/fix-kitty-predefined-selection-colors

Fix kitty predefined selection colors
This commit is contained in:
Lemmy
2026-03-15 08:19:46 -04:00
committed by GitHub
@@ -15,11 +15,11 @@ color13 {{colors.terminal_bright_magenta.default.hex}}
color14 {{colors.terminal_bright_cyan.default.hex}}
color15 {{colors.terminal_bright_white.default.hex}}
background {{colors.terminal_background.default.hex}}
selection_foreground {{colors.terminal_cursor_text.default.hex}}
selection_foreground {{colors.terminal_selection_fg.default.hex}}
cursor {{colors.terminal_cursor.default.hex}}
cursor_text_color {{colors.terminal_cursor_text.default.hex}}
foreground {{colors.terminal_foreground.default.hex}}
selection_background {{colors.terminal_foreground.default.hex}}
selection_background {{colors.terminal_selection_bg.default.hex}}
active_border_color {{colors.primary.default.hex}}
inactive_border_color {{colors.secondary.default.hex}}