|
|
@@ -4,8 +4,7 @@ eza_colors-explanation — more details on customizing eza colors
|
|
|
|
|
|
# Eza Color Explanation
|
|
|
|
|
|
-eza provides its own built\-in set of file extension mappings that cover a large range of common file extensions, including documents, archives, media, and temporary files.
|
|
|
-
|
|
|
+eza provides its own built\-in set of file extension mappings that cover a large range of common file extensions, including documents, archives, media, and temporary files.
|
|
|
Any mappings in the environment variables will override this default set: running eza with `LS_COLORS="*.zip=32"` will turn zip files green but leave the colours of other compressed files alone.
|
|
|
|
|
|
You can also disable this built\-in set entirely by including a
|
|
|
@@ -24,6 +23,8 @@ files; setting `EXA_COLORS="reset"` will highlight nothing.
|
|
|
|
|
|
## BUILT\-IN EXTENSIONS
|
|
|
|
|
|
+- eza now supports bright colours! As supported by most modern 256\-colour terminals, you can now choose from `bright` colour codes when selecting your custom colours in your `#EXA_COLORS` environment variable.
|
|
|
+
|
|
|
"Immediate" files are the files you should look at when downloading and building a project for the first time: READMEs, Makefiles, Cargo.toml, and others.
|
|
|
They are highlighted in _yellow_ and _underlined_.
|
|
|
|