-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathQuiver-settings.json
37 lines (37 loc) · 4.85 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
34
35
36
37
{
"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",
"markdownCellLaTeXManualEscape" : false,
"markdownCellKeyBinding" : "vim",
"textCellTabSize" : 2,
"codeCellShowInvisibles" : 1,
"markdownCellLaTeXDisplayDelimiter1" : true,
"markdownCellLaTeXDisplayDelimiter2" : true,
"markdownCellTabSize" : 2,
"markdownCellEmbedLaTeX" : true,
"markdownCellUseGFMLinebreaks" : true,
"latex-macros" : "% Add application-wide macros here.\n% For example, \\newcommand{\\water}{H_{2}O}\n\n",
"latexCellTabSize" : 2,
"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\nh1 {\n margin-top: 20px;\n padding-top: 10px;\n padding-bottom: 4px;\n border-bottom: 1px solid #dcdcdc;\n}\n\npre {\n border: 1px solid #ddd;\n}\n\npre > div {\n padding: 12px;\n}",
"latexCellUseSoftTabs" : true,
"codeCellTabSize" : 2,
"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\nh1 {\n margin-top: 30px;\n padding-top: 10px;\n padding-bottom: 4px;\n border-bottom: 1px solid #dcdcdc;\n}\n\npre {\n border: 1px solid #ddd;\n}\n\npre > div {\n padding: 22px;\n}\n",
"markdownCellUseSoftTabs" : true,
"defaultCellType" : "markdown",
"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",
"codeCellUseSoftTabs" : true,
"codeCellKeyBinding" : "vim",
"defaultSortOrder" : "updated-date-descending",
"codeCellAutocompletion" : true,
"editorScrollPastEnd" : 1,
"codeCellDefaultLanguage" : "sh",
"markdownCellLaTeXInlineDelimiter1" : true,
"latexCellKeyBinding" : "vim",
"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",
"markdownCellLaTeXInlineDelimiter2" : true,
"codeCellShowIndentGuides" : 1,
"codeCellShowLineNumbers" : 0,
"codeCellTabTriggers" : true,
"codeCellTheme" : "tomorrow_night_blue",
"markdownCellTheme" : "textmate",
"swipeGesture" : true
}