an-old-hope.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. pre code.hljs {
  2. display: block;
  3. overflow-x: auto;
  4. padding: 1em
  5. }
  6. code.hljs {
  7. padding: 3px 5px
  8. }
  9. /*!
  10. Theme: An Old Hope – Star Wars Syntax
  11. Author: (c) Gustavo Costa <gusbemacbe@gmail.com>
  12. Maintainer: @gusbemacbe
  13. Original theme - Ocean Dark Theme – by https://github.com/gavsiu
  14. Based on Jesse Leite's Atom syntax theme 'An Old Hope'
  15. https://github.com/JesseLeite/an-old-hope-syntax-atom
  16. */
  17. /* Millenium Falcon */
  18. .hljs {
  19. background: #1C1D21;
  20. color: #c0c5ce
  21. }
  22. /* Death Star Comment */
  23. .hljs-comment,
  24. .hljs-quote {
  25. color: #B6B18B
  26. }
  27. /* Darth Vader */
  28. .hljs-variable,
  29. .hljs-template-variable,
  30. .hljs-tag,
  31. .hljs-name,
  32. .hljs-selector-id,
  33. .hljs-selector-class,
  34. .hljs-regexp,
  35. .hljs-deletion {
  36. color: #EB3C54
  37. }
  38. /* Threepio */
  39. .hljs-number,
  40. .hljs-built_in,
  41. .hljs-literal,
  42. .hljs-type,
  43. .hljs-params,
  44. .hljs-meta,
  45. .hljs-link {
  46. color: #E7CE56
  47. }
  48. /* Luke Skywalker */
  49. .hljs-attribute {
  50. color: #EE7C2B
  51. }
  52. /* Obi Wan Kenobi */
  53. .hljs-string,
  54. .hljs-symbol,
  55. .hljs-bullet,
  56. .hljs-addition {
  57. color: #4FB4D7
  58. }
  59. /* Yoda */
  60. .hljs-title,
  61. .hljs-section {
  62. color: #78BB65
  63. }
  64. /* Mace Windu */
  65. .hljs-keyword,
  66. .hljs-selector-tag {
  67. color: #B45EA4
  68. }
  69. .hljs-emphasis {
  70. font-style: italic
  71. }
  72. .hljs-strong {
  73. font-weight: bold
  74. }