Skip to content

Instantly share code, notes, and snippets.

@tooolbox
Last active April 8, 2020 19:16
Show Gist options
  • Save tooolbox/b003dbdc63483c59b7d4191511493367 to your computer and use it in GitHub Desktop.
Save tooolbox/b003dbdc63483c59b7d4191511493367 to your computer and use it in GitHub Desktop.
Monokai Light theme for Chime
{
"display_name": {
"en": "Monokai Light"
},
"colors": {
"editor.background": "#fafafa",
"editor.selection": "#ccc9ad",
"editor.insertion-point": "#666663",
"syntax.default": "#000000",
"syntax.comment": "#75715E",
"syntax.keyword": "#f9005a",
"syntax.identifier.definition.function": "#679c00",
"syntax.identifier.structural": "#cf7000",
"syntax.identifier.type": "#679c00",
"syntax.identifier.variable": "#49483e",
"syntax.identifier.variable.local": "#cf7000",
"syntax.identifier.field": "#0089b3",
"syntax.identifier.function": "#245256",
"syntax.literal": "#684d99",
"syntax.literal.string": "#998f2f",
"autocomplete.default": "#000000",
"autocomplete.identifier.type": "#5C2699",
"autocomplete.keyword": "#AA0D91",
"autocomplete.proposed": "#8C8D8E",
"overlay.label.background": "#929392",
"overlay.content.background": "#f5f5f5",
"overlay.content": "#000000",
"status.background": "#ededed",
"status.label": "#000000",
"status.value": "#000000",
"status.background.unfocused": "#fffdfc",
"status.label.unfocused": "#dedede",
"status.value.unfocused": "#dedede",
"gutter.background": "#f5f5f5",
"gutter.line-number": "#666666",
"gutter.line-number.selected": "#000000",
"gutter.line-number.whitespace-only": "#999999",
"gutter.line-number.unfocused": "#B0B0B0",
"search.background": "#e0e0e0",
"search.background.unfocused": "#0000ff",
"search.button.background": "#ececec",
"search.button.background.unfocused": "#0000ff",
"search.button.background.hover": "#0000ff",
"search.button.pressed": "#0000ff",
"search.button.border": "#b0b0b0",
"search.button.border.unfocused": "#0000ff",
"search.button.label": "#000000",
"search.button.label.unfocused": "#0000ff"
},
"fonts" : {
"editor.default": "Monaco",
"overlay.label": "Monaco",
"gutter.line-number": "Futura",
"status.label": "Futura",
"status.value": "Futura"
},
"font_sizes" : {
"editor.default": 14,
"overlay.label": 12,
"gutter.line-number": 12,
"status.label": 12,
"status.value": 12
},
"dimensions" : {
"gutter.background.margin-right": 6.0,
"gutter.background.margin-left": 4.0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment