Skip to content

Instantly share code, notes, and snippets.

@kotx
Last active June 27, 2025 21:42
Show Gist options
  • Save kotx/dd46d07afac3563979fc87c501d5c77b to your computer and use it in GitHub Desktop.
Save kotx/dd46d07afac3563979fc87c501d5c77b to your computer and use it in GitHub Desktop.
// Move this to ~/.config/zed/themes/dolch.json
{
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
"name": "Dolch",
"author": "Ported from VSCode theme by be5invis",
"themes": [
{
"name": "Dolch Dark",
"appearance": "dark",
"style": {
"background": "#101416",
"foreground": "#B0B4B7",
"border": "#464A4C",
"border.variant": "#222527",
"border.focused": "#0080A1",
"border.selected": "#38C3E5",
"border.transparent": "#00000000",
"border.disabled": "#343739",
"elevated_surface.background": "#222527",
"surface.background": "#222527",
"element.background": "#464A4C",
"element.hover": "#464A4C",
"element.active": "#0080A1",
"element.selected": "#0080A140",
"element.disabled": "#343739",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#464A4C40",
"ghost_element.active": "#0080A1",
"ghost_element.selected": "#0080A140",
"ghost_element.disabled": "#343739",
"drop_target.background": "#0080A140",
"text": "#B0B4B7",
"text.muted": "#6F7375",
"text.placeholder": "#6F7375",
"text.disabled": "#6F7375",
"text.accent": "#38C3E5",
"icon": "#B0B4B7",
"icon.muted": "#6F7375",
"icon.disabled": "#6F7375",
"icon.placeholder": "#6F7375",
"icon.accent": "#38C3E5",
"status_bar.background": "#343739",
"title_bar.background": "#343739",
"title_bar.inactive_background": "#464A4C",
"toolbar.background": "#222527",
"tab_bar.background": "#101416",
"tab.inactive_background": "#101416",
"tab.active_background": "#101416",
"editor.background": "#101416",
"editor.gutter.background": "#101416",
"editor.subheader.background": "#222527",
"editor.active_line.background": "#222527",
"editor.highlighted_line.background": "#222527",
"editor.line_number": "#6F7375",
"editor.active_line_number": "#DFE3E6",
"editor.invisible": "#6F7375",
"editor.wrap_guide": "#464A4C",
"editor.active_wrap_guide": "#0080A1",
"editor.document_highlight.read_background": "#006B8C40",
"editor.document_highlight.write_background": "#0080A140",
"editor.document_highlight.bracket_background": "#5A5E6040",
"terminal.background": "#101416",
"terminal.foreground": "#B0B4B7",
"terminal.bright_foreground": "#DFE3E6",
"terminal.dim_foreground": "#6F7375",
"terminal.ansi.black": "#101416",
"terminal.ansi.red": "#FF9285",
"terminal.ansi.green": "#5FC886",
"terminal.ansi.yellow": "#CDB253",
"terminal.ansi.blue": "#67B8FF",
"terminal.ansi.magenta": "#D06486",
"terminal.ansi.cyan": "#00ACCE",
"terminal.ansi.white": "#B0B4B7",
"terminal.ansi.bright_black": "#464A4C",
"terminal.ansi.bright_red": "#EC7D71",
"terminal.ansi.bright_green": "#63B47F",
"terminal.ansi.bright_yellow": "#D78C50",
"terminal.ansi.bright_blue": "#7BF2FF",
"terminal.ansi.bright_magenta": "#8D7CCC",
"terminal.ansi.bright_cyan": "#38C3E5",
"terminal.ansi.bright_white": "#DFE3E6",
"link_text.hover": "#38C3E5",
"conflict": "#FF9285",
"conflict.background": "#98433B",
"conflict.border": "#B4564D",
"created": "#5FC886",
"created.background": "#136B3C",
"created.border": "#28814D",
"deleted": "#FF9285",
"deleted.background": "#98433B",
"deleted.border": "#B4564D",
"error": "#FF9285",
"error.background": "#98433B",
"error.border": "#B4564D",
"hidden": "#6F7375",
"hidden.background": "#343739",
"hidden.border": "#464A4C",
"hint": "#67B8FF",
"hint.background": "#0060A1",
"hint.border": "#2575BC",
"ignored": "#6F7375",
"ignored.background": "#343739",
"ignored.border": "#464A4C",
"info": "#67B8FF",
"info.background": "#0060A1",
"info.border": "#2575BC",
"modified": "#00CBE4",
"modified.background": "#006D80",
"modified.border": "#00FDFF",
"predictive": "#6F7375",
"predictive.background": "#343739",
"predictive.border": "#464A4C",
"renamed": "#CDB253",
"renamed.background": "#6D5C12",
"renamed.border": "#847123",
"success": "#5FC886",
"success.background": "#136B3C",
"success.border": "#28814D",
"unreachable": "#6F7375",
"unreachable.background": "#343739",
"unreachable.border": "#464A4C",
"warning": "#CDB253",
"warning.background": "#6D5C12",
"warning.border": "#847123",
"panel.background": "#222527",
"panel.focused_border": "#0080A1",
"pane.focused_border": "#0080A1",
"pane_group.border": "#464A4C",
"scrollbar.thumb.background": "#DFE3E613",
"scrollbar.thumb.hover_background": "#DFE3E626",
"scrollbar.thumb.border": "#00000000",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#00000000",
"search.match_background": "#FFB77350",
"syntax": {
"attribute": {
"color": "#C7CBCE",
"font_style": "normal",
"font_weight": 400
},
"boolean": {
"color": "#5CDAFC",
"font_style": "normal",
"font_weight": 400
},
"comment": {
"color": "#6F7375",
"font_style": "normal",
"font_weight": 400
},
"comment.doc": {
"color": "#6F7375",
"font_style": "italic",
"font_weight": 400
},
"constant": {
"color": "#5CDAFC",
"font_style": "normal",
"font_weight": 400
},
"constructor": {
"color": "#C7CBCE",
"font_style": "normal",
"font_weight": 400
},
"emphasis": {
"color": "#B0B4B7",
"font_style": "italic",
"font_weight": 400
},
"emphasis.strong": {
"color": "#B0B4B7",
"font_style": "normal",
"font_weight": 700
},
"enum": {
"color": "#3EC6C4",
"font_style": "normal",
"font_weight": 400
},
"function": {
"color": "#C7CBCE",
"font_style": "normal",
"font_weight": 400
},
"function.method": {
"color": "#C7CBCE",
"font_style": "normal",
"font_weight": 400
},
"hint": {
"color": "#67B8FF",
"font_style": "normal",
"font_weight": 400
},
"keyword": {
"color": "#DFE3E6",
"font_style": "normal",
"font_weight": 700
},
"label": {
"color": "#C7CBCE",
"font_style": "normal",
"font_weight": 400
},
"link_text": {
"color": "#00ACCE",
"font_style": "italic",
"font_weight": 400
},
"link_uri": {
"color": "#00ACCE",
"font_style": "italic",
"font_weight": 400
},
"number": {
"color": "#5CDAFC",
"font_style": "normal",
"font_weight": 400
},
"operator": {
"color": "#7BF2FF",
"font_style": "normal",
"font_weight": 400
},
"predictive": {
"color": "#6F7375",
"font_style": "italic",
"font_weight": 400
},
"preproc": {
"color": "#C7CBCE",
"font_style": "normal",
"font_weight": 400
},
"primary": {
"color": "#B0B4B7",
"font_style": "normal",
"font_weight": 400
},
"property": {
"color": "#7EA3B5",
"font_style": "normal",
"font_weight": 400
},
"punctuation": {
"color": "#6F7375",
"font_style": "normal",
"font_weight": 400
},
"punctuation.bracket": {
"color": "#6F7375",
"font_style": "normal",
"font_weight": 400
},
"punctuation.delimiter": {
"color": "#6F7375",
"font_style": "normal",
"font_weight": 400
},
"punctuation.list_marker": {
"color": "#6F7375",
"font_style": "normal",
"font_weight": 400
},
"punctuation.special": {
"color": "#688C9F",
"font_style": "normal",
"font_weight": 400
},
"string": {
"color": "#00ACCE",
"font_style": "italic",
"font_weight": 400
},
"string.escape": {
"color": "#688C9F",
"font_style": "normal",
"font_weight": 400
},
"string.regex": {
"color": "#00ACCE",
"font_style": "italic",
"font_weight": 400
},
"string.special": {
"color": "#688C9F",
"font_style": "normal",
"font_weight": 400
},
"string.special.symbol": {
"color": "#688C9F",
"font_style": "normal",
"font_weight": 400
},
"tag": {
"color": "#DFE3E6",
"font_style": "normal",
"font_weight": 700
},
"text.literal": {
"color": "#00ACCE",
"font_style": "italic",
"font_weight": 400
},
"title": {
"color": "#DFE3E6",
"font_style": "normal",
"font_weight": 700
},
"type": {
"color": "#3EC6C4",
"font_style": "normal",
"font_weight": 400
},
"type.builtin": {
"color": "#5EDEDB",
"font_style": "normal",
"font_weight": 400
},
"variable": {
"color": "#B0B4B7",
"font_style": "normal",
"font_weight": 400
},
"variable.parameter": {
"color": "#B0B4B7",
"font_style": "italic",
"font_weight": 400
},
"variable.special": {
"color": "#DFE3E6",
"font_style": "normal",
"font_weight": 400
},
"variant": {
"color": "#3EC6C4",
"font_style": "normal",
"font_weight": 400
}
}
}
},
{
"name": "Dolch Light",
"appearance": "light",
"style": {
"background": "#EDF1F4",
"foreground": "#3B3F41",
"border": "#A1A5A7",
"border.variant": "#DFE4E6",
"border.focused": "#439FB7",
"border.selected": "#007190",
"border.transparent": "#00000000",
"border.disabled": "#CDD1D4",
"elevated_surface.background": "#DFE4E6",
"surface.background": "#DFE4E6",
"element.background": "#B8BCBF",
"element.hover": "#A2A6A9",
"element.active": "#439FB7",
"element.selected": "#439FB740",
"element.disabled": "#CDD1D4",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#A2A6A940",
"ghost_element.active": "#439FB7",
"ghost_element.selected": "#439FB740",
"ghost_element.disabled": "#CDD1D4",
"drop_target.background": "#439FB740",
"text": "#3B3F41",
"text.muted": "#767A7C",
"text.placeholder": "#767A7C",
"text.disabled": "#767A7C",
"text.accent": "#007190",
"icon": "#3B3F41",
"icon.muted": "#767A7C",
"icon.disabled": "#767A7C",
"icon.placeholder": "#767A7C",
"icon.accent": "#007190",
"status_bar.background": "#CDD1D4",
"title_bar.background": "#45494B",
"title_bar.inactive_background": "#5C6062",
"toolbar.background": "#DFE4E6",
"tab_bar.background": "#EDF1F4",
"tab.inactive_background": "#EDF1F4",
"tab.active_background": "#EDF1F4",
"editor.background": "#EDF1F4",
"editor.gutter.background": "#EDF1F4",
"editor.subheader.background": "#DFE4E6",
"editor.active_line.background": "#DFE4E6",
"editor.highlighted_line.background": "#DFE4E6",
"editor.line_number": "#767A7C",
"editor.active_line_number": "#191C1E",
"editor.invisible": "#767A7C",
"editor.wrap_guide": "#A1A5A7",
"editor.active_wrap_guide": "#439FB7",
"editor.document_highlight.read_background": "#61AEC540",
"editor.document_highlight.write_background": "#439FB740",
"editor.document_highlight.bracket_background": "#A2A6A940",
"terminal.background": "#EDF1F4",
"terminal.foreground": "#3B3F41",
"terminal.bright_foreground": "#191C1E",
"terminal.dim_foreground": "#767A7C",
"terminal.ansi.black": "#191C1E",
"terminal.ansi.red": "#AC413A",
"terminal.ansi.green": "#00753A",
"terminal.ansi.yellow": "#766300",
"terminal.ansi.blue": "#0068B9",
"terminal.ansi.magenta": "#CC6082",
"terminal.ansi.cyan": "#00809D",
"terminal.ansi.white": "#3B3F41",
"terminal.ansi.bright_black": "#767A7C",
"terminal.ansi.bright_red": "#BB534A",
"terminal.ansi.bright_green": "#63B47F",
"terminal.ansi.bright_yellow": "#A89243",
"terminal.ansi.bright_blue": "#005476",
"terminal.ansi.bright_magenta": "#8977C7",
"terminal.ansi.bright_cyan": "#007190",
"terminal.ansi.bright_white": "#EDF1F4",
"link_text.hover": "#007190",
"conflict": "#AC413A",
"conflict.background": "#E9897E",
"conflict.border": "#DA776C",
"created": "#00753A",
"created.background": "#63B47F",
"created.border": "#4DA46D",
"deleted": "#AC413A",
"deleted.background": "#E9897E",
"deleted.border": "#DA776C",
"error": "#AC413A",
"error.background": "#E9897E",
"error.border": "#DA776C",
"hidden": "#767A7C",
"hidden.background": "#CDD1D4",
"hidden.border": "#B7BBBD",
"hint": "#0068B9",
"hint.background": "#6DA7EE",
"hint.border": "#5496E1",
"ignored": "#767A7C",
"ignored.background": "#CDD1D4",
"ignored.border": "#B7BBBD",
"info": "#0068B9",
"info.background": "#6DA7EE",
"info.border": "#5496E1",
"modified": "#007790",
"modified.background": "#00B6CA",
"modified.border": "#00597433",
"predictive": "#767A7C",
"predictive.background": "#CDD1D4",
"predictive.border": "#B7BBBD",
"renamed": "#766300",
"renamed.background": "#B9A257",
"renamed.border": "#A89243",
"success": "#00753A",
"success.background": "#63B47F",
"success.border": "#4DA46D",
"unreachable": "#767A7C",
"unreachable.background": "#CDD1D4",
"unreachable.border": "#B7BBBD",
"warning": "#766300",
"warning.background": "#B9A257",
"warning.border": "#A89243",
"panel.background": "#DFE4E6",
"panel.focused_border": "#439FB7",
"pane.focused_border": "#439FB7",
"pane_group.border": "#A1A5A7",
"scrollbar.thumb.background": "#191C1E13",
"scrollbar.thumb.hover_background": "#191C1E26",
"scrollbar.thumb.border": "#00000000",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#00000000",
"search.match_background": "#87430050",
"syntax": {
"attribute": {
"color": "#2A2D2F",
"font_style": "normal",
"font_weight": 400
},
"boolean": {
"color": "#006283",
"font_style": "normal",
"font_weight": 400
},
"comment": {
"color": "#767A7C",
"font_style": "normal",
"font_weight": 400
},
"comment.doc": {
"color": "#767A7C",
"font_style": "italic",
"font_weight": 400
},
"constant": {
"color": "#006283",
"font_style": "normal",
"font_weight": 400
},
"constructor": {
"color": "#2A2D2F",
"font_style": "normal",
"font_weight": 400
},
"emphasis": {
"color": "#3B3F41",
"font_style": "italic",
"font_weight": 400
},
"emphasis.strong": {
"color": "#3B3F41",
"font_style": "normal",
"font_weight": 700
},
"enum": {
"color": "#007373",
"font_style": "normal",
"font_weight": 400
},
"function": {
"color": "#2A2D2F",
"font_style": "normal",
"font_weight": 400
},
"function.method": {
"color": "#2A2D2F",
"font_style": "normal",
"font_weight": 400
},
"hint": {
"color": "#0068B9",
"font_style": "normal",
"font_weight": 400
},
"keyword": {
"color": "#191C1E",
"font_style": "normal",
"font_weight": 700
},
"label": {
"color": "#2A2D2F",
"font_style": "normal",
"font_weight": 400
},
"link_text": {
"color": "#00809D",
"font_style": "italic",
"font_weight": 400
},
"link_uri": {
"color": "#00809D",
"font_style": "italic",
"font_weight": 400
},
"number": {
"color": "#006283",
"font_style": "normal",
"font_weight": 400
},
"operator": {
"color": "#005476",
"font_style": "normal",
"font_weight": 400
},
"predictive": {
"color": "#767A7C",
"font_style": "italic",
"font_weight": 400
},
"preproc": {
"color": "#2A2D2F",
"font_style": "normal",
"font_weight": 400
},
"primary": {
"color": "#3B3F41",
"font_style": "normal",
"font_weight": 400
},
"property": {
"color": "#315667",
"font_style": "normal",
"font_weight": 400
},
"punctuation": {
"color": "#767A7C",
"font_style": "normal",
"font_weight": 400
},
"punctuation.bracket": {
"color": "#767A7C",
"font_style": "normal",
"font_weight": 400
},
"punctuation.delimiter": {
"color": "#767A7C",
"font_style": "normal",
"font_weight": 400
},
"punctuation.list_marker": {
"color": "#767A7C",
"font_style": "normal",
"font_weight": 400
},
"punctuation.special": {
"color": "#456A7C",
"font_style": "normal",
"font_weight": 400
},
"string": {
"color": "#00809D",
"font_style": "italic",
"font_weight": 400
},
"string.escape": {
"color": "#456A7C",
"font_style": "normal",
"font_weight": 400
},
"string.regex": {
"color": "#00809D",
"font_style": "italic",
"font_weight": 400
},
"string.special": {
"color": "#456A7C",
"font_style": "normal",
"font_weight": 400
},
"string.special.symbol": {
"color": "#456A7C",
"font_style": "normal",
"font_weight": 400
},
"tag": {
"color": "#191C1E",
"font_style": "normal",
"font_weight": 700
},
"text.literal": {
"color": "#00809D",
"font_style": "italic",
"font_weight": 400
},
"title": {
"color": "#191C1E",
"font_style": "normal",
"font_weight": 700
},
"type": {
"color": "#007373",
"font_style": "normal",
"font_weight": 400
},
"type.builtin": {
"color": "#006465",
"font_style": "normal",
"font_weight": 400
},
"variable": {
"color": "#3B3F41",
"font_style": "normal",
"font_weight": 400
},
"variable.parameter": {
"color": "#3B3F41",
"font_style": "italic",
"font_weight": 400
},
"variable.special": {
"color": "#191C1E",
"font_style": "normal",
"font_weight": 400
},
"variant": {
"color": "#007373",
"font_style": "normal",
"font_weight": 400
}
}
}
},
{
"name": "Dolch Alter Dark",
"appearance": "dark",
"style": {
"background": "#161310",
"foreground": "#B7B3B1",
"border": "#4C4947",
"border.variant": "#272422",
"border.focused": "#9B6800",
"border.selected": "#E1AA57",
"border.transparent": "#00000000",
"border.disabled": "#393634",
"elevated_surface.background": "#272422",
"surface.background": "#272422",
"element.background": "#4C4947",
"element.hover": "#4C4947",
"element.active": "#9B6800",
"element.selected": "#9B680040",
"element.disabled": "#393634",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#4C494740",
"ghost_element.active": "#9B6800",
"ghost_element.selected": "#9B680040",
"ghost_element.disabled": "#393634",
"drop_target.background": "#9B680040",
"text": "#B7B3B1",
"text.muted": "#75716F",
"text.placeholder": "#75716F",
"text.disabled": "#75716F",
"text.accent": "#E1AA57",
"icon": "#B7B3B1",
"icon.muted": "#75716F",
"icon.disabled": "#75716F",
"icon.placeholder": "#75716F",
"icon.accent": "#E1AA57",
"status_bar.background": "#393634",
"title_bar.background": "#393634",
"title_bar.inactive_background": "#4C4947",
"toolbar.background": "#272422",
"tab_bar.background": "#161310",
"tab.inactive_background": "#161310",
"tab.active_background": "#161310",
"editor.background": "#161310",
"editor.gutter.background": "#161310",
"editor.subheader.background": "#272422",
"editor.active_line.background": "#272422",
"editor.highlighted_line.background": "#272422",
"editor.line_number": "#75716F",
"editor.active_line_number": "#E6E2DF",
"editor.invisible": "#75716F",
"editor.wrap_guide": "#4C4947",
"editor.active_wrap_guide": "#9B6800",
"editor.document_highlight.read_background": "#84530040",
"editor.document_highlight.write_background": "#9B680040",
"editor.document_highlight.bracket_background": "#605D5A40",
"terminal.background": "#161310",
"terminal.foreground": "#B7B3B1",
"terminal.bright_foreground": "#E6E2DF",
"terminal.dim_foreground": "#75716F",
"terminal.ansi.black": "#161310",
"terminal.ansi.red": "#FF9187",
"terminal.ansi.green": "#64C883",
"terminal.ansi.yellow": "#D0B153",
"terminal.ansi.blue": "#60B9FF",
"terminal.ansi.magenta": "#B96DB0",
"terminal.ansi.cyan": "#CA933C",
"terminal.ansi.white": "#B7B3B1",
"terminal.ansi.bright_black": "#4C4947",
"terminal.ansi.bright_red": "#ED7D74",
"terminal.ansi.bright_green": "#64C883",
"terminal.ansi.bright_yellow": "#F8C173",
"terminal.ansi.bright_blue": "#FFD98F",
"terminal.ansi.bright_magenta": "#D06961",
"terminal.ansi.bright_cyan": "#E1AA57",
"terminal.ansi.bright_white": "#E6E2DF",
"link_text.hover": "#E1AA57",
"conflict": "#FF9187",
"conflict.background": "#99423D",
"conflict.border": "#B4554F",
"created": "#64C883",
"created.background": "#1A6B3A",
"created.border": "#2D814B",
"deleted": "#FF9187",
"deleted.background": "#99423D",
"deleted.border": "#B4554F",
"error": "#FF9187",
"error.background": "#99423D",
"error.border": "#B4554F",
"hidden": "#75716F",
"hidden.background": "#393634",
"hidden.border": "#4C4947",
"hint": "#60B9FF",
"hint.background": "#0061A1",
"hint.border": "#1976BC",
"ignored": "#75716F",
"ignored.background": "#393634",
"ignored.border": "#4C4947",
"info": "#60B9FF",
"info.background": "#0061A1",
"info.border": "#1976BC",
"modified": "#00CBE1",
"modified.background": "#006D7E",
"modified.border": "#00FDFF",
"predictive": "#75716F",
"predictive.background": "#393634",
"predictive.border": "#4C4947",
"renamed": "#D0B153",
"renamed.background": "#6F5C13",
"renamed.border": "#867023",
"success": "#64C883",
"success.background": "#1A6B3A",
"success.border": "#2D814B",
"unreachable": "#75716F",
"unreachable.background": "#393634",
"unreachable.border": "#4C4947",
"warning": "#D0B153",
"warning.background": "#6F5C13",
"warning.border": "#867023",
"panel.background": "#272422",
"panel.focused_border": "#9B6800",
"pane.focused_border": "#9B6800",
"pane_group.border": "#4C4947",
"scrollbar.thumb.background": "#E6E2DF13",
"scrollbar.thumb.hover_background": "#E6E2DF26",
"scrollbar.thumb.border": "#00000000",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#00000000",
"search.match_background": "#FFB67550",
"syntax": {
"attribute": {
"color": "#CECAC8",
"font_style": "normal",
"font_weight": 400
},
"boolean": {
"color": "#F8C173",
"font_style": "normal",
"font_weight": 400
},
"comment": {
"color": "#75716F",
"font_style": "normal",
"font_weight": 400
},
"comment.doc": {
"color": "#75716F",
"font_style": "italic",
"font_weight": 400
},
"constant": {
"color": "#F8C173",
"font_style": "normal",
"font_weight": 400
},
"constructor": {
"color": "#CECAC8",
"font_style": "normal",
"font_weight": 400
},
"emphasis": {
"color": "#B7B3B1",
"font_style": "italic",
"font_weight": 400
},
"emphasis.strong": {
"color": "#B7B3B1",
"font_style": "normal",
"font_weight": 700
},
"enum": {
"color": "#FF9874",
"font_style": "normal",
"font_weight": 400
},
"function": {
"color": "#CECAC8",
"font_style": "normal",
"font_weight": 400
},
"function.method": {
"color": "#CECAC8",
"font_style": "normal",
"font_weight": 400
},
"hint": {
"color": "#60B9FF",
"font_style": "normal",
"font_weight": 400
},
"keyword": {
"color": "#E6E2DF",
"font_style": "normal",
"font_weight": 700
},
"label": {
"color": "#CECAC8",
"font_style": "normal",
"font_weight": 400
},
"link_text": {
"color": "#CA933C",
"font_style": "italic",
"font_weight": 400
},
"link_uri": {
"color": "#CA933C",
"font_style": "italic",
"font_weight": 400
},
"number": {
"color": "#F8C173",
"font_style": "normal",
"font_weight": 400
},
"operator": {
"color": "#FFD98F",
"font_style": "normal",
"font_weight": 400
},
"predictive": {
"color": "#75716F",
"font_style": "italic",
"font_weight": 400
},
"preproc": {
"color": "#CECAC8",
"font_style": "normal",
"font_weight": 400
},
"primary": {
"color": "#B7B3B1",
"font_style": "normal",
"font_weight": 400
},
"property": {
"color": "#B59885",
"font_style": "normal",
"font_weight": 400
},
"punctuation": {
"color": "#75716F",
"font_style": "normal",
"font_weight": 400
},
"punctuation.bracket": {
"color": "#75716F",
"font_style": "normal",
"font_weight": 400
},
"punctuation.delimiter": {
"color": "#75716F",
"font_style": "normal",
"font_weight": 400
},
"punctuation.list_marker": {
"color": "#75716F",
"font_style": "normal",
"font_weight": 400
},
"punctuation.special": {
"color": "#9E8270",
"font_style": "normal",
"font_weight": 400
},
"string": {
"color": "#CA933C",
"font_style": "italic",
"font_weight": 400
},
"string.escape": {
"color": "#9E8270",
"font_style": "normal",
"font_weight": 400
},
"string.regex": {
"color": "#CA933C",
"font_style": "italic",
"font_weight": 400
},
"string.special": {
"color": "#9E8270",
"font_style": "normal",
"font_weight": 400
},
"string.special.symbol": {
"color": "#9E8270",
"font_style": "normal",
"font_weight": 400
},
"tag": {
"color": "#E6E2DF",
"font_style": "normal",
"font_weight": 700
},
"text.literal": {
"color": "#CA933C",
"font_style": "italic",
"font_weight": 400
},
"title": {
"color": "#E6E2DF",
"font_style": "normal",
"font_weight": 700
},
"type": {
"color": "#FF9874",
"font_style": "normal",
"font_weight": 400
},
"type.builtin": {
"color": "#FFB18D",
"font_style": "normal",
"font_weight": 400
},
"variable": {
"color": "#B7B3B1",
"font_style": "normal",
"font_weight": 400
},
"variable.parameter": {
"color": "#B7B3B1",
"font_style": "italic",
"font_weight": 400
},
"variable.special": {
"color": "#E6E2DF",
"font_style": "normal",
"font_weight": 400
},
"variant": {
"color": "#FF9874",
"font_style": "normal",
"font_weight": 400
}
}
}
},
{
"name": "Dolch Alter Light",
"appearance": "light",
"style": {
"background": "#F4F1ED",
"foreground": "#413D3B",
"border": "#A7A3A1",
"border.variant": "#E6E2DF",
"border.focused": "#B37D1E",
"border.selected": "#845300",
"border.transparent": "#00000000",
"border.disabled": "#D4D0CD",
"elevated_surface.background": "#E6E2DF",
"surface.background": "#E6E2DF",
"element.background": "#BFBBBD",
"element.hover": "#A9A5A9",
"element.active": "#B37D1E",
"element.selected": "#B37D1E40",
"element.disabled": "#D4D0CD",
"ghost_element.background": "#00000000",
"ghost_element.hover": "#BFBBBD40",
"ghost_element.active": "#B37D1E",
"ghost_element.selected": "#B37D1E40",
"ghost_element.disabled": "#D4D0CD",
"drop_target.background": "#B37D1E40",
"text": "#413D3B",
"text.muted": "#7C7876",
"text.placeholder": "#7C7876",
"text.disabled": "#7C7876",
"text.accent": "#845300",
"icon": "#413D3B",
"icon.muted": "#7C7876",
"icon.disabled": "#7C7876",
"icon.placeholder": "#7C7876",
"icon.accent": "#845300",
"status_bar.background": "#D4D0CD",
"title_bar.background": "#4B4745",
"title_bar.inactive_background": "#626062",
"toolbar.background": "#E6E2DF",
"tab_bar.background": "#F4F1ED",
"tab.inactive_background": "#F4F1ED",
"tab.active_background": "#F4F1ED",
"editor.background": "#F4F1ED",
"editor.gutter.background": "#F4F1ED",
"editor.subheader.background": "#E6E2DF",
"editor.active_line.background": "#E6E2DF",
"editor.highlighted_line.background": "#E6E2DF",
"editor.line_number": "#7C7876",
"editor.active_line_number": "#1E1C1A",
"editor.invisible": "#7C7876",
"editor.wrap_guide": "#A7A3A1",
"editor.active_wrap_guide": "#B37D1E",
"editor.document_highlight.read_background": "#CA933C40",
"editor.document_highlight.write_background": "#B37D1E40",
"editor.document_highlight.bracket_background": "#A9A5A940",
"terminal.background": "#F4F1ED",
"terminal.foreground": "#413D3B",
"terminal.bright_foreground": "#1E1C1A",
"terminal.dim_foreground": "#7C7876",
"terminal.ansi.black": "#1E1C1A",
"terminal.ansi.red": "#AC413A",
"terminal.ansi.green": "#007A3A",
"terminal.ansi.yellow": "#766300",
"terminal.ansi.blue": "#0068B9",
"terminal.ansi.magenta": "#CC6082",
"terminal.ansi.cyan": "#9E6800",
"terminal.ansi.white": "#413D3B",
"terminal.ansi.bright_black": "#7C7876",
"terminal.ansi.bright_red": "#BB534A",
"terminal.ansi.bright_green": "#64B47F",
"terminal.ansi.bright_yellow": "#A89243",
"terminal.ansi.bright_blue": "#0054B6",
"terminal.ansi.bright_magenta": "#8977C7",
"terminal.ansi.bright_cyan": "#845300",
"terminal.ansi.bright_white": "#F4F1ED",
"link_text.hover": "#845300",
"conflict": "#AC413A",
"conflict.background": "#E9897E",
"conflict.border": "#DA776C",
"created": "#007A3A",
"created.background": "#63B47F",
"created.border": "#4DA46D",
"deleted": "#AC413A",
"deleted.background": "#E9897E",
"deleted.border": "#DA776C",
"error": "#AC413A",
"error.background": "#E9897E",
"error.border": "#DA776C",
"hidden": "#7C7876",
"hidden.background": "#D4D0CD",
"hidden.border": "#BDBDBD",
"hint": "#0068B9",
"hint.background": "#6DA7EE",
"hint.border": "#5496E1",
"ignored": "#7C7876",
"ignored.background": "#D4D0CD",
"ignored.border": "#BDBDBD",
"info": "#0068B9",
"info.background": "#6DA7EE",
"info.border": "#5496E1",
"modified": "#007790",
"modified.background": "#00B6CA",
"modified.border": "#00597433",
"predictive": "#7C7876",
"predictive.background": "#D4D0CD",
"predictive.border": "#BDBDBD",
"renamed": "#766300",
"renamed.background": "#B9A257",
"renamed.border": "#A89243",
"success": "#007A3A",
"success.background": "#63B47F",
"success.border": "#4DA46D",
"unreachable": "#7C7876",
"unreachable.background": "#D4D0CD",
"unreachable.border": "#BDBDBD",
"warning": "#766300",
"warning.background": "#B9A257",
"warning.border": "#A89243",
"panel.background": "#E6E2DF",
"panel.focused_border": "#B37D1E",
"pane.focused_border": "#B37D1E",
"pane_group.border": "#A7A3A1",
"scrollbar.thumb.background": "#1E1C1A13",
"scrollbar.thumb.hover_background": "#1E1C1A26",
"scrollbar.thumb.border": "#00000000",
"scrollbar.track.background": "#00000000",
"scrollbar.track.border": "#00000000",
"search.match_background": "#87430050",
"syntax": {
"attribute": {
"color": "#2F2D2B",
"font_style": "normal",
"font_weight": 400
},
"boolean": {
"color": "#9E6800",
"font_style": "normal",
"font_weight": 400
},
"comment": {
"color": "#7C7876",
"font_style": "normal",
"font_weight": 400
},
"comment.doc": {
"color": "#7C7876",
"font_style": "italic",
"font_weight": 400
},
"constant": {
"color": "#9E6800",
"font_style": "normal",
"font_weight": 400
},
"constructor": {
"color": "#2F2D2B",
"font_style": "normal",
"font_weight": 400
},
"emphasis": {
"color": "#413D3B",
"font_style": "italic",
"font_weight": 400
},
"emphasis.strong": {
"color": "#413D3B",
"font_style": "normal",
"font_weight": 700
},
"enum": {
"color": "#CC5500",
"font_style": "normal",
"font_weight": 400
},
"function": {
"color": "#2F2D2B",
"font_style": "normal",
"font_weight": 400
},
"function.method": {
"color": "#2F2D2B",
"font_style": "normal",
"font_weight": 400
},
"hint": {
"color": "#0068B9",
"font_style": "normal",
"font_weight": 400
},
"keyword": {
"color": "#1E1C1A",
"font_style": "normal",
"font_weight": 700
},
"label": {
"color": "#2F2D2B",
"font_style": "normal",
"font_weight": 400
},
"link_text": {
"color": "#9E6800",
"font_style": "italic",
"font_weight": 400
},
"link_uri": {
"color": "#9E6800",
"font_style": "italic",
"font_weight": 400
},
"number": {
"color": "#9E6800",
"font_style": "normal",
"font_weight": 400
},
"operator": {
"color": "#845300",
"font_style": "normal",
"font_weight": 400
},
"predictive": {
"color": "#7C7876",
"font_style": "italic",
"font_weight": 400
},
"preproc": {
"color": "#2F2D2B",
"font_style": "normal",
"font_weight": 400
},
"primary": {
"color": "#413D3B",
"font_style": "normal",
"font_weight": 400
},
"property": {
"color": "#5A4A37",
"font_style": "normal",
"font_weight": 400
},
"punctuation": {
"color": "#7C7876",
"font_style": "normal",
"font_weight": 400
},
"punctuation.bracket": {
"color": "#7C7876",
"font_style": "normal",
"font_weight": 400
},
"punctuation.delimiter": {
"color": "#7C7876",
"font_style": "normal",
"font_weight": 400
},
"punctuation.list_marker": {
"color": "#7C7876",
"font_style": "normal",
"font_weight": 400
},
"punctuation.special": {
"color": "#7A6A5C",
"font_style": "normal",
"font_weight": 400
},
"string": {
"color": "#9E6800",
"font_style": "italic",
"font_weight": 400
},
"string.escape": {
"color": "#7A6A5C",
"font_style": "normal",
"font_weight": 400
},
"string.regex": {
"color": "#9E6800",
"font_style": "italic",
"font_weight": 400
},
"string.special": {
"color": "#7A6A5C",
"font_style": "normal",
"font_weight": 400
},
"string.special.symbol": {
"color": "#7A6A5C",
"font_style": "normal",
"font_weight": 400
},
"tag": {
"color": "#1E1C1A",
"font_style": "normal",
"font_weight": 700
},
"text.literal": {
"color": "#9E6800",
"font_style": "italic",
"font_weight": 400
},
"title": {
"color": "#1E1C1A",
"font_style": "normal",
"font_weight": 700
},
"type": {
"color": "#CC5500",
"font_style": "normal",
"font_weight": 400
},
"type.builtin": {
"color": "#B85D00",
"font_style": "normal",
"font_weight": 400
},
"variable": {
"color": "#413D3B",
"font_style": "normal",
"font_weight": 400
},
"variable.parameter": {
"color": "#413D3B",
"font_style": "italic",
"font_weight": 400
},
"variable.special": {
"color": "#1E1C1A",
"font_style": "normal",
"font_weight": 400
},
"variant": {
"color": "#CC5500",
"font_style": "normal",
"font_weight": 400
}
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment