mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-02-13 08:48:56 +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-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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user