diff options
author | randnobx <randynobx@gmail.com> | 2015-03-09 20:30:41 -0400 |
---|---|---|
committer | randnobx <randynobx@gmail.com> | 2015-03-09 20:30:41 -0400 |
commit | 81b65ab18a805b333fc08315d28695c8732ad314 (patch) | |
tree | eaca70a6e8c7cbd099598812f9b174530b429596 | |
parent | a8d2b74b0ec86cfbf4ec872fb12a4768e65f7e67 (diff) | |
download | ranger-81b65ab18a805b333fc08315d28695c8732ad314.tar.gz |
added solarized colorscheme to list of available-by-default colorschemes in rc.conf
-rw-r--r-- | ranger/config/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf index 0d8edaf8..c6622845 100644 --- a/ranger/config/rc.conf +++ b/ranger/config/rc.conf @@ -70,7 +70,7 @@ set unicode_ellipsis false set show_hidden_bookmarks true # Which colorscheme to use? These colorschemes are available by default: -# default, jungle, snow +# default, jungle, snow, solarized set colorscheme default # Preview files on the rightmost column? |