Skip to content

Instantly share code, notes, and snippets.

@grant
Created July 13, 2014 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/594097ae87d0d24e03e5 to your computer and use it in GitHub Desktop.
Save grant/594097ae87d0d24e03e5 to your computer and use it in GitHub Desktop.
Swift Flatdoc Style
.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