colorls/lib/yaml/light_colors.yaml
Tom Lazar 1afa3aa682 Adds colors.yaml file (#81)
* add colors.yaml file and switch any color reference to use it in
`lib/colors/core.rb`

* add light and dark verions of the commands, also moved load_from_yaml

* fix typo

* add colors for new commands from the merge

* fix name and update colors for the light and dark scheme

* fixed small typo when no files are found
2017-07-14 11:44:17 +05:30

26 lines
355 B
YAML

# Main Colors
unrecognized_file: yellow
recognized_file: green
dir: blue
# Link
dead_link: red
link: cyan
# Access Modes
write: red
read: yellow
exec: blue
no_access: black
# Age
day_old: yellow
hour_old: green
no_modifier: black
# Random
report: black
user: green
tree: cyan
empty: yellow
normal: black