Skip to content

Instantly share code, notes, and snippets.

@stan1y
Created October 13, 2010 19:33
Show Gist options
  • Save stan1y/624717 to your computer and use it in GitHub Desktop.
Save stan1y/624717 to your computer and use it in GitHub Desktop.
/*
XCode colors for highlight.js (c) Stanislav Yudin <decvar@gmail.com>
*/
pre code {
display: block;
background: white; color: #000;
border: solid #CCC 1px;
}
pre .string {
color: #D52A25;
}
pre .keyword {
color: #C426A5;
}
pre .comment {
color: #EDEDED;
}
pre .builtin,
pre .tag {
color: #6a82ad;
font-weight: bold;
}
pre .objc .cocoa_class {
color: #C426A5;
}
pre .objc .class_member {
color: #421B7C;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment