mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #2183 from DFSko/fix-kitty-predefined-selection-colors
Fix kitty predefined selection colors
This commit is contained in:
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user