Skip to content

Instantly share code, notes, and snippets.

@RLesur
Last active February 5, 2018 00:24
Show Gist options
  • Save RLesur/16ae4324444eed736aa001cb41ba4e57 to your computer and use it in GitHub Desktop.
Save RLesur/16ae4324444eed736aa001cb41ba4e57 to your computer and use it in GitHub Desktop.
Pandoc espresso theme customized with a `Hex Gray97` background color - source: https://github.com/tajmone/pandoc-goodies/blob/master/skylighting-themes/builtin-espresso.theme
{
"text-color": "#bdae9d",
"background-color": "#f7f7f7",
"line-number-color": "#bdae9d",
"line-number-background-color": "#2a211c",
"text-styles": {
"Information": {
"text-color": "#0066ff",
"background-color": null,
"bold": true,
"italic": true,
"underline": false
},
"VerbatimString": {
"text-color": "#049b0a",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Warning": {
"text-color": "#ffff00",
"background-color": null,
"bold": true,
"italic": false,
"underline": false
},
"Documentation": {
"text-color": "#0066ff",
"background-color": null,
"bold": false,
"italic": true,
"underline": false
},
"Import": {
"text-color": null,
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Char": {
"text-color": "#049b0a",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"DataType": {
"text-color": null,
"background-color": null,
"bold": false,
"italic": false,
"underline": true
},
"Float": {
"text-color": "#44aa43",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Comment": {
"text-color": "#0066ff",
"background-color": null,
"bold": true,
"italic": true,
"underline": false
},
"Constant": {
"text-color": null,
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"SpecialChar": {
"text-color": "#049b0a",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"DecVal": {
"text-color": "#44aa43",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Keyword": {
"text-color": "#43a8ed",
"background-color": null,
"bold": true,
"italic": false,
"underline": false
},
"Attribute": {
"text-color": null,
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"SpecialString": {
"text-color": "#049b0a",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Annotation": {
"text-color": "#0066ff",
"background-color": null,
"bold": true,
"italic": true,
"underline": false
},
"Function": {
"text-color": "#ff9358",
"background-color": null,
"bold": true,
"italic": false,
"underline": false
},
"String": {
"text-color": "#049b0a",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"ControlFlow": {
"text-color": "#43a8ed",
"background-color": null,
"bold": true,
"italic": false,
"underline": false
},
"Operator": {
"text-color": null,
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Error": {
"text-color": "#ffff00",
"background-color": null,
"bold": true,
"italic": false,
"underline": false
},
"BaseN": {
"text-color": "#44aa43",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Alert": {
"text-color": "#ffff00",
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Variable": {
"text-color": null,
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Extension": {
"text-color": null,
"background-color": null,
"bold": false,
"italic": false,
"underline": false
},
"Preprocessor": {
"text-color": null,
"background-color": null,
"bold": true,
"italic": false,
"underline": false
},
"BuiltIn": {
"text-color": null,
"background-color": null,
"bold": false,
"italic": false,
"underline": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment