Code Monkey home page Code Monkey logo

visual-studio-dark's Introduction

Dark Visual Studio color scheme for Sublime Text

For those who used Visual Studio and switched to Sublime Text, here is something good for your eyes. This theme is based on mihaifm's light Visual Studio theme.

Screenshot

screen

Installation

Via Package Manager

This color theme is also available as a package using the sublime package manager. The package is called Visual Studio Dark (online listing)

Cloning the Repository

  • Open a Git bash in your Packages directory.

  • Clone this repository

    git clone https://github.com/nikeee/Visual-Studio-Dark Visual-Studio
    

This is it.

This may also work with Textmate - I did not test it, because I am not using Texmate. But you may do the following: Drop Visual Studio Dark.tmTheme file in: ~/Library/Application Support/TextMate/Themes/

visual-studio-dark's People

Contributors

nikeee avatar sepich avatar snakeamadeus avatar

Stargazers

elijah avatar Joanne avatar Izaque Sousa avatar Batuhan Göksu avatar Faisal Ahmed avatar Adrián Ciborro Montes avatar Ahmed ElSayed avatar  avatar Jonas avatar Dominic Beger avatar Matthew Riedl avatar Adam Petrone avatar Eduardo Rabelo avatar Diego avatar James Irwin avatar  avatar rys avatar Tennn avatar Markus avatar supercocoa avatar  avatar Youngmin Koo avatar Florian Ledru avatar netxfly avatar paul avatar Pouya Kary ✨ avatar Júlio Leitão avatar Alexander Huszagh avatar Mika Rantanen avatar Tri Nguyen avatar Alexei Zhuravlev avatar David avatar Sebastiano Edoardo avatar Kevin R avatar Darren Lu avatar Stanislav Natalenko avatar Damian Karzon avatar Rikki Tooley avatar ZongXian Shen avatar Guillaume Dube avatar zplus avatar Kazuhiko Onuma avatar Matt Ma avatar Vincent Wei avatar Alexander Forbes-Reed avatar MK avatar Frank Long avatar Jordan Lowe avatar Reinaldo Díaz Lugo avatar  avatar  avatar  avatar Sergei Smoliakov avatar Waseem Dahman avatar Maximilian Krauß avatar

Watchers

James Cloos avatar Sergei Smoliakov avatar  avatar  avatar  avatar Batuhan Göksu avatar  avatar Izaque Sousa avatar

visual-studio-dark's Issues

poor python syntax higlighting

the syntax highlighting for python is a little bit poor,
this may be the visual studio dark theme but i think visual studio dark+ does this better

example:

def cough_dec(func):
^ ^ ^

the marked parts have three different colours in visual studio dark+
but this color scheme seems to use the same color for the last two

Python arithmetical operators must not be higlighted + patch

In this theme arithmetical operators (=,+, etc) are higlighted in Python code while they are not higlighted in C++. Visual Studio does not highlight operators so I have done modification to fix situation for Python. Unfortunately I can not attach any file so I appended code to the end of message. Please incorporate the fix.

This code should be added to file starting from line 67

<dict>
    <key>name</key>
    <string>Comparision Operator</string>
    <key>scope</key>
    <string>keyword.operator.comparison</string>
    <key>settings</key>
    <dict>
        <key>fontStyle</key>
        <string></string>
        <key>foreground</key>
        <string>#FFFFFF</string>
    </dict>
</dict>
<dict>
    <key>name</key>
    <string>Assignment Operator</string>
    <key>scope</key>
    <string>keyword.operator.assignment</string>
    <key>settings</key>
    <dict>
        <key>fontStyle</key>
        <string></string>
        <key>foreground</key>
        <string>#FFFFFF</string>
    </dict>
</dict>
<dict>
    <key>name</key>
    <string>Arithmetic Operator</string>
    <key>scope</key>
    <string>keyword.operator.arithmetic</string>
    <key>settings</key>
    <dict>
        <key>fontStyle</key>
        <string></string>
        <key>foreground</key>
        <string>#FFFFFF</string>
    </dict>
</dict>

No theme

Please create a theme to change the sidebar brackground color same as the body. Sorry for posting this as an issue. thanks btw.

Color mismatch.

The default foreground color in the Visual Studio 2017 Dark color scheme is #DCDCDC and not #FFFFFF.

Markdown pallete

markdown looks pretty odd.
headers, lists/bullets, block quotes need different colors.

Doesn't work on the side bar

Hi,

It's a great theme but it doesn't work on the side bar. After restarting Sublime Text 3, I have the default side bar.

image

Wrong color for directive in C#

Wrong color for directive like #region, #endregion, #if, #endif etc.
In VS color for directive is gray
In your theme color are blue

Example:
example

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.