mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-05 04:31:11 +00:00
fix helix color for primary selection
This commit is contained in:
parent
ef6070fe6d
commit
5eb2b003d4
@ -156,7 +156,7 @@ in
|
|||||||
bg = config.theme.colors.base02;
|
bg = config.theme.colors.base02;
|
||||||
};
|
};
|
||||||
"ui.selection.primary" = {
|
"ui.selection.primary" = {
|
||||||
bg = config.theme.colors.base02;
|
bg = config.theme.colors.base03;
|
||||||
};
|
};
|
||||||
"ui.statusline" = {
|
"ui.statusline" = {
|
||||||
fg = config.theme.colors.base04;
|
fg = config.theme.colors.base04;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user