Skip to content

Instantly share code, notes, and snippets.

@jonasgeiler
Created October 24, 2018 15:33
Show Gist options
  • Save jonasgeiler/68c124346fa16d814729c5c8add948d7 to your computer and use it in GitHub Desktop.
Save jonasgeiler/68c124346fa16d814729c5c8add948d7 to your computer and use it in GitHub Desktop.
Markdown Edit - Material-like Theme
{
"Theme": {
"Name": "Material",
"EditorBackground": "#263238",
"EditorForeground": "#EEFFFF",
"Header1Height": 1.2,
"Header2Height": 1.1,
"HighlightHeading": {
"Name": "Heading",
"Background": null,
"Foreground": "#C3E88D",
"FontWeight": null,
"FontStyle": null,
"Underline": false
},
"HighlightEmphasis": {
"Name": "Emphasis",
"Background": null,
"Foreground": "#FF5370",
"FontWeight": "bold",
"FontStyle": null,
"Underline": false
},
"HighlightStrongEmphasis": {
"Name": "StrongEmphasis",
"Background": null,
"Foreground": "#FF5370",
"FontWeight": null,
"FontStyle": "italic",
"Underline": false
},
"HighlightInlineCode": {
"Name": "InlineCode",
"Background": null,
"Foreground": "#C792EA",
"FontWeight": null,
"FontStyle": "italic",
"Underline": false
},
"HighlightBlockCode": {
"Name": "BlockCode",
"Background": null,
"Foreground": "#f07178",
"FontWeight": null,
"FontStyle": null,
"Underline": false
},
"HighlightBlockQuote": {
"Name": "BlockQuote",
"Background": null,
"Foreground": "#82AAFF",
"FontWeight": null,
"FontStyle": "italic",
"Underline": false
},
"HighlightLink": {
"Name": "Link",
"Background": null,
"Foreground": "#F78C6C",
"FontWeight": null,
"FontStyle": null,
"Underline": true
},
"HighlightImage": {
"Name": "Image",
"Background": null,
"Foreground": "#FFCB6B",
"FontWeight": null,
"FontStyle": null,
"Underline": false
},
"SpellCheckError": "#f00"
},
... rest of user_settings.json ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment