arduino-light.styl 1.2 KB

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