Skip to content

Commit

Permalink
Add schemer-(dark|medium) to colors/
Browse files Browse the repository at this point in the history
I'll have to edit tools/build.zsh to generate this custom colorscheme

Fix #10
  • Loading branch information
RRethy committed Jun 15, 2021
1 parent c7e7adc commit 021c4c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/base16-schemer-dark.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lua require('base16-colorscheme').setup('base16-schemer-dark')
let g:colors_name = 'base16-schemer-dark'
2 changes: 2 additions & 0 deletions colors/base16-schemer-medium.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lua require('base16-colorscheme').setup('schemer-medium')
let g:colors_name = 'base16-schemer-medium'

0 comments on commit 021c4c7

Please sign in to comment.