Add initial colorscheme

This commit is contained in:
Kim Silkebækken 2021-03-20 19:16:28 +01:00
commit 7787b7ade0
No known key found for this signature in database
GPG key ID: EB2E24C6AA19DF0F
2 changed files with 289 additions and 0 deletions

3
colors/monotone.vim Normal file
View file

@ -0,0 +1,3 @@
let g:colors_name = 'monotone'
lua require('lush')(require('lush_theme.monotone'))