fix helix color for primary selection

This commit is contained in:
Noah Masur 2025-03-17 21:40:04 -04:00
parent ef6070fe6d
commit 5eb2b003d4
No known key found for this signature in database

View File

@ -156,7 +156,7 @@ in
bg = config.theme.colors.base02;
};
"ui.selection.primary" = {
bg = config.theme.colors.base02;
bg = config.theme.colors.base03;
};
"ui.statusline" = {
fg = config.theme.colors.base04;