mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-26 07:38:37 +01:00
joshuto: Fix selection.prefix for 0.9.8
Might switch from joshuto to yazi due to 0.9.8 breaking the kitty preview script.
This commit is contained in:
parent
488b7a61de
commit
b1c128e6ac
@ -365,6 +365,7 @@
|
|||||||
selection = {
|
selection = {
|
||||||
fg = "light_yellow";
|
fg = "light_yellow";
|
||||||
bold = true;
|
bold = true;
|
||||||
|
prefix = " ";
|
||||||
};
|
};
|
||||||
|
|
||||||
visual_mode_selection = {
|
visual_mode_selection = {
|
||||||
@ -372,11 +373,6 @@
|
|||||||
bold = true;
|
bold = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
selection.prefix = {
|
|
||||||
prefix = " ";
|
|
||||||
size = 2;
|
|
||||||
};
|
|
||||||
|
|
||||||
executable = {
|
executable = {
|
||||||
fg = "light_green";
|
fg = "light_green";
|
||||||
bold = true;
|
bold = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user