Last active
November 14, 2015 11:46
-
-
Save Peter-Juhasz/1d18a36c0de44ed26e0e to your computer and use it in GitHub Desktop.
Visual Studio Theme for GitHub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.pl-k { | |
color: blue; | |
} | |
.pl-v { | |
color: blue; | |
} | |
.pl-c1 { | |
color: #000; | |
} | |
.pl-s { | |
color: maroon; | |
} | |
.pl-ent { | |
color: maroon; | |
} | |
.pl-e { | |
color: red; | |
} | |
.pl-c { | |
color: green; | |
} | |
.pl-c .pl-ent { | |
color: gray; | |
} | |
.pl-en { | |
color: #000; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment