data.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "theme": "moonstone",
  3. "lightStyle": "minimal-light",
  4. "darkStyle": "minimal-dark",
  5. "lightScheme": "minimal-default-light",
  6. "darkScheme": "minimal-things-dark",
  7. "editorFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif",
  8. "lineHeight": 1.5,
  9. "lineWidth": 40,
  10. "lineWidthWide": 50,
  11. "maxWidth": 88,
  12. "textNormal": 16,
  13. "textSmall": 13,
  14. "imgGrid": false,
  15. "imgWidth": "img-default-width",
  16. "tableWidth": "table-default-width",
  17. "iframeWidth": "iframe-default-width",
  18. "mapWidth": "map-default-width",
  19. "chartWidth": "chart-default-width",
  20. "colorfulHeadings": true,
  21. "colorfulFrame": false,
  22. "colorfulActiveStates": false,
  23. "trimNames": true,
  24. "labeledNav": false,
  25. "fullWidthMedia": true,
  26. "bordersToggle": true,
  27. "minimalStatus": true,
  28. "focusMode": false,
  29. "underlineInternal": false,
  30. "underlineExternal": true,
  31. "useSystemTheme": false,
  32. "folding": true,
  33. "lineNumbers": false,
  34. "readableLineLength": false,
  35. "devBlockWidth": false,
  36. "accentHue": 201,
  37. "accentSat": 17,
  38. "trimCols": true,
  39. "maxColWidth": "18em",
  40. "minimalIcons": true,
  41. "fancyCursor": false,
  42. "frostedSidebar": true,
  43. "bordersTitle": false,
  44. "uiFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif",
  45. "textFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif",
  46. "monoFont": "Menlo,SFMono-Regular,Consolas,Roboto Mono,monospace"
  47. }