├── .editorconfig ├── .github └── CODEOWNERS ├── INSTALL.md ├── LICENSE.md ├── README.md ├── Screenshot.png └── colors.txt /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/vivaldi/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/vivaldi/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /INSTALL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/vivaldi/HEAD/INSTALL.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/vivaldi/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/vivaldi/HEAD/README.md -------------------------------------------------------------------------------- /Screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/vivaldi/HEAD/Screenshot.png -------------------------------------------------------------------------------- /colors.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/getomni/vivaldi/HEAD/colors.txt --------------------------------------------------------------------------------