12 Commits

Author SHA1 Message Date
Steve Losh
682b5215be Merge pull request #37 from 8633brown/patch-1
Update badwolf.dircolors
2020-02-18 21:00:14 -05:00
Steve Losh
e894dd4eac Add dircolors for st, and add some more dircolors 2020-02-09 18:08:27 -05:00
8633brown
201dbfabde Update badwolf.dircolors
add support for termite
2020-02-05 18:00:57 -07:00
Steve Losh
834fbe93d1 Merge pull request #12 from jbernard/dircolors
Add directory color support for GNU ls
2017-01-11 12:35:09 +00:00
Steve Losh
2ccc47fe94 Merge. 2015-12-07 16:14:47 +00:00
Denis Ciccale
8653875764 Initial Xcode port. 2013-09-04 16:03:47 +02:00
locojay
8959ff56fb more orange for cmd mode 2013-07-15 09:11:21 -04:00
Jon Bernard
f8af6df77c Add directory color support for GNU ls
GNU ls is part of the coreutils package. It's output, if color is enabled, can
be tuned to the badwolf colorscheme with the following command:

    $ eval $(dircolors -b contrib/badwolf.dircolors)

To make this the default, copy it to ~/.dircolors.  Many systems are already
configured to look for this file, but you may need to add something like:

    $ eval $(dircolors -b ~/.dircolors)

to ~/.bashrc.  To enable color support in ls, you could do the following:

    $ alias ls='ls --color=auto'
2012-11-21 14:06:23 -05:00
locojaydev
d7671e52d8 flymake, autocomplete colors 2012-10-29 22:40:05 -04:00
locojaydev
b13530ddcb adding python lime colors for import try catch ...
ipython notebook colors
2012-10-28 14:51:26 -04:00
locojaydev
44b9e784f8 adding emacs theme 2012-10-16 18:17:19 -04:00
Steve Losh
9c209cc4a7 Initial Mutt port. 2012-04-13 16:49:08 -04:00