feat(tldr): style output

This commit is contained in:
winston 2023-03-16 12:51:20 +01:00
parent 28457d0525
commit 3221fcfa53
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -43,7 +43,16 @@ in {
tealdeer = {
enable = true;
settings.updates.auto_update = true;
settings = {
style = {
description.foreground = "white";
command_name.foreground = "green";
example_text.foreground = "blue";
example_code.foreground = "white";
example_variable.foreground = "yellow";
};
updates.auto_update = true;
};
};
zoxide.enable = true;