mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-27 07:20:14 +00:00
fix helix color for primary selection
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user