refactor(wezterm): use darker color for kanagawa bg

This commit is contained in:
Price Hiller 2023-12-27 00:56:52 -06:00
parent e035fd1288
commit 8418fb3c67
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -59,7 +59,7 @@ local colors = {
kanagawa = {
foreground = color_names.kanagawa.fujiWhite,
background = color_names.kanagawa.sumiInk1,
background = color_names.kanagawa.sumiInk0,
cursor_bg = color_names.kanagawa.oldWhite,
cursor_fg = color_names.kanagawa.oldWhite,