├── LICENSE ├── README.md ├── colors └── atomic.vim └── img ├── Atomic-Night-Mode.png ├── Atomic-Old-Book-Mode.png └── Atomic-Space-Mode.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerardbm/vim-atomic/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerardbm/vim-atomic/HEAD/README.md -------------------------------------------------------------------------------- /colors/atomic.vim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerardbm/vim-atomic/HEAD/colors/atomic.vim -------------------------------------------------------------------------------- /img/Atomic-Night-Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerardbm/vim-atomic/HEAD/img/Atomic-Night-Mode.png -------------------------------------------------------------------------------- /img/Atomic-Old-Book-Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerardbm/vim-atomic/HEAD/img/Atomic-Old-Book-Mode.png -------------------------------------------------------------------------------- /img/Atomic-Space-Mode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gerardbm/vim-atomic/HEAD/img/Atomic-Space-Mode.png --------------------------------------------------------------------------------