fix(grfn/home): Correct delta config for syntax-theme
this got renamed apparently Change-Id: Ic616469eafc4b56eaaccc3df24988b0af73d90e2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2943 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
d339cc687d
commit
09a465d0a3
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ with lib;
|
|||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
theme = "Solarized (light)";
|
||||
syntax-theme = "Solarized (light)";
|
||||
hunk-style = "plain";
|
||||
commit-style = "box";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue