You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
1.0KB

  1. /*
  2. Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. background: #FFFFFF;
  9. }
  10. .hljs,
  11. .hljs-subst {
  12. color: #434f54;
  13. }
  14. .hljs-keyword,
  15. .hljs-attribute,
  16. .hljs-selector-tag,
  17. .hljs-doctag,
  18. .hljs-name {
  19. color: #00979D;
  20. }
  21. .hljs-built_in,
  22. .hljs-literal,
  23. .hljs-bullet,
  24. .hljs-code,
  25. .hljs-addition {
  26. color: #D35400;
  27. }
  28. .hljs-regexp,
  29. .hljs-symbol,
  30. .hljs-variable,
  31. .hljs-template-variable,
  32. .hljs-link,
  33. .hljs-selector-attr,
  34. .hljs-selector-pseudo {
  35. color: #00979D;
  36. }
  37. .hljs-type,
  38. .hljs-string,
  39. .hljs-selector-id,
  40. .hljs-selector-class,
  41. .hljs-quote,
  42. .hljs-template-tag,
  43. .hljs-deletion {
  44. color: #005C5F;
  45. }
  46. .hljs-title,
  47. .hljs-section {
  48. color: #880000;
  49. font-weight: bold;
  50. }
  51. .hljs-comment {
  52. color: rgba(149,165,166,.8);
  53. }
  54. .hljs-meta-keyword {
  55. color: #728E00;
  56. }
  57. .hljs-meta {
  58. color: #728E00;
  59. color: #434f54;
  60. }
  61. .hljs-emphasis {
  62. font-style: italic;
  63. }
  64. .hljs-strong {
  65. font-weight: bold;
  66. }
  67. .hljs-function {
  68. color: #728E00;
  69. }
  70. .hljs-number {
  71. color: #8A7B52;
  72. }