├── Makefile ├── README.rst ├── colors └── 256_noir.vim ├── gen.py └── screenshot.png /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasvc/vim-256noir/HEAD/Makefile -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasvc/vim-256noir/HEAD/README.rst -------------------------------------------------------------------------------- /colors/256_noir.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasvc/vim-256noir/HEAD/colors/256_noir.vim -------------------------------------------------------------------------------- /gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasvc/vim-256noir/HEAD/gen.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andreasvc/vim-256noir/HEAD/screenshot.png --------------------------------------------------------------------------------