Use s:uniq() instead of uniq() for older versions of Vim.
We don't sort the list before passing it to s:uniq() because
1. s:uniq() can process unsorted lists.
2. And in that way, we can list color schemes from plugins before
the default ones provided by Vim.