tomorrow-night-blue.styl 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. /* Tomorrow Night Blue Theme */
  2. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  3. /* Original theme - https://github.com/chriskempson/tomorrow-theme */
  4. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  5. .highlight
  6. color: white
  7. background: #002451
  8. .code
  9. /* Tomorrow Comment */
  10. .comment,
  11. .quote
  12. color: #7285b7
  13. /* Tomorrow Red */
  14. .variable,
  15. .template-variable,
  16. .tag,
  17. .name,
  18. .selector-id,
  19. .selector-class,
  20. .regexp,
  21. .deletion
  22. color: #ff9da4
  23. /* Tomorrow Orange */
  24. .number,
  25. .built_in,
  26. .builtin-name,
  27. .literal,
  28. .type,
  29. .params,
  30. .meta,
  31. .link
  32. color: #ffc58f
  33. /* Tomorrow Yellow */
  34. .attribute
  35. color: #ffeead
  36. /* Tomorrow Green */
  37. .string,
  38. .symbol,
  39. .bullet,
  40. .addition
  41. color: #d1f1a9
  42. /* Tomorrow Blue */
  43. .title,
  44. .section
  45. color: #bbdaff
  46. /* Tomorrow Purple */
  47. .keyword,
  48. .selector-tag
  49. color: #ebbbff
  50. .emphasis
  51. font-style: italic
  52. .strong
  53. font-weight: bold