solarized-light.styl 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /*
  2. Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com>
  3. */
  4. .highlight
  5. color: #657b83
  6. background: #fdf6e3
  7. .code
  8. .comment,
  9. .quote
  10. color: #93a1a1
  11. /* Solarized Green */
  12. .keyword,
  13. .selector-tag,
  14. .addition
  15. color: #859900
  16. /* Solarized Cyan */
  17. .number,
  18. .string,
  19. .meta .meta-string,
  20. .literal,
  21. .doctag,
  22. .regexp
  23. color: #2aa198
  24. /* Solarized Blue */
  25. .title,
  26. .section,
  27. .name,
  28. .selector-id,
  29. .selector-class
  30. color: #268bd2
  31. /* Solarized Yellow */
  32. .attribute,
  33. .attr,
  34. .variable,
  35. .template-variable,
  36. .class .title,
  37. .type
  38. color: #b58900
  39. /* Solarized Orange */
  40. .symbol,
  41. .bullet,
  42. .subst,
  43. .meta,
  44. .meta .keyword,
  45. .selector-attr,
  46. .selector-pseudo,
  47. .link
  48. color: #cb4b16
  49. /* Solarized Red */
  50. .built_in,
  51. .deletion
  52. color: #dc322f
  53. .formula
  54. background: #eee8d5
  55. .emphasis
  56. font-style: italic
  57. .strong
  58. font-weight: bold