81 Commits

Author SHA1 Message Date
Steve Losh
585229900f Merge pull request #48 from cvanloo/fix/highlights
fix: clear highlights before loading colors
2025-08-15 14:59:31 -04:00
Colin van Loo
8dfd3abb8d fix: clear highlights before loading colors 2025-06-22 15:33:39 +09:00
Steve Losh
61d75affa5 Add TEN templates and Singularity to goodwolf 2024-05-23 13:50:11 -04:00
Steve Losh
c584259ec1 Add some basic Django stuff to goodwolf 2024-05-08 10:22:05 -04:00
Steve Losh
15b37caad7 Tweak LaTeX hilighting in goodwolf 2024-03-15 10:07:28 -04:00
Steve Losh
3fae5a19ed Add string bold toggling to goodwolf 2024-02-01 08:25:06 -05:00
Steve Losh
1c50a17fc8 Add Jinja for goodwolf 2022-09-13 13:21:33 -04:00
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
73e3198860 Colorize Fish variables in goodwolf 2019-07-17 12:02:31 -04:00
Steve Losh
58dab11d24 Clean up Fish files 2019-02-06 13:02:48 -05:00
Steve Losh
125c16dcfd Add goodwolf colors for new Fugitive stuff 2019-01-14 12:30:11 -05:00
Steve Losh
094901894a Unfuck Scala garbage 2017-09-29 10:27:47 -04:00
Steve Losh
14fd1e142f Make the highlighter an API, add status bar fuckery 2017-08-18 12:07:45 -04: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
78a3e35b51 Minor tweaks to goodwolf 2016-09-16 14:40:39 +00:00
Steve Losh
25b81062e2 :syntax less 2016-04-10 21:54:32 +00:00
Steve Losh
59b0963bae Add highlighting for replPrompt 2015-12-09 10:29:58 +00:00
Steve Losh
3c958975f4 Added tag v1.6.0 for changeset bd56b86c5403 2015-12-07 16:23:59 +00:00
Steve Losh
8bb978cdce Merge pull request #24 from ressu/fix-22
Fix colors_name to g:colors_name instead
v1.6.0
2015-12-07 16:17:56 +00:00
Steve Losh
ae7ec52358 Merge pull request #16 from lukaszklis/fixes_for_css
Changed the color of highlighted props in CSS
2015-12-07 16:17:06 +00:00
Steve Losh
2ccc47fe94 Merge. 2015-12-07 16:14:47 +00:00
Steve Losh
d6f5f55525 Merge. 2015-12-07 16:12:11 +00:00
Steve Losh
c54212897d Update Lisp highlighting 2015-12-05 22:44:36 +00:00
Sami Haahtinen
29558a0eff Fix color_name to g:color_name instead
This causes vim to properly reload the correct theme when needed.

Fixes issue #22
2015-11-15 09:51:00 +02:00
Łukasz Kliś
398cc9a63f Changed the color of highlighted props in CSS 2014-05-27 09:56:24 +02:00
Denis Ciccale
8653875764 Initial Xcode port. 2013-09-04 16:03:47 +02:00
Steve Losh
e6fdf1844a Added tag v1.5.0 for changeset 2ef3532a6301 2013-07-19 20:55:06 -04:00
Steve Losh
fa533923db Add support for the rainbow parentheses plugin v1.5.0 2013-07-19 20:54:30 -04: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
Steve Losh
627b4658ed More interesting words. 2012-11-19 13:27:51 -05:00
Steve Losh
c9d64955b9 Add some Lispyscript-specific coloring. 2012-11-19 12:39:24 -05:00
Steve Losh
87a1e67bb2 Add g:badwolf_tabline setting.
Thanks to @jbernard on GitHub for the idea.
2012-11-04 12:45:04 -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
Denis Kasak
41ece91bbf Add tabline highlighting. 2012-10-23 14:40:21 +02:00
locojaydev
44b9e784f8 adding emacs theme 2012-10-16 18:17:19 -04:00
Steve Losh
013afaacae Added tag v1.4.0 for changeset 5b17fcb91dd5 2012-09-10 12:42:42 -04:00
Steve Losh
211335c4b6 Add autocommands to fix up a bit of Tex syntax. v1.4.0 2012-09-10 12:41:43 -04:00
Steve Losh
f2ee2b3aeb Merge. 2012-09-10 12:39:28 -04:00
Giovanni Lanzani
5b2e5a8417 remove Delimiter, add texMathZone{V,X} 2012-09-10 11:02:02 +02:00
Giovanni Lanzani
33442485f5 some tweakes to the LaTeX colors 2012-08-13 11:18:04 +02:00
Giovanni Lanzani
7e3e2124c4 change delimiter to orange 2012-08-13 10:56:58 +02:00
Philip Stewart
d9b2769210 Force background on SpellBad 2012-08-12 03:08:24 +03:00
Giovanni Lanzani
61f9da7dc0 LaTeX support added 2012-08-02 22:56:46 +02:00
Steve Losh
03ac89e057 Merge. 2012-06-02 17:12:25 -04:00
Steve Losh
39d5612352 Include contrib in package. 2012-06-01 10:37:52 -04:00
Steve Losh
ef7257cb4c Added tag v1.3.0 for changeset 4e6ee97af8b0 2012-06-01 09:45:22 -04:00