fontsizes.style 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # Styles using 'Solarized' color scheme
  2. # by Ethan Schoonover: http://ethanschoonover.com/solarized
  3. #
  4. # (dark background version)
  5. editor
  6. foreground: 93a1a1 # base1
  7. background: 002b36 # base03
  8. caret: ffffff
  9. font-size: 13
  10. H1
  11. foreground: 6c71c4 # violet
  12. font-style: bold
  13. font-size: +6
  14. H2
  15. foreground: 6c71c4 # violet
  16. font-style: bold
  17. font-size: +5
  18. H3
  19. foreground: 6c71c4 # violet
  20. font-size: +4
  21. H4
  22. foreground: 268bd2 # blue
  23. font-size: +3
  24. H5
  25. foreground: 268bd2 # blue
  26. font-size: +2
  27. H6
  28. foreground: 268bd2 # blue
  29. font-size: +1
  30. HRULE
  31. foreground: 586e75 # base01
  32. LIST_BULLET
  33. foreground: b58900 # yellow
  34. LIST_ENUMERATOR
  35. foreground: b58900 # yellow
  36. LINK
  37. foreground: 2aa198 # cyan
  38. AUTO_LINK_URL
  39. foreground: 2aa198 # cyan
  40. AUTO_LINK_EMAIL
  41. foreground: 2aa198 # cyan
  42. IMAGE
  43. foreground: d33682 # magenta
  44. REFERENCE
  45. foreground: 80b58900 # yellow, reduced alpha
  46. font-size: -2
  47. CODE
  48. foreground: 859900 # green
  49. EMPH
  50. foreground: cb4b16 # orange
  51. font-style: italic
  52. STRONG
  53. foreground: dc322f # red
  54. font-style: bold
  55. HTML_ENTITY
  56. foreground: 6c71c4 # violet
  57. COMMENT
  58. foreground: 93a1a1 # base1
  59. VERBATIM
  60. foreground: 859900 # green
  61. BLOCKQUOTE
  62. foreground: d33682 # magenta
  63. STRIKE
  64. strike-color: 93a1a1 # base1