├── .gitignore ├── .prettierrc.json ├── INSTALL.md ├── LICENSE ├── README.md ├── alucard.toml ├── dracula.toml └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store -------------------------------------------------------------------------------- /.prettierrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rio-terminal/HEAD/.prettierrc.json -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rio-terminal/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rio-terminal/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rio-terminal/HEAD/README.md -------------------------------------------------------------------------------- /alucard.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rio-terminal/HEAD/alucard.toml -------------------------------------------------------------------------------- /dracula.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rio-terminal/HEAD/dracula.toml -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dracula/rio-terminal/HEAD/screenshot.png --------------------------------------------------------------------------------