├── .gitignore ├── CONSOLA.TTF ├── LICENSE ├── README.md ├── Visual Studio.dvtcolortheme └── theme-preview.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kutyel/xcode-visual-studio-theme/HEAD/.gitignore -------------------------------------------------------------------------------- /CONSOLA.TTF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kutyel/xcode-visual-studio-theme/HEAD/CONSOLA.TTF -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kutyel/xcode-visual-studio-theme/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kutyel/xcode-visual-studio-theme/HEAD/README.md -------------------------------------------------------------------------------- /Visual Studio.dvtcolortheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kutyel/xcode-visual-studio-theme/HEAD/Visual Studio.dvtcolortheme -------------------------------------------------------------------------------- /theme-preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kutyel/xcode-visual-studio-theme/HEAD/theme-preview.png --------------------------------------------------------------------------------