├── .gitignore ├── LICENSE ├── README.md ├── Screenshot2.png ├── exotica-theme.el └── screenshot1.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sacredyak/exotica-theme/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sacredyak/exotica-theme/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sacredyak/exotica-theme/HEAD/Screenshot2.png -------------------------------------------------------------------------------- /exotica-theme.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sacredyak/exotica-theme/HEAD/exotica-theme.el -------------------------------------------------------------------------------- /screenshot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sacredyak/exotica-theme/HEAD/screenshot1.png --------------------------------------------------------------------------------