Change color of inactive cursor

This commit is contained in:
Charlotte Van Petegem 2022-06-30 14:19:59 +02:00
parent b698ae11a7
commit e6336acb9d
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -8,6 +8,7 @@ return {
background = "#ffffff",
cursor_bg = "#777777",
cursor_fg = "#ffffff",
cursor_border = "#777777",
selection_bg = "#000000",
selection_fg = "#ffffff",
ansi = { "#282828", "#a60000", "#005e00", "#813e00", "#0031a9", "#721045", "#00538b", "#f8f8f8" },