Files
everforest-resources/editors/zed/everforest-light-soft.json
Ismo Vuorinen dd5e539bb5 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)
2025-09-06 00:36:23 +03:00

215 lines
5.4 KiB
JSON

{
"$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"
}
}
}