-
Notifications
You must be signed in to change notification settings - Fork 0
/
Quiver-settings.json
33 lines (33 loc) · 4.34 KB
/
Quiver-settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"codeCellDefaultLanguage" : "c_cpp",
"codeCellKeyBinding" : "ace",
"codeCellShowIndentGuides" : true,
"codeCellShowInvisibles" : false,
"codeCellShowLineNumbers" : true,
"codeCellTabSize" : 4,
"codeCellTheme" : "ambiance",
"codeCellUseSoftTabs" : true,
"defaultCellType" : "text",
"defaultSortOrder" : "updated-date-descending",
"editor-css" : "\/*\n Edit this CSS file to change styles of the editor.\n If you need to revert it back, use the \"Reset\" button.\n*\/\n\n\/**\n* Text Cell\n*\/\n\n.text-cell {\n font-size: 13px;\n}\n\n\/**\n* Code Cell\n*\/\n\n.code-cell .editor {\n font-size: 12px;\n}\n\n\/**\n* LaTeX Cell\n*\/\n\n.latex-cell .editor {\n font-size: 12px;\n}\n\n\/**\n* Markdown Cell\n*\/\n\n.markdown-cell .ace_editor {\n background-color: #FFFFFF;\n color: #333;\n font-size: 12px;\n line-height: 1.5;\n}\n\n\/* # Heading 1 *\/\n.markdown-cell .ace_heading.ace_1, .markdown-cell .ace_heading.ace_1 ~ .ace_heading {\n color: #009BC7;\n}\n\n\/* ## Heading 2 *\/\n.markdown-cell .ace_heading.ace_2, .markdown-cell .ace_heading.ace_2 ~ .ace_heading {\n color: #009BC7;\n}\n\n\/* ### Heading 3 *\/\n.markdown-cell .ace_heading.ace_3, .markdown-cell .ace_heading.ace_3 ~ .ace_heading {\n color: #009BC7;\n}\n\n\/* #### Heading 4 *\/\n.markdown-cell .ace_heading.ace_4, .markdown-cell .ace_heading.ace_4 ~ .ace_heading {\n color: #009BC7;\n}\n\n\/* ##### Heading 5 *\/\n.markdown-cell .ace_heading.ace_5, .markdown-cell .ace_heading.ace_5 ~ .ace_heading {\n color: #009BC7;\n}\n\n\/* ###### Heading 6 *\/\n.markdown-cell .ace_heading.ace_6, .markdown-cell .ace_heading.ace_6 ~ .ace_heading {\n color: #009BC7;\n}\n\n\/* `code` *\/\n.markdown-cell .ace_support.ace_function {\n color: #888;\n}\n\n\/* ordered list, unordered list *\/\n.markdown-cell .ace_list {\n color: #6C6C6C;\n}\n\n\/* blockquote *\/\n.markdown-cell .ace_blockquote {\n color: #A1B1C1;\n}\n\n\/* _emphasis_ *\/\n.markdown-cell .ace_emphasis {\n color: #6C6C6C;\n font-style: italic;\n}\n\n\/* **strong** *\/\n.markdown-cell .ace_strong {\n color: #000;\n}\n",
"editorScrollPastEnd" : true,
"exported-html-css" : "\/*\n Edit this CSS file to change styles of the exported HTML.\n If you need to revert it back, use the \"Reset\" button.\n*\/\n\n\/**\n* Text Cell\n*\/\n\n.text-cell {\n font-size: 15px;\n}\n\n\/**\n* Code Cell\n*\/\n\n.code-cell {\n font-size: 12px;\n}\n\n\/**\n* Markdown Cell\n*\/\n\n.markdown-cell {\n font-size: 15px;\n}\n\n\/**\n* LaTeX Cell\n*\/\n\n.latex-cell {\n font-size: 15px;\n}\n",
"exported-pdf-css" : "\/*\n Edit this CSS file to change styles of the exported PDF or for printing.\n If you need to revert it back, use the \"Reset\" button.\n*\/\n\n\/**\n* Text Cell\n*\/\n\n.text-cell {\n font-size: 14px;\n}\n\n\/**\n* Code Cell\n*\/\n\n.code-cell {\n font-size: 12px;\n}\n\n\/**\n* Markdown Cell\n*\/\n\n.markdown-cell {\n font-size: 14px;\n}\n\n\/**\n* LaTeX Cell\n*\/\n\n.latex-cell {\n font-size: 14px;\n}\n",
"latex-macros" : "% Add application-wide macros here.\n% For example, \\newcommand{\\water}{H_{2}O}\n\n",
"latexCellKeyBinding" : "ace",
"latexCellTabSize" : 4,
"latexCellUseSoftTabs" : true,
"markdownCellKeyBinding" : "ace",
"markdownCellLaTeXDisplayDelimiter1" : true,
"markdownCellLaTeXDisplayDelimiter2" : true,
"markdownCellLaTeXInlineDelimiter1" : true,
"markdownCellLaTeXInlineDelimiter2" : true,
"markdownCellTabSize" : 4,
"markdownCellTheme" : "ambiance",
"markdownCellUseGFMLinebreaks" : true,
"markdownCellUseSoftTabs" : true,
"presentation-css" : "\/*\n Edit this CSS file to change styles of the presentation.\n If you need to revert it back, use the \"Reset\" button.\n*\/\n\n\/**\n* Text Cell\n*\/\n\n.text-cell {\n font-size: 22px;\n}\n\n\/**\n* Code Cell\n*\/\n\n.code-cell {\n font-size: 17px;\n}\n\n\/**\n* Markdown Cell\n*\/\n\n.markdown-cell {\n font-size: 22px;\n}\n\n\/**\n* LaTeX Cell\n*\/\n\n.latex-cell {\n font-size: 22px;\n}\n",
"preview-css" : "\/*\n Edit this CSS file to change styles of the preview.\n If you need to revert it back, use the \"Reset\" button.\n*\/\n\n\/**\n* Text Cell\n*\/\n\n.text-cell {\n font-size: 14px;\n}\n\n\/**\n* Code Cell\n*\/\n\n.code-cell {\n font-size: 12px;\n}\n\n\/**\n* Markdown Cell\n*\/\n\n.markdown-cell {\n font-size: 14px;\n}\n\n\/**\n* LaTeX Cell\n*\/\n\n.latex-cell {\n font-size: 14px;\n}\n",
"swipeGesture" : 1,
"textCellTabSize" : 4
}