README.md (853B)
1 vis-cosmic 2 ---------------------------- 3 4 ## Overview 5 6 **Cosmic Latte** is a color scheme inspired by the average color of the universe. This project is a port for the **Vis** text editor. The original colorscheme is not created by me; it is based on [Cosmic Latte by Haystack Android](https://github.com/haystackandroid/cosmic_latte). 7 8 ## Installation 9 10 Use vis-plug or just download the cosmic.lua and put in ur themes directory. 11 12 # Activation 13 Example configuration for Vis 14 15 ``` 16 require('vis') 17 vis.events.subscribe(vis.events.INIT, function() 18 -- Your global configuration options 19 vis:command('set theme cosmic') 20 vis:command('set autoindent on') 21 end) 22 ``` 23 24 ## License 25 26 This project is licensed under the **MIT License**. 27 28 --- 29 30 ### Credits 31 32 - **Original Colorscheme:** [Cosmic Latte by Haystack Android](https://github.com/haystackandroid/cosmic_latte)