Skip to content

Instantly share code, notes, and snippets.

@msmithstubbs
Created February 21, 2025 03:09
Show Gist options
  • Select an option

  • Save msmithstubbs/53ccd63acce58ccaec1c6381534b235e to your computer and use it in GitHub Desktop.

Select an option

Save msmithstubbs/53ccd63acce58ccaec1c6381534b235e to your computer and use it in GitHub Desktop.
Everforest light theme for Zed
{
"$schema": "https://zed.dev/schema/themes/v0.1.0.json",
"name": "Everforest Light",
"author": "Sainnhe, based on Zed port by Thomas Alban",
"themes": [
{
"name": "Everforest Light",
"appearance": "light",
"style": {
"border": "#FDF6E3",
"border.variant": "#FDF6E3",
"border.focused": "#EDEADA",
"border.selected": "#FDF6E3",
"border.transparent": "#FDF6E3",
"border.disabled": "#FDF6E3",
"elevated_surface.background": "#F8F5E4",
"surface.background": "#FDF6E3",
"background": "#FDF6E3",
"element.background": "#8DA101",
"element.hover": "#FDF6E3",
"element.active": null,
"element.selected": "#E6E2CC",
"element.disabled": null,
"drop_target.background": "#F4F0D9",
"ghost_element.background": null,
"ghost_element.hover": "#FDF6E300",
"ghost_element.active": null,
"ghost_element.selected": "#E6E2CC80",
"ghost_element.disabled": null,
"text": "#5C6A72",
"text.muted": "#939F91",
"text.placeholder": null,
"text.disabled": null,
"text.accent": null,
"icon": null,
"icon.muted": null,
"icon.disabled": null,
"icon.placeholder": null,
"icon.accent": null,
"status_bar.background": "#EFEBD4",
"title_bar.background": "#EFEBD4",
"toolbar.background": "#FDF6E3",
"tab_bar.background": "#EFEBD4",
"tab.inactive_background": "#EFEBD4",
"tab.active_background": "#FDF6E3",
"search.match_background": null,
"panel.background": "#EFEBD4",
"panel.focused_border": null,
"pane.focused_border": null,
"scrollbar_thumb.background": "#BEC5B280",
"scrollbar.thumb.hover_background": "#BEC5B2",
"scrollbar.thumb.border": "#BEC5B280",
"scrollbar.track.background": "#FDF6E3",
"scrollbar.track.border": "#FDF6E300",
"editor.foreground": "#5C6A72",
"editor.background": "#FDF6E3",
"editor.gutter.background": "#FDF6E3",
"editor.subheader.background": null,
"editor.active_line.background": "#E6E2CC",
"editor.highlighted_line.background": null,
"editor.line_number": "#939F91",
"editor.active_line_number": "#5C6A72",
"editor.invisible": null,
"editor.wrap_guide": "#EFEBD4",
"editor.active_wrap_guide": "#EFEBD4",
"editor.document_highlight.read_background": null,
"editor.document_highlight.write_background": null,
"terminal.background": "#FDF6E3",
"terminal.foreground": null,
"terminal.bright_foreground": null,
"terminal.dim_foreground": null,
"terminal.ansi.black": "#F8F5E4",
"terminal.ansi.bright_black": "#A6B0A0",
"terminal.ansi.dim_black": null,
"terminal.ansi.red": "#F85552",
"terminal.ansi.bright_red": "#F85552",
"terminal.ansi.dim_red": null,
"terminal.ansi.green": "#8DA101",
"terminal.ansi.bright_green": "#8DA101",
"terminal.ansi.dim_green": null,
"terminal.ansi.yellow": "#DFA000",
"terminal.ansi.bright_yellow": "#DFA000",
"terminal.ansi.dim_yellow": null,
"terminal.ansi.blue": "#3A94C5",
"terminal.ansi.bright_blue": "#3A94C5",
"terminal.ansi.dim_blue": null,
"terminal.ansi.magenta": "#DF69BA",
"terminal.ansi.bright_magenta": "#DF69BA",
"terminal.ansi.dim_magenta": null,
"terminal.ansi.cyan": "#35A77C",
"terminal.ansi.bright_cyan": "#35A77C",
"terminal.ansi.dim_cyan": null,
"terminal.ansi.white": "#5C6A72",
"terminal.ansi.bright_white": "#5C6A72",
"terminal.ansi.dim_white": null,
"link_text.hover": "#8DA101",
"conflict": "#DF69BA80",
"conflict.background": null,
"conflict.border": null,
"created": "#8DA10180",
"created.background": null,
"created.border": null,
"deleted": "#F8555280",
"deleted.background": null,
"deleted.border": null,
"error": "#F85552",
"error.background": "#F8F5E4",
"error.border": null,
"hidden": "#939F91",
"hidden.background": null,
"hidden.border": null,
"hint": "#939F9180",
"hint.background": null,
"hint.border": null,
"ignored": "#BEC5B2",
"ignored.background": null,
"ignored.border": null,
"info": "#3A94C5",
"info.background": "#3A94C520",
"info.border": null,
"modified": "#3A94C580",
"modified.background": null,
"modified.border": null,
"predictive": null,
"predictive.background": null,
"predictive.border": null,
"renamed": null,
"renamed.background": null,
"renamed.border": null,
"success": null,
"success.background": null,
"success.border": null,
"unreachable": null,
"unreachable.background": null,
"unreachable.border": null,
"warning": "#DFA000",
"warning.background": "#F0F2D4",
"warning.border": null,
"players": [
{
"cursor": "#5C6A72",
"selection": "#F0F2D4",
"background": "#F0F2D4"
}
],
"syntax": {
"attribute": {
"color": "#DFA000",
"font_style": null,
"font_weight": null
},
"constant": {
"color": "#DF69BA",
"font_style": null,
"font_weight": null
},
"constructor": {
"color": "#DF69BA",
"font_style": null,
"font_weight": null
},
"comment": {
"color": "#A6B0A0",
"font_style": "italic",
"font_weight": null
},
"function": {
"color": "#8DA101",
"font_style": null,
"font_weight": null
},
"keyword": {
"color": "#F85552",
"font_style": null,
"font_weight": null
},
"number": {
"color": "#DF69BA",
"font_style": null,
"font_weight": null
},
"operator": {
"color": "#F57D26",
"font_style": null,
"font_weight": null
},
"property": {
"color": "#35A77C",
"font_style": null,
"font_weight": null
},
"string": {
"color": "#DFA000",
"font_style": null,
"font_weight": null
},
"string.escape": {
"color": "#8DA101",
"font_style": null,
"font_weight": null
},
"type": {
"color": "#3A94C5",
"font_style": null,
"font_weight": null
}
}
}
}
]
}
@msmithstubbs
Copy link
Author

This is a port of the Everforest theme to Zed.
The dark version was already ported and available here: https://github.com/ThomasAlban/everforest-zed/blob/9601646a2b0a4b2488a6541554cde4e5cee1c9a7/themes/everforest-dark.json

Original theme by Sainnhe: https://github.com/sainnhe/everforest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment