1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "theme": "moonstone",
- "lightStyle": "minimal-light",
- "darkStyle": "minimal-dark",
- "lightScheme": "minimal-default-light",
- "darkScheme": "minimal-things-dark",
- "editorFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif",
- "lineHeight": 1.5,
- "lineWidth": 40,
- "lineWidthWide": 50,
- "maxWidth": 88,
- "textNormal": 16,
- "textSmall": 13,
- "imgGrid": false,
- "imgWidth": "img-default-width",
- "tableWidth": "table-default-width",
- "iframeWidth": "iframe-default-width",
- "mapWidth": "map-default-width",
- "chartWidth": "chart-default-width",
- "colorfulHeadings": true,
- "colorfulFrame": false,
- "colorfulActiveStates": false,
- "trimNames": true,
- "labeledNav": false,
- "fullWidthMedia": true,
- "bordersToggle": true,
- "minimalStatus": true,
- "focusMode": false,
- "underlineInternal": false,
- "underlineExternal": true,
- "useSystemTheme": false,
- "folding": true,
- "lineNumbers": false,
- "readableLineLength": false,
- "devBlockWidth": false,
- "accentHue": 201,
- "accentSat": 17,
- "trimCols": true,
- "maxColWidth": "18em",
- "minimalIcons": true,
- "fancyCursor": false,
- "frostedSidebar": true,
- "bordersTitle": false,
- "uiFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif",
- "textFont": "-apple-system,BlinkMacSystemFont,\"Segoe UI Emoji\",\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif",
- "monoFont": "Menlo,SFMono-Regular,Consolas,Roboto Mono,monospace"
- }
|