1
0
This commit is contained in:
Jeff Lance 2024-03-07 12:57:43 +01:00
parent 6a50d58495
commit 772e311f3c

View File

@ -14,7 +14,7 @@ bg_selection = "#000000"
bg_passthrough_mode = "#56b6c2"
bg_insert_mode = "#98c379"
bg_warning = "#c678dd"
bg_hint = "#000000"
bg_hint = "#ffb86c"
fg_selection = "#62aeef"
fg_matched_text = "#ff79c6"
fg_pinned = "#e06c75"
@ -22,7 +22,7 @@ fg_disabled = "#565c64"
fg_default = "#abb2bf"
fg_error = "#ef596f"
fg_hint = "#ffb86c"
fg_hover = "#ffb86c"
fg_hover = "#50fa7b"
fg_success = "#98c379"
fg_warning = "#c678dd"