lsd: Improve colors
This commit is contained in:
parent
5b70c2f448
commit
74585ec4a7
|
@ -163,7 +163,23 @@ in
|
|||
style = "full";
|
||||
};
|
||||
};
|
||||
lsd.enable = true;
|
||||
lsd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
size = "short";
|
||||
};
|
||||
colors = { # Base16 only, so it reuses the current theme.
|
||||
date = { day-old = 4; hour-old = 6; older = 5; };
|
||||
git-status = { conflicted = 14; default = 13; deleted = 1; ignored = 13; modified = 3; new-in-index = 2; new-in-workdir = 2; renamed = 4; typechange = 3; unmodified = 13; };
|
||||
group = 6;
|
||||
inode = { invalid = 245; valid = 13; };
|
||||
links = { invalid = 9; valid = 14; };
|
||||
permission = { acl = 6; context = 14; exec = 1; exec-sticky = 5; no-access = 245; octal = 6; read = 2; write = 3; };
|
||||
size = { large = 1; medium = 9; none = 11; small = 3; };
|
||||
tree-edge = 13;
|
||||
user = 2;
|
||||
};
|
||||
};
|
||||
dircolors = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
|
|
Loading…
Reference in a new issue