Skip to content

Commit

Permalink
Replaced manually edited colorscheme with template and generated colo…
Browse files Browse the repository at this point in the history
…rscheme
  • Loading branch information
romainl committed Jun 10, 2019
1 parent ddb8019 commit 9696c40
Show file tree
Hide file tree
Showing 4 changed files with 609 additions and 231 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
####### ## ## #######
## ## ### ## ## ##
## ## #### ## ## ##
####### ## ## ## #######
## ## ## #### ## ##
## ## ## ### ## ##
## ## ## ## #######

VIM_OUTPUTS = $(patsubst %.erb,%.vim,$(wildcard colors/*.erb))

.PHONY: all

all: $(VIM_OUTPUTS)

%.vim: %.erb
erb -T - $< > $@
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ If you don't want to maintain your own fork of Apprentice you can add something

See [this Gist](https://gist.github.com/romainl/379904f91fa40533175dfaec4c833f2f) for reference.

## Hacking Apprentice

Apprentice now comes with the very template used to generate it: `colors/apprentice.erb`. The template, based on [vim-rnb](https://github.com/romainl/vim-rnb), is well maintained and documented.

If you feel like making a pull request, make sure you commit both the modified template *and* the modified colorscheme.

## Lightline and Airline themes

I removed them from `master` but you can still find them in the "fancylines-and-neovim" branch.
Expand Down
Loading

0 comments on commit 9696c40

Please sign in to comment.