From 7fb445b7420b7919879ddc1e80b897c904045d34 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 31 Aug 2023 19:08:36 -0500 Subject: [PATCH] feat(wezterm): set color for `compose_cursor` --- dots/.config/wezterm/config/theme/colors.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dots/.config/wezterm/config/theme/colors.lua b/dots/.config/wezterm/config/theme/colors.lua index 0f772428..38e99a13 100644 --- a/dots/.config/wezterm/config/theme/colors.lua +++ b/dots/.config/wezterm/config/theme/colors.lua @@ -71,6 +71,8 @@ local colors = { scrollbar_thumb = color_names.kanagawa.sumiInk0, split = color_names.kanagawa.sumiInk0, + compose_cursor = color_names.kanagawa.roninYellow, + ansi = { color_names.kanagawa.sumiInk0, color_names.kanagawa.autumnRed,