jj: fancy status and diff on <M-s> and <M-S> respectively
This commit is contained in:
parent
7c2b46120e
commit
adc9fdbba9
2 changed files with 14 additions and 2 deletions
home/dln
|
@ -140,6 +140,16 @@ in
|
|||
fg = "bright black";
|
||||
bold = false;
|
||||
};
|
||||
|
||||
"diff added token" = {
|
||||
bg = "#002200";
|
||||
fg = "#66ffcc";
|
||||
underline = false;
|
||||
};
|
||||
"diff removed token" = {
|
||||
bg = "#220011";
|
||||
underline = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue