feat: styling updates (#10)

Updated some plugins to use custom git and diagnostic symbols, also
changed the line number color to match my system highlight color
(catppuccin peach).
This commit is contained in:
Roel de Cort 2024-06-26 23:18:15 +02:00 committed by GitHub
parent 3de533a92a
commit c991360154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 29 additions and 1 deletions

View file

@ -18,6 +18,20 @@
expanderExpanded = " ";
expanderHighlight = "NeoTreeExpander";
};
gitStatus = {
symbols = {
added = " ";
conflict = "󰩌 ";
deleted = "󱂥";
ignored = " ";
modified = " ";
renamed = "󰑕";
staged = "󰩍";
unstaged = "";
untracked = "";
};
};
};
};