An open API service indexing awesome lists of open source software.

https://github.com/vbasky/sublime-vscode-plus

Visual Studio Code Colour Scheme for Sublime
https://github.com/vbasky/sublime-vscode-plus

colour-scheme sublime-text syntax-highlighting

Last synced: about 1 month ago
JSON representation

Visual Studio Code Colour Scheme for Sublime

Awesome Lists containing this project

README

          

# Visual Studio Code Plus Scheme

Visual Studio is a colour scheme for Sublime Text 3. It is inspired by the syntax highlighting found in the default installation of VSCode

## Installation

### Package Control

1. Open the Command Pallette (Command+Shift+P on OSX, Ctrl+Shift+P on Windows/Linux) and choose *Install Package*
2. Choose *Visual Studio Colour Scheme* from the list
3. Select *Visual Studio Colour Scheme* from *UI: Select Color Scheme* from the Command Pallette

### Manual

1. Download the `Dark+.tmTheme` file from GitHub
Download the `Light+.tmTheme` file from GitHub
2. In Sublime Text, open the Command Pallette (Command+Shift+P on OSX, Ctrl+Shift+P on Windows/Linux) and choose *Browse Packages*.
3. Place the `Dark+.tmTheme & Light+.tmTheme` file into the `User` directory.
4. Select *Dark+* or *Light+* from *UI: Select Color Scheme* from the Command Pallette

## Screenshots

### PHP

![PHP syntax highlighting](https://raw.githubusercontent.com/vbasky/sublime-vscode-plus/master/previews/php-dark.png)
![PHP syntax highlighting](https://raw.githubusercontent.com/vbasky/sublime-vscode-plus/master/previews/php-light.png)

### HTML

![HTML syntax highlighting](https://raw.githubusercontent.com/vbasky/sublime-vscode-plus/master/previews/html-dark.png)
![HTML syntax highlighting](https://raw.githubusercontent.com/vbasky/sublime-vscode-plus/master/previews/html-light.png)

### JavaScript/Vue

![JavaScript syntax highlighting](https://raw.githubusercontent.com/vbasky/sublime-vscode-plus/master/previews/javascript-dark.png)
![JavaScript syntax highlighting](https://raw.githubusercontent.com/vbasky/sublime-vscode-plus/master/previews/javascript-light.png)

### Python

![XML syntax highlighting](https://raw.githubusercontent.com/vbasky/sublime-vscode-plus/master/previews/python-dark.png)
![XML syntax highlighting](https://raw.githubusercontent.com/vbasky/sublime-vscode-plus/master/previews/python-light.png)

## Supported languages

This colour scheme ought to work with any language in Sublime Text, it has been specifically built and tested against such as

* PHP
* MySQL
* HTML/Blade
* JavaScript/Vue
* CSS/Sass/SCSS/Less
* JSON
* XML
* Markdown
* Python
* YML

## About

Created by [Vikram Bhaskaran](https://twitter.com/vikrambhaskar). Copyright 2020. MIT Licensed.