idea.styl 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /*
  2. Intellij Idea-like styling (c) Vasily Polovnyov <vast@whiteants.net>
  3. */
  4. .highlight
  5. color: #000
  6. background: #fff
  7. .code
  8. .subst,
  9. .title
  10. font-weight: normal
  11. color: #000
  12. .comment,
  13. .quote
  14. color: #808080
  15. font-style: italic
  16. .meta
  17. color: #808000
  18. .tag
  19. background: #efefef
  20. .section,
  21. .name,
  22. .literal,
  23. .keyword,
  24. .selector-tag,
  25. .type,
  26. .selector-id,
  27. .selector-class
  28. font-weight: bold
  29. color: #000080
  30. .attribute,
  31. .number,
  32. .regexp,
  33. .link
  34. font-weight: bold
  35. color: #0000ff
  36. .number,
  37. .regexp,
  38. .link
  39. font-weight: normal
  40. .string
  41. color: #008000
  42. font-weight: bold
  43. .symbol,
  44. .bullet,
  45. .formula
  46. color: #000
  47. background: #d0eded
  48. font-style: italic
  49. .doctag
  50. text-decoration: underline
  51. .variable,
  52. .template-variable
  53. color: #660e7a
  54. .addition
  55. background: #baeeba
  56. .deletion
  57. background: #ffc8bd
  58. .emphasis
  59. font-style: italic
  60. .strong
  61. font-weight: bold