mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Kanagawa: add cursor to dark mode (fixes #1528)
This commit is contained in:
@@ -58,7 +58,7 @@ class TerminalColors:
|
||||
# Base colors
|
||||
foreground = data["foreground"]
|
||||
background = data["background"]
|
||||
cursor = data["cursor"]
|
||||
cursor = data.get("cursor", foreground)
|
||||
cursor_text = data.get("cursorText", background)
|
||||
selection_fg = data.get("selectionFg", foreground)
|
||||
selection_bg = data.get("selectionBg", "#585b70")
|
||||
|
||||
Reference in New Issue
Block a user