tomorrow-night-blue.scss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. pre code.hljs {
  2. display: block;
  3. overflow-x: auto;
  4. padding: 1em
  5. }
  6. code.hljs {
  7. padding: 3px 5px
  8. }
  9. /* Tomorrow Night Blue Theme */
  10. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  11. /* Original theme - https://github.com/chriskempson/tomorrow-theme */
  12. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  13. /* Tomorrow Comment */
  14. .hljs-comment,
  15. .hljs-quote {
  16. color: #7285b7
  17. }
  18. /* Tomorrow Red */
  19. .hljs-variable,
  20. .hljs-template-variable,
  21. .hljs-tag,
  22. .hljs-name,
  23. .hljs-selector-id,
  24. .hljs-selector-class,
  25. .hljs-regexp,
  26. .hljs-deletion {
  27. color: #ff9da4
  28. }
  29. /* Tomorrow Orange */
  30. .hljs-number,
  31. .hljs-built_in,
  32. .hljs-literal,
  33. .hljs-type,
  34. .hljs-params,
  35. .hljs-meta,
  36. .hljs-link {
  37. color: #ffc58f
  38. }
  39. /* Tomorrow Yellow */
  40. .hljs-attribute {
  41. color: #ffeead
  42. }
  43. /* Tomorrow Green */
  44. .hljs-string,
  45. .hljs-symbol,
  46. .hljs-bullet,
  47. .hljs-addition {
  48. color: #d1f1a9
  49. }
  50. /* Tomorrow Blue */
  51. .hljs-title,
  52. .hljs-section {
  53. color: #bbdaff
  54. }
  55. /* Tomorrow Purple */
  56. .hljs-keyword,
  57. .hljs-selector-tag {
  58. color: #ebbbff
  59. }
  60. .hljs {
  61. background: #002451;
  62. color: white
  63. }
  64. .hljs-emphasis {
  65. font-style: italic
  66. }
  67. .hljs-strong {
  68. font-weight: bold
  69. }