obsidian.styl 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /**
  2. * Obsidian style
  3. * ported by Alexander Marenin (http://github.com/ioncreature)
  4. */
  5. .highlight
  6. color: #e0e2e4
  7. background: #282b2e
  8. .code
  9. .keyword,
  10. .selector-tag,
  11. .literal,
  12. .selector-id
  13. color: #93c763
  14. .number
  15. color: #ffcd22
  16. .attribute
  17. color: #668bb0
  18. .code,
  19. .class .title,
  20. .section
  21. color: white
  22. .regexp,
  23. .link
  24. color: #d39745
  25. .meta
  26. color: #557182
  27. .tag,
  28. .name,
  29. .bullet,
  30. .subst,
  31. .emphasis,
  32. .type,
  33. .built_in,
  34. .selector-attr,
  35. .selector-pseudo,
  36. .addition,
  37. .variable,
  38. .template-tag,
  39. .template-variable
  40. color: #8cbbad
  41. .string,
  42. .symbol
  43. color: #ec7600
  44. .comment,
  45. .quote,
  46. .deletion
  47. color: #818e96
  48. .selector-class
  49. color: #A082BD
  50. .keyword,
  51. .selector-tag,
  52. .literal,
  53. .doctag,
  54. .title,
  55. .section,
  56. .type,
  57. .name,
  58. .strong
  59. font-weight: bold