Forked from mighty-peach/gist:eb4f9e28b94d069cd2c4600227ab648c
Last active
March 21, 2025 03:10
-
-
Save chrismessina/1204ccf29e8d3dd42d707feb0f6405aa to your computer and use it in GitHub Desktop.
Oscura zed theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "https://zed.dev/schema/themes/v0.2.0.json", | |
| "name": "Oscura", | |
| "author": "T. Costa", | |
| "themes": [ | |
| { | |
| "name": "Oscura Midnight", | |
| "appearance": "dark", | |
| "style": { | |
| "background.appearance": "opaque", | |
| "accents": ["#E6E7A3", "#479FFA", "#868F97", "#54C0A3", "#F9B98C", "#D84F68"], | |
| "border": "#FFFFFF08", | |
| "border.variant": "#FFFFFF10", | |
| "border.focused": "#FFFFFF16", | |
| "border.selected": "#FFFFFF20", | |
| "border.transparent": "transparent", | |
| "border.disabled": "#FFFFFF08", | |
| "elevated_surface.background": "#161616", | |
| "surface.background": "#131419", | |
| "background": "#0B0B0F", | |
| "element.background": "#E6E7A3", | |
| "element.hover": "#FFFFFF08", | |
| "element.active": "#FFFFFF10", | |
| "element.selected": "#232323", | |
| "element.disabled": "#5A5A5A", | |
| "drop_target.background": "#E6E7A350", | |
| "ghost_element.background": "transparent", | |
| "ghost_element.hover": "#FFFFFF08", | |
| "ghost_element.active": "#FFFFFF10", | |
| "ghost_element.selected": "#232323", | |
| "ghost_element.disabled": "#5A5A5A40", | |
| "text": "#E6E6E6", | |
| "text.muted": "#868F97", | |
| "text.placeholder": "#65737E", | |
| "text.disabled": "#5A5A5A", | |
| "text.accent": "#E6E7A3", | |
| "icon": "#E6E6E6", | |
| "icon.muted": "#868F97", | |
| "icon.disabled": "#5A5A5A", | |
| "icon.placeholder": "#65737E", | |
| "icon.accent": "#E6E7A3", | |
| "debugger.accent": "#4EBE96", | |
| "status_bar.background": "#0B0B0F", | |
| "title_bar.background": "#0B0B0F", | |
| "title_bar.inactive_background": "#0B0B0F", | |
| "toolbar.background": "#0B0B0F", | |
| "tab_bar.background": "#0B0B0F", | |
| "tab.inactive_background": "#0B0B0F", | |
| "tab.active_background": "#0B0B0F", | |
| "search.match_background": "#EAEC8A54", | |
| "panel.background": "#0B0B0F", | |
| "panel.focused_border": "#FFFFFF16", | |
| "panel.indent_guide": "#32333B", | |
| "panel.indent_guide_hover": "#46474F", | |
| "panel.indent_guide_active": "#5C6974", | |
| "pane.focused_border": "#FFFFFF16", | |
| "pane_group.border": "#0B0B0F", | |
| "scrollbar.thumb.background": "#34343480", | |
| "scrollbar.thumb.hover_background": "#343434", | |
| "scrollbar.thumb.border": "#34343480", | |
| "scrollbar.track.background": "#0B0B0F", | |
| "scrollbar.track.border": "#0B0B0F", | |
| "editor.foreground": "#E6E6E6", | |
| "editor.background": "#0B0B0F", | |
| "editor.gutter.background": "#0B0B0F", | |
| "editor.subheader.background": "#0B0B0F", | |
| "editor.active_line.background": "#FFFFFF06", | |
| "editor.highlighted_line.background": "#FFFFFF08", | |
| "editor.debugger_active_line.background": "#4EBE9620", | |
| "editor.line_number": "#32333B", | |
| "editor.active_line_number": "#E6E6E6", | |
| "editor.hover_line_number": "#868F97", | |
| "editor.invisible": "#46474F", | |
| "editor.wrap_guide": "#FFFFFF08", | |
| "editor.active_wrap_guide": "#FFFFFF10", | |
| "editor.indent_guide": "#FFFFFF08", | |
| "editor.indent_guide_active": "#FFFFFF10", | |
| "editor.document_highlight.read_background": "#EAEC8A16", | |
| "editor.document_highlight.write_background": "#EAEC8A21", | |
| "editor.document_highlight.bracket_background": "#FFFFFF10", | |
| "terminal.background": "#0B0B0F", | |
| "terminal.foreground": "#E6E6E6", | |
| "terminal.ansi.background": "#0B0B0F", | |
| "terminal.bright_foreground": "#FFFFFF", | |
| "terminal.dim_foreground": "#868F97", | |
| "terminal.ansi.black": "#1D2021", | |
| "terminal.ansi.bright_black": "#928374", | |
| "terminal.ansi.dim_black": "#32302F", | |
| "terminal.ansi.red": "#D84F68", | |
| "terminal.ansi.bright_red": "#FB4934", | |
| "terminal.ansi.dim_red": "#9D0006", | |
| "terminal.ansi.green": "#54C0A3", | |
| "terminal.ansi.bright_green": "#B8BB26", | |
| "terminal.ansi.dim_green": "#79740E", | |
| "terminal.ansi.yellow": "#E6E7A3", | |
| "terminal.ansi.bright_yellow": "#FABD2F", | |
| "terminal.ansi.dim_yellow": "#B57614", | |
| "terminal.ansi.blue": "#83A598", | |
| "terminal.ansi.bright_blue": "#83A598", | |
| "terminal.ansi.dim_blue": "#076678", | |
| "terminal.ansi.magenta": "#D3869B", | |
| "terminal.ansi.bright_magenta": "#D3869B", | |
| "terminal.ansi.dim_magenta": "#8F3F71", | |
| "terminal.ansi.cyan": "#479FFA", | |
| "terminal.ansi.bright_cyan": "#8EC07C", | |
| "terminal.ansi.dim_cyan": "#427B58", | |
| "terminal.ansi.white": "#EBDBB2", | |
| "terminal.ansi.bright_white": "#EBDBB2", | |
| "terminal.ansi.dim_white": "#A89984", | |
| "link_text.hover": "#479FFA", | |
| "version_control.added": "#E6E6E6", | |
| "version_control.deleted": "#D84F68", | |
| "version_control.modified": "#E6E7A3", | |
| "version_control.renamed": "#E6E7A3", | |
| "version_control.conflict": "#FF5C5C", | |
| "version_control.ignored": "#5A5A5A", | |
| "conflict": "#FF5C5C", | |
| "conflict.background": "#FF5C5C20", | |
| "conflict.border": "#FF5C5C", | |
| "created": "#E6E6E6", | |
| "created.background": "#E6E6E615", | |
| "created.border": "#E6E6E6", | |
| "deleted": "#D84F68", | |
| "deleted.background": "#D84F6815", | |
| "deleted.border": "#D84F68", | |
| "error": "#FF5C5C", | |
| "error.background": "#FF5C5C15", | |
| "error.border": "#FF5C5C", | |
| "hidden": "#5A5A5A", | |
| "hidden.background": "#5A5A5A15", | |
| "hidden.border": "#5A5A5A", | |
| "hint": "#969696ff", | |
| "hint.background": "#96969615", | |
| "hint.border": "#969696", | |
| "ignored": "#5A5A5A", | |
| "ignored.background": "#5A5A5A15", | |
| "ignored.border": "#5A5A5A", | |
| "info": "#479FFA", | |
| "info.background": "#479FFA15", | |
| "info.border": "#479FFA", | |
| "modified": "#E6E7A3", | |
| "modified.background": "#E6E7A315", | |
| "modified.border": "#E6E7A3", | |
| "predictive": "#4EBE96", | |
| "predictive.background": "#4EBE9615", | |
| "predictive.border": "#4EBE96", | |
| "renamed": "#E6E7A3", | |
| "renamed.background": "#E6E7A315", | |
| "renamed.border": "#E6E7A3", | |
| "success": "#54C0A3", | |
| "success.background": "#54C0A315", | |
| "success.border": "#54C0A3", | |
| "unreachable": "#5A5A5A", | |
| "unreachable.background": "#5A5A5A15", | |
| "unreachable.border": "#5A5A5A", | |
| "warning": "#FF5C5C", | |
| "warning.background": "#FF5C5C15", | |
| "warning.border": "#FF5C5C", | |
| "players": [], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#54C0A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#46474F", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#46474F", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#F9B98C", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "function": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#9099A1", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "label": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#F9B98C", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#F9B98C", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#868F97", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "Oscura Dusk", | |
| "appearance": "dark", | |
| "style": { | |
| "background.appearance": "opaque", | |
| "accents": ["#E6E7A3", "#479FFA", "#868F97", "#54C0A3", "#F9B98C", "#D84F68"], | |
| "border": "#FFFFFF08", | |
| "border.variant": "#FFFFFF10", | |
| "border.focused": "#FFFFFF16", | |
| "border.selected": "#FFFFFF20", | |
| "border.transparent": "transparent", | |
| "border.disabled": "#FFFFFF08", | |
| "elevated_surface.background": "#161616", | |
| "surface.background": "#131419", | |
| "background": "#131419", | |
| "element.background": "#E6E7A3", | |
| "element.hover": "#FFFFFF08", | |
| "element.active": "#FFFFFF10", | |
| "element.selected": "#232323", | |
| "element.disabled": "#5A5A5A", | |
| "drop_target.background": "#E6E7A350", | |
| "ghost_element.background": "transparent", | |
| "ghost_element.hover": "#FFFFFF08", | |
| "ghost_element.active": "#FFFFFF10", | |
| "ghost_element.selected": "#232323", | |
| "ghost_element.disabled": "#5A5A5A40", | |
| "text": "#E6E6E6", | |
| "text.muted": "#868F97", | |
| "text.placeholder": "#65737E", | |
| "text.disabled": "#5A5A5A", | |
| "text.accent": "#E6E7A3", | |
| "icon": "#E6E6E6", | |
| "icon.muted": "#868F97", | |
| "icon.disabled": "#5A5A5A", | |
| "icon.placeholder": "#65737E", | |
| "icon.accent": "#E6E7A3", | |
| "debugger.accent": "#4EBE96", | |
| "status_bar.background": "#131419", | |
| "title_bar.background": "#131419", | |
| "title_bar.inactive_background": "#131419", | |
| "toolbar.background": "#131419", | |
| "tab_bar.background": "#131419", | |
| "tab.inactive_background": "#131419", | |
| "tab.active_background": "#131419", | |
| "search.match_background": "#EAEC8A54", | |
| "panel.background": "#131419", | |
| "panel.focused_border": "#FFFFFF16", | |
| "panel.indent_guide": "#32333B", | |
| "panel.indent_guide_hover": "#46474F", | |
| "panel.indent_guide_active": "#5C6974", | |
| "pane.focused_border": "#FFFFFF16", | |
| "pane_group.border": "#131419", | |
| "scrollbar.thumb.background": "#34343480", | |
| "scrollbar.thumb.hover_background": "#343434", | |
| "scrollbar.thumb.border": "#34343480", | |
| "scrollbar.track.background": "#131419", | |
| "scrollbar.track.border": "#131419", | |
| "editor.foreground": "#E6E6E6", | |
| "editor.background": "#131419", | |
| "editor.gutter.background": "#131419", | |
| "editor.subheader.background": "#131419", | |
| "editor.active_line.background": "#FFFFFF06", | |
| "editor.highlighted_line.background": "#FFFFFF08", | |
| "editor.debugger_active_line.background": "#4EBE9620", | |
| "editor.line_number": "#32333B", | |
| "editor.active_line_number": "#E6E6E6", | |
| "editor.hover_line_number": "#868F97", | |
| "editor.invisible": "#46474F", | |
| "editor.wrap_guide": "#FFFFFF08", | |
| "editor.active_wrap_guide": "#FFFFFF10", | |
| "editor.indent_guide": "#FFFFFF08", | |
| "editor.indent_guide_active": "#FFFFFF10", | |
| "editor.document_highlight.read_background": "#EAEC8A16", | |
| "editor.document_highlight.write_background": "#EAEC8A21", | |
| "editor.document_highlight.bracket_background": "#FFFFFF10", | |
| "terminal.background": "#131419", | |
| "terminal.foreground": "#E6E6E6", | |
| "terminal.ansi.background": "#131419", | |
| "terminal.bright_foreground": "#FFFFFF", | |
| "terminal.dim_foreground": "#868F97", | |
| "terminal.ansi.black": "#1D2021", | |
| "terminal.ansi.bright_black": "#928374", | |
| "terminal.ansi.dim_black": "#32302F", | |
| "terminal.ansi.red": "#D84F68", | |
| "terminal.ansi.bright_red": "#FB4934", | |
| "terminal.ansi.dim_red": "#9D0006", | |
| "terminal.ansi.green": "#54C0A3", | |
| "terminal.ansi.bright_green": "#B8BB26", | |
| "terminal.ansi.dim_green": "#79740E", | |
| "terminal.ansi.yellow": "#E6E7A3", | |
| "terminal.ansi.bright_yellow": "#FABD2F", | |
| "terminal.ansi.dim_yellow": "#B57614", | |
| "terminal.ansi.blue": "#83A598", | |
| "terminal.ansi.bright_blue": "#83A598", | |
| "terminal.ansi.dim_blue": "#076678", | |
| "terminal.ansi.magenta": "#D3869B", | |
| "terminal.ansi.bright_magenta": "#D3869B", | |
| "terminal.ansi.dim_magenta": "#8F3F71", | |
| "terminal.ansi.cyan": "#479FFA", | |
| "terminal.ansi.bright_cyan": "#8EC07C", | |
| "terminal.ansi.dim_cyan": "#427B58", | |
| "terminal.ansi.white": "#EBDBB2", | |
| "terminal.ansi.bright_white": "#EBDBB2", | |
| "terminal.ansi.dim_white": "#A89984", | |
| "link_text.hover": "#479FFA", | |
| "version_control.added": "#E6E6E6", | |
| "version_control.deleted": "#D84F68", | |
| "version_control.modified": "#E6E7A3", | |
| "version_control.renamed": "#E6E7A3", | |
| "version_control.conflict": "#FF5C5C", | |
| "version_control.ignored": "#5A5A5A", | |
| "conflict": "#FF5C5C", | |
| "conflict.background": "#FF5C5C20", | |
| "conflict.border": "#FF5C5C", | |
| "created": "#E6E6E6", | |
| "created.background": "#E6E6E615", | |
| "created.border": "#E6E6E6", | |
| "deleted": "#D84F68", | |
| "deleted.background": "#D84F6815", | |
| "deleted.border": "#D84F68", | |
| "error": "#FF5C5C", | |
| "error.background": "#FF5C5C15", | |
| "error.border": "#FF5C5C", | |
| "hidden": "#5A5A5A", | |
| "hidden.background": "#5A5A5A15", | |
| "hidden.border": "#5A5A5A", | |
| "hint": "#969696ff", | |
| "hint.background": "#96969615", | |
| "hint.border": "#969696", | |
| "ignored": "#5A5A5A", | |
| "ignored.background": "#5A5A5A15", | |
| "ignored.border": "#5A5A5A", | |
| "info": "#479FFA", | |
| "info.background": "#479FFA15", | |
| "info.border": "#479FFA", | |
| "modified": "#E6E7A3", | |
| "modified.background": "#E6E7A315", | |
| "modified.border": "#E6E7A3", | |
| "predictive": "#4EBE96", | |
| "predictive.background": "#4EBE9615", | |
| "predictive.border": "#4EBE96", | |
| "renamed": "#E6E7A3", | |
| "renamed.background": "#E6E7A315", | |
| "renamed.border": "#E6E7A3", | |
| "success": "#54C0A3", | |
| "success.background": "#54C0A315", | |
| "success.border": "#54C0A3", | |
| "unreachable": "#5A5A5A", | |
| "unreachable.background": "#5A5A5A15", | |
| "unreachable.border": "#5A5A5A", | |
| "warning": "#FF5C5C", | |
| "warning.background": "#FF5C5C15", | |
| "warning.border": "#FF5C5C", | |
| "players": [], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#54C0A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#46474F", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#46474F", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#F9B98C", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "function": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#9099A1", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "label": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#F9B98C", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#5C6974", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#F9B98C", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type": { | |
| "color": "#E6E7A3", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#E6E6E6", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#868F97", | |
| "background_color": null, | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment