From e6336acb9d61749c4ac445eab8b1a1f77938465c Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Thu, 30 Jun 2022 14:19:59 +0200 Subject: [PATCH] Change color of inactive cursor --- modules/graphical/terminal/wezterm.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/graphical/terminal/wezterm.lua b/modules/graphical/terminal/wezterm.lua index 53772a06..8f3a3931 100644 --- a/modules/graphical/terminal/wezterm.lua +++ b/modules/graphical/terminal/wezterm.lua @@ -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" },