From e9c3396dc66b7b0f25c5eee878a902e3d09d862c Mon Sep 17 00:00:00 2001 From: eoli3n Date: Mon, 6 Nov 2023 21:40:49 +0100 Subject: [PATCH] added wezterm cursor border --- roles/wezterm/templates/wezterm.lua.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/wezterm/templates/wezterm.lua.j2 b/roles/wezterm/templates/wezterm.lua.j2 index a5631d0..8f20879 100644 --- a/roles/wezterm/templates/wezterm.lua.j2 +++ b/roles/wezterm/templates/wezterm.lua.j2 @@ -15,6 +15,7 @@ config.colors = { foreground = '{{ color7 }}', background = '#202020', cursor_bg = '{{ color7 }}', + cursor_border = '{{ color7 }}', selection_fg = 'black', selection_bg = '{{ color3 }}', ansi = {