Guest User

Untitled

a guest
Jun 18th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /*
  2.  
  3. XCode colors for highlight.js (c) Stanislav Yudin <decvar@gmail.com>
  4.  
  5. */
  6.  
  7. pre code {
  8. display: block;
  9. background: white; color: #000;
  10. border: solid #CCC 1px;
  11. }
  12. pre .string {
  13. color: #D52A25;
  14. }
  15.  
  16. pre .keyword {
  17. color: #C426A5;
  18. }
  19.  
  20. pre .comment {
  21. color: #EDEDED;
  22. }
  23.  
  24. pre .builtin,
  25. pre .tag {
  26. color: #6a82ad;
  27. font-weight: bold;
  28. }
  29.  
  30. pre .objc .cocoa_class {
  31. color: #C426A5;
  32. }
  33.  
  34. pre .objc .class_member {
  35. color: #421B7C;
  36. }
Add Comment
Please, Sign In to add comment