far.styl 955 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. FAR Style (c) MajestiC <majestic2k@gmail.com>
  3. */
  4. .highlight
  5. color: #0ff
  6. background: #000080
  7. .code
  8. .subst
  9. color: #0ff
  10. .string,
  11. .attribute,
  12. .symbol,
  13. .bullet,
  14. .built_in,
  15. .builtin-name,
  16. .template-tag,
  17. .template-variable,
  18. .addition
  19. color: #ff0
  20. .keyword,
  21. .selector-tag,
  22. .section,
  23. .type,
  24. .name,
  25. .selector-id,
  26. .selector-class,
  27. .variable
  28. color: #fff
  29. .comment,
  30. .quote,
  31. .doctag,
  32. .deletion
  33. color: #888
  34. .number,
  35. .regexp,
  36. .literal,
  37. .link
  38. color: #0f0
  39. .meta
  40. color: #008080
  41. .keyword,
  42. .selector-tag,
  43. .title,
  44. .section,
  45. .name,
  46. .strong
  47. font-weight: bold
  48. .emphasis
  49. font-style: italic