├── .editorconfig ├── .github └── CODEOWNERS ├── INSTALL.md ├── LICENSE.md ├── Omni.colorscheme ├── README.md └── screenshot.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/konsole/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/konsole/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/konsole/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/konsole/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Omni.colorscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/konsole/HEAD/Omni.colorscheme -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/konsole/HEAD/README.md -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/konsole/HEAD/screenshot.png --------------------------------------------------------------------------------