We use icons from NerdFonts
This is compatible only with terminals that support truecolor
.
Type echo $COLORTERM
in your terminal, if the result is truecolor
you are good to go!
Under config there is two files, folders.yml
and files.yml
. Both are used to map names to icons with the same structure:
icons
contains a map from name to icon, so if there is a new icon, this is probably the place to add.aliases
contains a map to icons, so if there is an icon already that you want to map to a name, this is the place.
Under config you will find colors.yml
containing dark
and light
both will have the same mapping for its variant.
We use colored for the colors with the true-color
standard, so the mapping will be to RGB.
There are two boards:
- Flags - Flags to be implemented (probably will stick with the ones I use the most for now.)
- Improvements - Things that can be done better.