github.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "theme": {
  3. ".cm-gutters": {
  4. "backgroundColor": "transparent",
  5. "borderRightColor": "transparent",
  6. "background": "#e8e8e8",
  7. "color": "#AAA"
  8. },
  9. "&": {
  10. "background": "#fff",
  11. "color": "#000"
  12. },
  13. ".cm-cursor, .cm-dropCursor": {
  14. "color": "black"
  15. },
  16. ".cm-activeLine": {
  17. "background": "rgb(245, 245, 245)"
  18. },
  19. "&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection, .cm-searchMatch.cm-searchMatch.cm-searchMatch-selected": {
  20. "background": "rgb(181, 213, 255)"
  21. },
  22. "&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket": {
  23. "margin": 0,
  24. "outline": "1px solid rgb(192, 192, 192)"
  25. },
  26. ".cm-activeLineGutter": {
  27. "backgroundColor": "rgba(0, 0, 0, 0.07)"
  28. },
  29. ".cm-selectionMatch.cm-selectionMatch, .cm-searchMatch.cm-searchMatch": {
  30. "background": "rgb(250, 250, 255)",
  31. "outline": "1px solid rgb(200, 200, 250)",
  32. "margin": 0
  33. }
  34. },
  35. "highlightStyle": {
  36. ".tok-keyword": {
  37. "fontWeight": "bold"
  38. },
  39. ".tok-string": {
  40. "color": "#D14"
  41. },
  42. ".tok-literal": {
  43. "color": "#099",
  44. "fontWeight": "bold"
  45. },
  46. ".tok-comment": {
  47. "color": "#998",
  48. "fontStyle": "italic"
  49. },
  50. ".tok-variableName": {
  51. "color": "#0086B3"
  52. },
  53. ".tok-regexp": {
  54. "color": "#009926",
  55. "fontWeight": "normal"
  56. }
  57. },
  58. "dark": false
  59. }