├── LICENSE ├── README.md ├── colors └── substrata.vim ├── doc └── substrata.txt ├── substrata.itermcolors ├── templates └── substrata.colortemplate └── xresources └── substrata.xresources /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunacookies/vim-substrata/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunacookies/vim-substrata/HEAD/README.md -------------------------------------------------------------------------------- /colors/substrata.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunacookies/vim-substrata/HEAD/colors/substrata.vim -------------------------------------------------------------------------------- /doc/substrata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunacookies/vim-substrata/HEAD/doc/substrata.txt -------------------------------------------------------------------------------- /substrata.itermcolors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunacookies/vim-substrata/HEAD/substrata.itermcolors -------------------------------------------------------------------------------- /templates/substrata.colortemplate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunacookies/vim-substrata/HEAD/templates/substrata.colortemplate -------------------------------------------------------------------------------- /xresources/substrata.xresources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lunacookies/vim-substrata/HEAD/xresources/substrata.xresources --------------------------------------------------------------------------------