refactor: major config changes
This commit is contained in:
parent
b2c8430125
commit
ff32ecb811
14 changed files with 148 additions and 179 deletions
|
|
@ -8,6 +8,12 @@
|
|||
nerdFontsVersion = "3";
|
||||
theme = {
|
||||
lightTheme = false;
|
||||
activeBorderColor = [ "magenta" "bold" ];
|
||||
searchingActiveBorderColor = [ "cyan" "bold" ];
|
||||
inactiveBorderColor = [ "#807c9f" ];
|
||||
optionsTextColor = [ "#807c9f" ];
|
||||
selectedLineBgColor = [ "#331531" ];
|
||||
inactiveViewSelectedLineBgColor = [ "#1d202f" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue