Created
July 13, 2014 23:26
-
-
Save grant/594097ae87d0d24e03e5 to your computer and use it in GitHub Desktop.
Swift Flatdoc Style
This file contains hidden or 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
.lang-swift { | |
color: #528186; | |
} | |
.lang-swift .symbol { | |
color: #000; | |
} | |
.lang-swift .keyword { | |
color: #b6399f; | |
font-weight: normal; | |
} | |
.lang-swift .type { | |
color: #6e45a5; | |
} | |
.lang-swift .number { | |
color: #1f1bcb; | |
} | |
.lang-swift .string, | |
.lang-swift .string * { | |
color: #c21d55; | |
} | |
.lang-swift .comment, | |
.lang-swift .comment * { | |
color: #10821d; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment