From f62a60d4b3ea100cd92c04af5bebaa5b43f26d14 Mon Sep 17 00:00:00 2001 From: Sam Lazarus Date: Thu, 6 Jul 2017 10:16:17 -0400 Subject: [PATCH] Adds more badges to README (#17) * Changed style of "PRs Welcome" badge Changed the style of the "PRs Welcome" badge from flat to shields so that it matches the Travis build status badge. * Added made with ruby + made with love badges and color theme specification. * Added the awesome badge, and reordered the badges --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4096071..593b5e7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ # Color LS + [![Build Status](https://travis-ci.org/athityakumar/colorls.svg?branch=master)](https://travis-ci.org/athityakumar/colorls) -[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields)](http://makeapullrequest.com) +[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) + +[![forthebadge](http://forthebadge.com/images/badges/made-with-ruby.svg)](http://forthebadge.com) +[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com) + + + A Ruby script that colorizes the `ls` output with color and icons. Here are the screenshots of working example on an iTerm2 -terminal (Mac OS), `oh-my-zsh` with `powerlevel9k` theme and `powerline nerd-font + awesome-config` font. +terminal (Mac OS), `oh-my-zsh` with `powerlevel9k` theme and `powerline nerd-font + awesome-config` font with the Solarized Dark color theme. ![Example #1](readme/usage1.png)