mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 11:13:59 +00:00
feat: add missing project files and fix architecture compliance
- Add LICENSE file (MIT) - Add CONTRIBUTING.md with generator-first workflow guidelines - Add Makefile with comprehensive development commands - Add .editorconfig for consistent code formatting - Add CHANGELOG.md for version tracking - Remove inconsistent non-variant files that bypassed generator architecture - Fix installation script to use variant-specific paths (prevent config overwriting)
This commit is contained in:
214
editors/zed/everforest-dark-hard.json
Normal file
214
editors/zed/everforest-dark-hard.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Everforest",
|
||||
"appearance": "dark",
|
||||
"author": "Generated from template",
|
||||
"style": {
|
||||
"border": "#859289",
|
||||
"border.variant": "#7a8478",
|
||||
"border.focused": "#7fbbb3",
|
||||
"border.selected": "#7fbbb3",
|
||||
"border.transparent": "#2b3339",
|
||||
"border.disabled": "#859289",
|
||||
"elevated_surface.background": "#323c41",
|
||||
"surface.background": "#2b3339",
|
||||
"background": "#2b3339",
|
||||
"element.background": "#323c41",
|
||||
"element.hover": "#3a454a",
|
||||
"element.active": "#3a454a",
|
||||
"element.selected": "#3a454a",
|
||||
"element.disabled": "#859289",
|
||||
"drop_target.background": "#7fbbb3",
|
||||
"ghost_element.background": "#323c41",
|
||||
"ghost_element.hover": "#3a454a",
|
||||
"ghost_element.active": "#3a454a",
|
||||
"ghost_element.selected": "#3a454a",
|
||||
"ghost_element.disabled": "#859289",
|
||||
"text": "#d3c6aa",
|
||||
"text.muted": "#859289",
|
||||
"text.placeholder": "#859289",
|
||||
"text.disabled": "#859289",
|
||||
"text.accent": "#7fbbb3",
|
||||
"icon": "#d3c6aa",
|
||||
"icon.muted": "#859289",
|
||||
"icon.disabled": "#859289",
|
||||
"icon.placeholder": "#859289",
|
||||
"icon.accent": "#7fbbb3",
|
||||
"status_bar.background": "#323c41",
|
||||
"title_bar.background": "#2b3339",
|
||||
"toolbar.background": "#323c41",
|
||||
"tab_bar.background": "#323c41",
|
||||
"tab.inactive_background": "#323c41",
|
||||
"tab.active_background": "#2b3339",
|
||||
"search.match_background": "#dbbc7f",
|
||||
"panel.background": "#323c41",
|
||||
"panel.focused_border": "#7fbbb3",
|
||||
"pane.focused_border": "#7fbbb3",
|
||||
"scrollbar.thumb.background": "#859289",
|
||||
"scrollbar.thumb.hover_background": "#9da9a0",
|
||||
"scrollbar.thumb.border": "#7a8478",
|
||||
"scrollbar.track.background": "#2b3339",
|
||||
"scrollbar.track.border": "#7a8478",
|
||||
"editor.foreground": "#d3c6aa",
|
||||
"editor.background": "#2b3339",
|
||||
"editor.gutter.background": "#2b3339",
|
||||
"editor.subheader.background": "#323c41",
|
||||
"editor.active_line.background": "#323c41",
|
||||
"editor.highlighted_line.background": "#323c41",
|
||||
"editor.line_number": "#859289",
|
||||
"editor.active_line_number": "#dbbc7f",
|
||||
"editor.invisible": "#859289",
|
||||
"editor.wrap_guide": "#859289",
|
||||
"editor.active_wrap_guide": "#9da9a0",
|
||||
"editor.document_highlight.read_background": "#323c41",
|
||||
"editor.document_highlight.write_background": "#3a454a",
|
||||
"terminal.background": "#2b3339",
|
||||
"terminal.foreground": "#d3c6aa",
|
||||
"terminal.bright_foreground": "#d3c6aa",
|
||||
"terminal.dim_foreground": "#859289",
|
||||
"terminal.ansi.black": "#2b3339",
|
||||
"terminal.ansi.red": "#e67e80",
|
||||
"terminal.ansi.green": "#a7c080",
|
||||
"terminal.ansi.yellow": "#dbbc7f",
|
||||
"terminal.ansi.blue": "#7fbbb3",
|
||||
"terminal.ansi.magenta": "#d699b6",
|
||||
"terminal.ansi.cyan": "#83c092",
|
||||
"terminal.ansi.white": "#d3c6aa",
|
||||
"terminal.ansi.bright_black": "#7a8478",
|
||||
"terminal.ansi.bright_red": "#e67e80",
|
||||
"terminal.ansi.bright_green": "#a7c080",
|
||||
"terminal.ansi.bright_yellow": "#dbbc7f",
|
||||
"terminal.ansi.bright_blue": "#7fbbb3",
|
||||
"terminal.ansi.bright_magenta": "#d699b6",
|
||||
"terminal.ansi.bright_cyan": "#83c092",
|
||||
"terminal.ansi.bright_white": "#d3c6aa",
|
||||
"link_text.hover": "#7fbbb3"
|
||||
},
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"embedded": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"enum": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"function": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"hint": {
|
||||
"color": "#83c092",
|
||||
"font_weight": 700
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"label": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"number": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"predictive": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"preproc": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"primary": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"property": {
|
||||
"color": "#7fbbb3"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"title": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"type": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"variant": {
|
||||
"color": "#83c092"
|
||||
}
|
||||
}
|
||||
}
|
||||
214
editors/zed/everforest-dark-medium.json
Normal file
214
editors/zed/everforest-dark-medium.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Everforest",
|
||||
"appearance": "dark",
|
||||
"author": "Generated from template",
|
||||
"style": {
|
||||
"border": "#859289",
|
||||
"border.variant": "#7a8478",
|
||||
"border.focused": "#7fbbb3",
|
||||
"border.selected": "#7fbbb3",
|
||||
"border.transparent": "#2f383e",
|
||||
"border.disabled": "#859289",
|
||||
"elevated_surface.background": "#374247",
|
||||
"surface.background": "#2f383e",
|
||||
"background": "#2f383e",
|
||||
"element.background": "#374247",
|
||||
"element.hover": "#404c51",
|
||||
"element.active": "#404c51",
|
||||
"element.selected": "#404c51",
|
||||
"element.disabled": "#859289",
|
||||
"drop_target.background": "#7fbbb3",
|
||||
"ghost_element.background": "#374247",
|
||||
"ghost_element.hover": "#404c51",
|
||||
"ghost_element.active": "#404c51",
|
||||
"ghost_element.selected": "#404c51",
|
||||
"ghost_element.disabled": "#859289",
|
||||
"text": "#d3c6aa",
|
||||
"text.muted": "#859289",
|
||||
"text.placeholder": "#859289",
|
||||
"text.disabled": "#859289",
|
||||
"text.accent": "#7fbbb3",
|
||||
"icon": "#d3c6aa",
|
||||
"icon.muted": "#859289",
|
||||
"icon.disabled": "#859289",
|
||||
"icon.placeholder": "#859289",
|
||||
"icon.accent": "#7fbbb3",
|
||||
"status_bar.background": "#374247",
|
||||
"title_bar.background": "#2f383e",
|
||||
"toolbar.background": "#374247",
|
||||
"tab_bar.background": "#374247",
|
||||
"tab.inactive_background": "#374247",
|
||||
"tab.active_background": "#2f383e",
|
||||
"search.match_background": "#dbbc7f",
|
||||
"panel.background": "#374247",
|
||||
"panel.focused_border": "#7fbbb3",
|
||||
"pane.focused_border": "#7fbbb3",
|
||||
"scrollbar.thumb.background": "#859289",
|
||||
"scrollbar.thumb.hover_background": "#9da9a0",
|
||||
"scrollbar.thumb.border": "#7a8478",
|
||||
"scrollbar.track.background": "#2f383e",
|
||||
"scrollbar.track.border": "#7a8478",
|
||||
"editor.foreground": "#d3c6aa",
|
||||
"editor.background": "#2f383e",
|
||||
"editor.gutter.background": "#2f383e",
|
||||
"editor.subheader.background": "#374247",
|
||||
"editor.active_line.background": "#374247",
|
||||
"editor.highlighted_line.background": "#374247",
|
||||
"editor.line_number": "#859289",
|
||||
"editor.active_line_number": "#dbbc7f",
|
||||
"editor.invisible": "#859289",
|
||||
"editor.wrap_guide": "#859289",
|
||||
"editor.active_wrap_guide": "#9da9a0",
|
||||
"editor.document_highlight.read_background": "#374247",
|
||||
"editor.document_highlight.write_background": "#404c51",
|
||||
"terminal.background": "#2f383e",
|
||||
"terminal.foreground": "#d3c6aa",
|
||||
"terminal.bright_foreground": "#d3c6aa",
|
||||
"terminal.dim_foreground": "#859289",
|
||||
"terminal.ansi.black": "#2f383e",
|
||||
"terminal.ansi.red": "#e67e80",
|
||||
"terminal.ansi.green": "#a7c080",
|
||||
"terminal.ansi.yellow": "#dbbc7f",
|
||||
"terminal.ansi.blue": "#7fbbb3",
|
||||
"terminal.ansi.magenta": "#d699b6",
|
||||
"terminal.ansi.cyan": "#83c092",
|
||||
"terminal.ansi.white": "#d3c6aa",
|
||||
"terminal.ansi.bright_black": "#7a8478",
|
||||
"terminal.ansi.bright_red": "#e67e80",
|
||||
"terminal.ansi.bright_green": "#a7c080",
|
||||
"terminal.ansi.bright_yellow": "#dbbc7f",
|
||||
"terminal.ansi.bright_blue": "#7fbbb3",
|
||||
"terminal.ansi.bright_magenta": "#d699b6",
|
||||
"terminal.ansi.bright_cyan": "#83c092",
|
||||
"terminal.ansi.bright_white": "#d3c6aa",
|
||||
"link_text.hover": "#7fbbb3"
|
||||
},
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"embedded": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"enum": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"function": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"hint": {
|
||||
"color": "#83c092",
|
||||
"font_weight": 700
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"label": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"number": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"predictive": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"preproc": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"primary": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"property": {
|
||||
"color": "#7fbbb3"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"title": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"type": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"variant": {
|
||||
"color": "#83c092"
|
||||
}
|
||||
}
|
||||
}
|
||||
214
editors/zed/everforest-dark-soft.json
Normal file
214
editors/zed/everforest-dark-soft.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Everforest",
|
||||
"appearance": "dark",
|
||||
"author": "Generated from template",
|
||||
"style": {
|
||||
"border": "#859289",
|
||||
"border.variant": "#7a8478",
|
||||
"border.focused": "#7fbbb3",
|
||||
"border.selected": "#7fbbb3",
|
||||
"border.transparent": "#323d43",
|
||||
"border.disabled": "#859289",
|
||||
"elevated_surface.background": "#3a464c",
|
||||
"surface.background": "#323d43",
|
||||
"background": "#323d43",
|
||||
"element.background": "#3a464c",
|
||||
"element.hover": "#434f55",
|
||||
"element.active": "#434f55",
|
||||
"element.selected": "#434f55",
|
||||
"element.disabled": "#859289",
|
||||
"drop_target.background": "#7fbbb3",
|
||||
"ghost_element.background": "#3a464c",
|
||||
"ghost_element.hover": "#434f55",
|
||||
"ghost_element.active": "#434f55",
|
||||
"ghost_element.selected": "#434f55",
|
||||
"ghost_element.disabled": "#859289",
|
||||
"text": "#d3c6aa",
|
||||
"text.muted": "#859289",
|
||||
"text.placeholder": "#859289",
|
||||
"text.disabled": "#859289",
|
||||
"text.accent": "#7fbbb3",
|
||||
"icon": "#d3c6aa",
|
||||
"icon.muted": "#859289",
|
||||
"icon.disabled": "#859289",
|
||||
"icon.placeholder": "#859289",
|
||||
"icon.accent": "#7fbbb3",
|
||||
"status_bar.background": "#3a464c",
|
||||
"title_bar.background": "#323d43",
|
||||
"toolbar.background": "#3a464c",
|
||||
"tab_bar.background": "#3a464c",
|
||||
"tab.inactive_background": "#3a464c",
|
||||
"tab.active_background": "#323d43",
|
||||
"search.match_background": "#dbbc7f",
|
||||
"panel.background": "#3a464c",
|
||||
"panel.focused_border": "#7fbbb3",
|
||||
"pane.focused_border": "#7fbbb3",
|
||||
"scrollbar.thumb.background": "#859289",
|
||||
"scrollbar.thumb.hover_background": "#9da9a0",
|
||||
"scrollbar.thumb.border": "#7a8478",
|
||||
"scrollbar.track.background": "#323d43",
|
||||
"scrollbar.track.border": "#7a8478",
|
||||
"editor.foreground": "#d3c6aa",
|
||||
"editor.background": "#323d43",
|
||||
"editor.gutter.background": "#323d43",
|
||||
"editor.subheader.background": "#3a464c",
|
||||
"editor.active_line.background": "#3a464c",
|
||||
"editor.highlighted_line.background": "#3a464c",
|
||||
"editor.line_number": "#859289",
|
||||
"editor.active_line_number": "#dbbc7f",
|
||||
"editor.invisible": "#859289",
|
||||
"editor.wrap_guide": "#859289",
|
||||
"editor.active_wrap_guide": "#9da9a0",
|
||||
"editor.document_highlight.read_background": "#3a464c",
|
||||
"editor.document_highlight.write_background": "#434f55",
|
||||
"terminal.background": "#323d43",
|
||||
"terminal.foreground": "#d3c6aa",
|
||||
"terminal.bright_foreground": "#d3c6aa",
|
||||
"terminal.dim_foreground": "#859289",
|
||||
"terminal.ansi.black": "#323d43",
|
||||
"terminal.ansi.red": "#e67e80",
|
||||
"terminal.ansi.green": "#a7c080",
|
||||
"terminal.ansi.yellow": "#dbbc7f",
|
||||
"terminal.ansi.blue": "#7fbbb3",
|
||||
"terminal.ansi.magenta": "#d699b6",
|
||||
"terminal.ansi.cyan": "#83c092",
|
||||
"terminal.ansi.white": "#d3c6aa",
|
||||
"terminal.ansi.bright_black": "#7a8478",
|
||||
"terminal.ansi.bright_red": "#e67e80",
|
||||
"terminal.ansi.bright_green": "#a7c080",
|
||||
"terminal.ansi.bright_yellow": "#dbbc7f",
|
||||
"terminal.ansi.bright_blue": "#7fbbb3",
|
||||
"terminal.ansi.bright_magenta": "#d699b6",
|
||||
"terminal.ansi.bright_cyan": "#83c092",
|
||||
"terminal.ansi.bright_white": "#d3c6aa",
|
||||
"link_text.hover": "#7fbbb3"
|
||||
},
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"embedded": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"enum": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"function": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"hint": {
|
||||
"color": "#83c092",
|
||||
"font_weight": 700
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"label": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"number": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"predictive": {
|
||||
"color": "#859289",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"preproc": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"primary": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"property": {
|
||||
"color": "#7fbbb3"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"title": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"type": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#d3c6aa"
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"variant": {
|
||||
"color": "#83c092"
|
||||
}
|
||||
}
|
||||
}
|
||||
214
editors/zed/everforest-light-hard.json
Normal file
214
editors/zed/everforest-light-hard.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Everforest",
|
||||
"appearance": "dark",
|
||||
"author": "Generated from template",
|
||||
"style": {
|
||||
"border": "#b3c0b0",
|
||||
"border.variant": "#a6b0a0",
|
||||
"border.focused": "#7fbbb3",
|
||||
"border.selected": "#7fbbb3",
|
||||
"border.transparent": "#fdf6e3",
|
||||
"border.disabled": "#b3c0b0",
|
||||
"elevated_surface.background": "#f4f0d9",
|
||||
"surface.background": "#fdf6e3",
|
||||
"background": "#fdf6e3",
|
||||
"element.background": "#f4f0d9",
|
||||
"element.hover": "#efebd4",
|
||||
"element.active": "#efebd4",
|
||||
"element.selected": "#efebd4",
|
||||
"element.disabled": "#b3c0b0",
|
||||
"drop_target.background": "#7fbbb3",
|
||||
"ghost_element.background": "#f4f0d9",
|
||||
"ghost_element.hover": "#efebd4",
|
||||
"ghost_element.active": "#efebd4",
|
||||
"ghost_element.selected": "#efebd4",
|
||||
"ghost_element.disabled": "#b3c0b0",
|
||||
"text": "#5c6a72",
|
||||
"text.muted": "#b3c0b0",
|
||||
"text.placeholder": "#b3c0b0",
|
||||
"text.disabled": "#b3c0b0",
|
||||
"text.accent": "#7fbbb3",
|
||||
"icon": "#5c6a72",
|
||||
"icon.muted": "#b3c0b0",
|
||||
"icon.disabled": "#b3c0b0",
|
||||
"icon.placeholder": "#b3c0b0",
|
||||
"icon.accent": "#7fbbb3",
|
||||
"status_bar.background": "#f4f0d9",
|
||||
"title_bar.background": "#fdf6e3",
|
||||
"toolbar.background": "#f4f0d9",
|
||||
"tab_bar.background": "#f4f0d9",
|
||||
"tab.inactive_background": "#f4f0d9",
|
||||
"tab.active_background": "#fdf6e3",
|
||||
"search.match_background": "#dbbc7f",
|
||||
"panel.background": "#f4f0d9",
|
||||
"panel.focused_border": "#7fbbb3",
|
||||
"pane.focused_border": "#7fbbb3",
|
||||
"scrollbar.thumb.background": "#b3c0b0",
|
||||
"scrollbar.thumb.hover_background": "#c0cdb8",
|
||||
"scrollbar.thumb.border": "#a6b0a0",
|
||||
"scrollbar.track.background": "#fdf6e3",
|
||||
"scrollbar.track.border": "#a6b0a0",
|
||||
"editor.foreground": "#5c6a72",
|
||||
"editor.background": "#fdf6e3",
|
||||
"editor.gutter.background": "#fdf6e3",
|
||||
"editor.subheader.background": "#f4f0d9",
|
||||
"editor.active_line.background": "#f4f0d9",
|
||||
"editor.highlighted_line.background": "#f4f0d9",
|
||||
"editor.line_number": "#b3c0b0",
|
||||
"editor.active_line_number": "#dbbc7f",
|
||||
"editor.invisible": "#b3c0b0",
|
||||
"editor.wrap_guide": "#b3c0b0",
|
||||
"editor.active_wrap_guide": "#c0cdb8",
|
||||
"editor.document_highlight.read_background": "#f4f0d9",
|
||||
"editor.document_highlight.write_background": "#efebd4",
|
||||
"terminal.background": "#fdf6e3",
|
||||
"terminal.foreground": "#5c6a72",
|
||||
"terminal.bright_foreground": "#5c6a72",
|
||||
"terminal.dim_foreground": "#b3c0b0",
|
||||
"terminal.ansi.black": "#fdf6e3",
|
||||
"terminal.ansi.red": "#e67e80",
|
||||
"terminal.ansi.green": "#a7c080",
|
||||
"terminal.ansi.yellow": "#dbbc7f",
|
||||
"terminal.ansi.blue": "#7fbbb3",
|
||||
"terminal.ansi.magenta": "#d699b6",
|
||||
"terminal.ansi.cyan": "#83c092",
|
||||
"terminal.ansi.white": "#5c6a72",
|
||||
"terminal.ansi.bright_black": "#a6b0a0",
|
||||
"terminal.ansi.bright_red": "#e67e80",
|
||||
"terminal.ansi.bright_green": "#a7c080",
|
||||
"terminal.ansi.bright_yellow": "#dbbc7f",
|
||||
"terminal.ansi.bright_blue": "#7fbbb3",
|
||||
"terminal.ansi.bright_magenta": "#d699b6",
|
||||
"terminal.ansi.bright_cyan": "#83c092",
|
||||
"terminal.ansi.bright_white": "#5c6a72",
|
||||
"link_text.hover": "#7fbbb3"
|
||||
},
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"embedded": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"enum": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"function": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"hint": {
|
||||
"color": "#83c092",
|
||||
"font_weight": 700
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"label": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"number": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"predictive": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"preproc": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"primary": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"property": {
|
||||
"color": "#7fbbb3"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"title": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"type": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"variant": {
|
||||
"color": "#83c092"
|
||||
}
|
||||
}
|
||||
}
|
||||
214
editors/zed/everforest-light-medium.json
Normal file
214
editors/zed/everforest-light-medium.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Everforest",
|
||||
"appearance": "dark",
|
||||
"author": "Generated from template",
|
||||
"style": {
|
||||
"border": "#b3c0b0",
|
||||
"border.variant": "#a6b0a0",
|
||||
"border.focused": "#7fbbb3",
|
||||
"border.selected": "#7fbbb3",
|
||||
"border.transparent": "#f3ead3",
|
||||
"border.disabled": "#b3c0b0",
|
||||
"elevated_surface.background": "#ede6cf",
|
||||
"surface.background": "#f3ead3",
|
||||
"background": "#f3ead3",
|
||||
"element.background": "#ede6cf",
|
||||
"element.hover": "#e8e3cc",
|
||||
"element.active": "#e8e3cc",
|
||||
"element.selected": "#e8e3cc",
|
||||
"element.disabled": "#b3c0b0",
|
||||
"drop_target.background": "#7fbbb3",
|
||||
"ghost_element.background": "#ede6cf",
|
||||
"ghost_element.hover": "#e8e3cc",
|
||||
"ghost_element.active": "#e8e3cc",
|
||||
"ghost_element.selected": "#e8e3cc",
|
||||
"ghost_element.disabled": "#b3c0b0",
|
||||
"text": "#5c6a72",
|
||||
"text.muted": "#b3c0b0",
|
||||
"text.placeholder": "#b3c0b0",
|
||||
"text.disabled": "#b3c0b0",
|
||||
"text.accent": "#7fbbb3",
|
||||
"icon": "#5c6a72",
|
||||
"icon.muted": "#b3c0b0",
|
||||
"icon.disabled": "#b3c0b0",
|
||||
"icon.placeholder": "#b3c0b0",
|
||||
"icon.accent": "#7fbbb3",
|
||||
"status_bar.background": "#ede6cf",
|
||||
"title_bar.background": "#f3ead3",
|
||||
"toolbar.background": "#ede6cf",
|
||||
"tab_bar.background": "#ede6cf",
|
||||
"tab.inactive_background": "#ede6cf",
|
||||
"tab.active_background": "#f3ead3",
|
||||
"search.match_background": "#dbbc7f",
|
||||
"panel.background": "#ede6cf",
|
||||
"panel.focused_border": "#7fbbb3",
|
||||
"pane.focused_border": "#7fbbb3",
|
||||
"scrollbar.thumb.background": "#b3c0b0",
|
||||
"scrollbar.thumb.hover_background": "#c0cdb8",
|
||||
"scrollbar.thumb.border": "#a6b0a0",
|
||||
"scrollbar.track.background": "#f3ead3",
|
||||
"scrollbar.track.border": "#a6b0a0",
|
||||
"editor.foreground": "#5c6a72",
|
||||
"editor.background": "#f3ead3",
|
||||
"editor.gutter.background": "#f3ead3",
|
||||
"editor.subheader.background": "#ede6cf",
|
||||
"editor.active_line.background": "#ede6cf",
|
||||
"editor.highlighted_line.background": "#ede6cf",
|
||||
"editor.line_number": "#b3c0b0",
|
||||
"editor.active_line_number": "#dbbc7f",
|
||||
"editor.invisible": "#b3c0b0",
|
||||
"editor.wrap_guide": "#b3c0b0",
|
||||
"editor.active_wrap_guide": "#c0cdb8",
|
||||
"editor.document_highlight.read_background": "#ede6cf",
|
||||
"editor.document_highlight.write_background": "#e8e3cc",
|
||||
"terminal.background": "#f3ead3",
|
||||
"terminal.foreground": "#5c6a72",
|
||||
"terminal.bright_foreground": "#5c6a72",
|
||||
"terminal.dim_foreground": "#b3c0b0",
|
||||
"terminal.ansi.black": "#f3ead3",
|
||||
"terminal.ansi.red": "#e67e80",
|
||||
"terminal.ansi.green": "#a7c080",
|
||||
"terminal.ansi.yellow": "#dbbc7f",
|
||||
"terminal.ansi.blue": "#7fbbb3",
|
||||
"terminal.ansi.magenta": "#d699b6",
|
||||
"terminal.ansi.cyan": "#83c092",
|
||||
"terminal.ansi.white": "#5c6a72",
|
||||
"terminal.ansi.bright_black": "#a6b0a0",
|
||||
"terminal.ansi.bright_red": "#e67e80",
|
||||
"terminal.ansi.bright_green": "#a7c080",
|
||||
"terminal.ansi.bright_yellow": "#dbbc7f",
|
||||
"terminal.ansi.bright_blue": "#7fbbb3",
|
||||
"terminal.ansi.bright_magenta": "#d699b6",
|
||||
"terminal.ansi.bright_cyan": "#83c092",
|
||||
"terminal.ansi.bright_white": "#5c6a72",
|
||||
"link_text.hover": "#7fbbb3"
|
||||
},
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"embedded": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"enum": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"function": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"hint": {
|
||||
"color": "#83c092",
|
||||
"font_weight": 700
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"label": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"number": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"predictive": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"preproc": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"primary": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"property": {
|
||||
"color": "#7fbbb3"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"title": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"type": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"variant": {
|
||||
"color": "#83c092"
|
||||
}
|
||||
}
|
||||
}
|
||||
214
editors/zed/everforest-light-soft.json
Normal file
214
editors/zed/everforest-light-soft.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Everforest",
|
||||
"appearance": "dark",
|
||||
"author": "Generated from template",
|
||||
"style": {
|
||||
"border": "#b3c0b0",
|
||||
"border.variant": "#a6b0a0",
|
||||
"border.focused": "#7fbbb3",
|
||||
"border.selected": "#7fbbb3",
|
||||
"border.transparent": "#f0e5cf",
|
||||
"border.disabled": "#b3c0b0",
|
||||
"elevated_surface.background": "#e9e1cc",
|
||||
"surface.background": "#f0e5cf",
|
||||
"background": "#f0e5cf",
|
||||
"element.background": "#e9e1cc",
|
||||
"element.hover": "#e4dfc8",
|
||||
"element.active": "#e4dfc8",
|
||||
"element.selected": "#e4dfc8",
|
||||
"element.disabled": "#b3c0b0",
|
||||
"drop_target.background": "#7fbbb3",
|
||||
"ghost_element.background": "#e9e1cc",
|
||||
"ghost_element.hover": "#e4dfc8",
|
||||
"ghost_element.active": "#e4dfc8",
|
||||
"ghost_element.selected": "#e4dfc8",
|
||||
"ghost_element.disabled": "#b3c0b0",
|
||||
"text": "#5c6a72",
|
||||
"text.muted": "#b3c0b0",
|
||||
"text.placeholder": "#b3c0b0",
|
||||
"text.disabled": "#b3c0b0",
|
||||
"text.accent": "#7fbbb3",
|
||||
"icon": "#5c6a72",
|
||||
"icon.muted": "#b3c0b0",
|
||||
"icon.disabled": "#b3c0b0",
|
||||
"icon.placeholder": "#b3c0b0",
|
||||
"icon.accent": "#7fbbb3",
|
||||
"status_bar.background": "#e9e1cc",
|
||||
"title_bar.background": "#f0e5cf",
|
||||
"toolbar.background": "#e9e1cc",
|
||||
"tab_bar.background": "#e9e1cc",
|
||||
"tab.inactive_background": "#e9e1cc",
|
||||
"tab.active_background": "#f0e5cf",
|
||||
"search.match_background": "#dbbc7f",
|
||||
"panel.background": "#e9e1cc",
|
||||
"panel.focused_border": "#7fbbb3",
|
||||
"pane.focused_border": "#7fbbb3",
|
||||
"scrollbar.thumb.background": "#b3c0b0",
|
||||
"scrollbar.thumb.hover_background": "#c0cdb8",
|
||||
"scrollbar.thumb.border": "#a6b0a0",
|
||||
"scrollbar.track.background": "#f0e5cf",
|
||||
"scrollbar.track.border": "#a6b0a0",
|
||||
"editor.foreground": "#5c6a72",
|
||||
"editor.background": "#f0e5cf",
|
||||
"editor.gutter.background": "#f0e5cf",
|
||||
"editor.subheader.background": "#e9e1cc",
|
||||
"editor.active_line.background": "#e9e1cc",
|
||||
"editor.highlighted_line.background": "#e9e1cc",
|
||||
"editor.line_number": "#b3c0b0",
|
||||
"editor.active_line_number": "#dbbc7f",
|
||||
"editor.invisible": "#b3c0b0",
|
||||
"editor.wrap_guide": "#b3c0b0",
|
||||
"editor.active_wrap_guide": "#c0cdb8",
|
||||
"editor.document_highlight.read_background": "#e9e1cc",
|
||||
"editor.document_highlight.write_background": "#e4dfc8",
|
||||
"terminal.background": "#f0e5cf",
|
||||
"terminal.foreground": "#5c6a72",
|
||||
"terminal.bright_foreground": "#5c6a72",
|
||||
"terminal.dim_foreground": "#b3c0b0",
|
||||
"terminal.ansi.black": "#f0e5cf",
|
||||
"terminal.ansi.red": "#e67e80",
|
||||
"terminal.ansi.green": "#a7c080",
|
||||
"terminal.ansi.yellow": "#dbbc7f",
|
||||
"terminal.ansi.blue": "#7fbbb3",
|
||||
"terminal.ansi.magenta": "#d699b6",
|
||||
"terminal.ansi.cyan": "#83c092",
|
||||
"terminal.ansi.white": "#5c6a72",
|
||||
"terminal.ansi.bright_black": "#a6b0a0",
|
||||
"terminal.ansi.bright_red": "#e67e80",
|
||||
"terminal.ansi.bright_green": "#a7c080",
|
||||
"terminal.ansi.bright_yellow": "#dbbc7f",
|
||||
"terminal.ansi.bright_blue": "#7fbbb3",
|
||||
"terminal.ansi.bright_magenta": "#d699b6",
|
||||
"terminal.ansi.bright_cyan": "#83c092",
|
||||
"terminal.ansi.bright_white": "#5c6a72",
|
||||
"link_text.hover": "#7fbbb3"
|
||||
},
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"embedded": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"enum": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"function": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"hint": {
|
||||
"color": "#83c092",
|
||||
"font_weight": 700
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"label": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#7fbbb3",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"number": {
|
||||
"color": "#d699b6"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"predictive": {
|
||||
"color": "#b3c0b0",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"preproc": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"primary": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"property": {
|
||||
"color": "#7fbbb3"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "#83c092"
|
||||
},
|
||||
"string.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#e67e80"
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "#a7c080"
|
||||
},
|
||||
"title": {
|
||||
"color": "#7fbbb3",
|
||||
"font_weight": 700
|
||||
},
|
||||
"type": {
|
||||
"color": "#dbbc7f"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#5c6a72"
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "#e69875"
|
||||
},
|
||||
"variant": {
|
||||
"color": "#83c092"
|
||||
}
|
||||
}
|
||||
}
|
||||
214
editors/zed/template.json
Normal file
214
editors/zed/template.json
Normal file
@@ -0,0 +1,214 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
|
||||
"name": "Everforest",
|
||||
"appearance": "dark",
|
||||
"author": "Generated from template",
|
||||
"style": {
|
||||
"border": "{{gray2}}",
|
||||
"border.variant": "{{gray1}}",
|
||||
"border.focused": "{{blue}}",
|
||||
"border.selected": "{{blue}}",
|
||||
"border.transparent": "{{bg}}",
|
||||
"border.disabled": "{{gray2}}",
|
||||
"elevated_surface.background": "{{bg1}}",
|
||||
"surface.background": "{{bg}}",
|
||||
"background": "{{bg}}",
|
||||
"element.background": "{{bg1}}",
|
||||
"element.hover": "{{bg2}}",
|
||||
"element.active": "{{bg2}}",
|
||||
"element.selected": "{{bg2}}",
|
||||
"element.disabled": "{{gray2}}",
|
||||
"drop_target.background": "{{blue}}",
|
||||
"ghost_element.background": "{{bg1}}",
|
||||
"ghost_element.hover": "{{bg2}}",
|
||||
"ghost_element.active": "{{bg2}}",
|
||||
"ghost_element.selected": "{{bg2}}",
|
||||
"ghost_element.disabled": "{{gray2}}",
|
||||
"text": "{{fg}}",
|
||||
"text.muted": "{{gray2}}",
|
||||
"text.placeholder": "{{gray2}}",
|
||||
"text.disabled": "{{gray2}}",
|
||||
"text.accent": "{{blue}}",
|
||||
"icon": "{{fg}}",
|
||||
"icon.muted": "{{gray2}}",
|
||||
"icon.disabled": "{{gray2}}",
|
||||
"icon.placeholder": "{{gray2}}",
|
||||
"icon.accent": "{{blue}}",
|
||||
"status_bar.background": "{{bg1}}",
|
||||
"title_bar.background": "{{bg}}",
|
||||
"toolbar.background": "{{bg1}}",
|
||||
"tab_bar.background": "{{bg1}}",
|
||||
"tab.inactive_background": "{{bg1}}",
|
||||
"tab.active_background": "{{bg}}",
|
||||
"search.match_background": "{{yellow}}",
|
||||
"panel.background": "{{bg1}}",
|
||||
"panel.focused_border": "{{blue}}",
|
||||
"pane.focused_border": "{{blue}}",
|
||||
"scrollbar.thumb.background": "{{gray2}}",
|
||||
"scrollbar.thumb.hover_background": "{{gray3}}",
|
||||
"scrollbar.thumb.border": "{{gray1}}",
|
||||
"scrollbar.track.background": "{{bg}}",
|
||||
"scrollbar.track.border": "{{gray1}}",
|
||||
"editor.foreground": "{{fg}}",
|
||||
"editor.background": "{{bg}}",
|
||||
"editor.gutter.background": "{{bg}}",
|
||||
"editor.subheader.background": "{{bg1}}",
|
||||
"editor.active_line.background": "{{bg1}}",
|
||||
"editor.highlighted_line.background": "{{bg1}}",
|
||||
"editor.line_number": "{{gray2}}",
|
||||
"editor.active_line_number": "{{yellow}}",
|
||||
"editor.invisible": "{{gray2}}",
|
||||
"editor.wrap_guide": "{{gray2}}",
|
||||
"editor.active_wrap_guide": "{{gray3}}",
|
||||
"editor.document_highlight.read_background": "{{bg1}}",
|
||||
"editor.document_highlight.write_background": "{{bg2}}",
|
||||
"terminal.background": "{{bg}}",
|
||||
"terminal.foreground": "{{fg}}",
|
||||
"terminal.bright_foreground": "{{fg}}",
|
||||
"terminal.dim_foreground": "{{gray2}}",
|
||||
"terminal.ansi.black": "{{bg}}",
|
||||
"terminal.ansi.red": "{{red}}",
|
||||
"terminal.ansi.green": "{{green}}",
|
||||
"terminal.ansi.yellow": "{{yellow}}",
|
||||
"terminal.ansi.blue": "{{blue}}",
|
||||
"terminal.ansi.magenta": "{{purple}}",
|
||||
"terminal.ansi.cyan": "{{aqua}}",
|
||||
"terminal.ansi.white": "{{fg}}",
|
||||
"terminal.ansi.bright_black": "{{gray1}}",
|
||||
"terminal.ansi.bright_red": "{{red}}",
|
||||
"terminal.ansi.bright_green": "{{green}}",
|
||||
"terminal.ansi.bright_yellow": "{{yellow}}",
|
||||
"terminal.ansi.bright_blue": "{{blue}}",
|
||||
"terminal.ansi.bright_magenta": "{{purple}}",
|
||||
"terminal.ansi.bright_cyan": "{{aqua}}",
|
||||
"terminal.ansi.bright_white": "{{fg}}",
|
||||
"link_text.hover": "{{blue}}"
|
||||
},
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "{{orange}}"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "{{purple}}"
|
||||
},
|
||||
"comment": {
|
||||
"color": "{{gray2}}",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "{{gray2}}",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"constant": {
|
||||
"color": "{{purple}}"
|
||||
},
|
||||
"constructor": {
|
||||
"color": "{{yellow}}"
|
||||
},
|
||||
"embedded": {
|
||||
"color": "{{fg}}"
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "{{blue}}",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "{{blue}}",
|
||||
"font_weight": 700
|
||||
},
|
||||
"enum": {
|
||||
"color": "{{yellow}}"
|
||||
},
|
||||
"function": {
|
||||
"color": "{{green}}"
|
||||
},
|
||||
"hint": {
|
||||
"color": "{{aqua}}",
|
||||
"font_weight": 700
|
||||
},
|
||||
"keyword": {
|
||||
"color": "{{red}}"
|
||||
},
|
||||
"label": {
|
||||
"color": "{{orange}}"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "{{blue}}",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "{{aqua}}"
|
||||
},
|
||||
"number": {
|
||||
"color": "{{purple}}"
|
||||
},
|
||||
"operator": {
|
||||
"color": "{{orange}}"
|
||||
},
|
||||
"predictive": {
|
||||
"color": "{{gray2}}",
|
||||
"font_style": "italic"
|
||||
},
|
||||
"preproc": {
|
||||
"color": "{{aqua}}"
|
||||
},
|
||||
"primary": {
|
||||
"color": "{{fg}}"
|
||||
},
|
||||
"property": {
|
||||
"color": "{{blue}}"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "{{fg}}"
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "{{fg}}"
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "{{fg}}"
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "{{orange}}"
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "{{orange}}"
|
||||
},
|
||||
"string": {
|
||||
"color": "{{green}}"
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "{{aqua}}"
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "{{aqua}}"
|
||||
},
|
||||
"string.special": {
|
||||
"color": "{{orange}}"
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "{{orange}}"
|
||||
},
|
||||
"tag": {
|
||||
"color": "{{red}}"
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "{{green}}"
|
||||
},
|
||||
"title": {
|
||||
"color": "{{blue}}",
|
||||
"font_weight": 700
|
||||
},
|
||||
"type": {
|
||||
"color": "{{yellow}}"
|
||||
},
|
||||
"variable": {
|
||||
"color": "{{fg}}"
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "{{orange}}"
|
||||
},
|
||||
"variant": {
|
||||
"color": "{{aqua}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user