railscasts.styl 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*
  2. Railscasts-like style (c) Visoft, Inc. (Damien White)
  3. */
  4. .highlight
  5. color: #e6e1dc
  6. background: #232323
  7. .code
  8. .comment,
  9. .quote
  10. color: #bc9458
  11. font-style: italic
  12. .keyword,
  13. .selector-tag
  14. color: #c26230
  15. .string,
  16. .number,
  17. .regexp,
  18. .variable,
  19. .template-variable
  20. color: #a5c261
  21. .subst
  22. color: #519f50
  23. .tag,
  24. .name
  25. color: #e8bf6a
  26. .type
  27. color: #da4939
  28. .symbol,
  29. .bullet,
  30. .built_in,
  31. .builtin-name,
  32. .attr,
  33. .link
  34. color: #6d9cbe
  35. .params
  36. color: #d0d0ff
  37. .attribute
  38. color: #cda869
  39. .meta
  40. color: #9b859d
  41. .title,
  42. .section
  43. color: #ffc66d
  44. .addition
  45. background-color: #144212
  46. color: #e6e1dc
  47. display: inline-block
  48. width: 100%
  49. .deletion
  50. background-color: #600
  51. color: #e6e1dc
  52. display: inline-block
  53. width: 100%
  54. .selector-class
  55. color: #9b703f
  56. .selector-id
  57. color: #8b98ab
  58. .emphasis
  59. font-style: italic
  60. .strong
  61. font-weight: bold
  62. .link
  63. text-decoration: underline