colorls/lib/colorls.rb
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

10 lines
184 B
Ruby

require 'colorize'
require 'yaml'
require 'facets'
require 'terminfo'
require 'etc'
require 'filesize'
require 'colorls/core'
require 'colorls/flags'
require 'colorls/load_from_yaml'