Last active
October 3, 2024 22:40
-
-
Save demiurg/0de1608a93afa61bafdaf8907b487909 to your computer and use it in GitHub Desktop.
Eiffel Color Theme port for Zed
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Eiffel", | |
"author": "", | |
"themes": [ | |
{ | |
"name": "Eiffel", | |
"appearance": "light", | |
"style": { | |
"border": "#c9c9caff", | |
"border.variant": "#dfdfe0ff", | |
"border.focused": "#cbcdf6ff", | |
"border.selected": "#cbcdf6ff", | |
"border.transparent": "#00000000", | |
"border.disabled": "#d3d3d4ff", | |
"elevated_surface.background": "#ebebecff", | |
"surface.background": "#ebebecff", | |
"background": "#dcdcddff", | |
"element.background": "#ebebecff", | |
"element.hover": "#dfdfe0ff", | |
"element.active": "#cacacaff", | |
"element.selected": "#cacacaff", | |
"element.disabled": "#ebebecff", | |
"drop_target.background": "#7e808780", | |
"ghost_element.background": "#00000000", | |
"ghost_element.hover": "#dfdfe0ff", | |
"ghost_element.active": "#cacacaff", | |
"ghost_element.selected": "#cacacaff", | |
"ghost_element.disabled": "#ebebecff", | |
"text": "#1E1926", | |
"text.muted": "#7e8087ff", | |
"text.placeholder": "#a1a1a3ff", | |
"text.disabled": "#a1a1a3ff", | |
"text.accent": "#004DDC", | |
"icon": "#1E1926", | |
"icon.muted": "#7e8087ff", | |
"icon.disabled": "#a1a1a3ff", | |
"icon.placeholder": "#7e8087ff", | |
"icon.accent": "#004DDC", | |
"status_bar.background": "#dcdcddff", | |
"title_bar.background": "#dcdcddff", | |
"title_bar.inactive_background": "#ebebecff", | |
"toolbar.background": "#fafafaff", | |
"tab_bar.background": "#ebebecff", | |
"tab.inactive_background": "#ebebecff", | |
"tab.active_background": "#fafafaff", | |
"search.match_background": "#5c79e266", | |
"panel.background": "#ebebecff", | |
"panel.focused_border": null, | |
"pane.focused_border": null, | |
"scrollbar.thumb.background": "#383a414c", | |
"scrollbar.thumb.hover_background": "#dfdfe0ff", | |
"scrollbar.thumb.border": "#dfdfe0ff", | |
"scrollbar.track.background": "#00000000", | |
"scrollbar.track.border": "#eeeeeeff", | |
"editor.foreground": "#1E1926", | |
"editor.background": "#fafafaff", | |
"editor.gutter.background": "#fafafaff", | |
"editor.subheader.background": "#ebebecff", | |
"editor.active_line.background": "#ebebecbf", | |
"editor.highlighted_line.background": "#ebebecff", | |
"editor.line_number": "#383a4159", | |
"editor.active_line_number": "#1E1926", | |
"editor.invisible": "#a3a3a4ff", | |
"editor.wrap_guide": "#383a410d", | |
"editor.active_wrap_guide": "#383a411a", | |
"editor.document_highlight.read_background": "#5c78e21a", | |
"editor.document_highlight.write_background": "#a3a3a466", | |
"terminal.background": "#fafafaff", | |
"terminal.foreground": "#1E1926", | |
"terminal.bright_foreground": "#383a41ff", | |
"terminal.dim_foreground": "#fafafaff", | |
"terminal.ansi.black": "#fafafaff", | |
"terminal.ansi.bright_black": "#aaaaaaff", | |
"terminal.ansi.dim_black": "#383a41ff", | |
"terminal.ansi.red": "#ED0062", | |
"terminal.ansi.bright_red": "#FF6943", | |
"terminal.ansi.dim_red": "#6f312aff", | |
"terminal.ansi.green": "#007E66", | |
"terminal.ansi.bright_green": "#00916B", | |
"terminal.ansi.dim_green": "#354d2eff", | |
"terminal.ansi.yellow": "#FFB53F", | |
"terminal.ansi.bright_yellow": "#F9F871", | |
"terminal.ansi.dim_yellow": "#786441ff", | |
"terminal.ansi.blue": "#004DDC", | |
"terminal.ansi.bright_blue": "#00A1F6", | |
"terminal.ansi.dim_blue": "#2d3d75ff", | |
"terminal.ansi.magenta": "#AC0086", | |
"terminal.ansi.bright_magenta": "#cea6d3ff", | |
"terminal.ansi.dim_magenta": "#4b2a50ff", | |
"terminal.ansi.cyan": "#3a82b7ff", | |
"terminal.ansi.bright_cyan": "#a3bedaff", | |
"terminal.ansi.dim_cyan": "#254058ff", | |
"terminal.ansi.white": "#383a41ff", | |
"terminal.ansi.bright_white": "#383a41ff", | |
"terminal.ansi.dim_white": "#97979aff", | |
"link_text.hover": "#004DDC", | |
"conflict": "#FFB53F", | |
"conflict.background": "#faf2e6ff", | |
"conflict.border": "#f4e7d1ff", | |
"created": "#007E66", | |
"created.background": "#dfeadbff", | |
"created.border": "#c8dcc1ff", | |
"deleted": "#ED0062", | |
"deleted.background": "#fbdfd9ff", | |
"deleted.border": "#f6c6bdff", | |
"error": "#ED0062", | |
"error.background": "#fbdfd9ff", | |
"error.border": "#f6c6bdff", | |
"hidden": "#a1a1a3ff", | |
"hidden.background": "#dcdcddff", | |
"hidden.border": "#d3d3d4ff", | |
"hint": "#9294beff", | |
"hint.background": "#e2e2faff", | |
"hint.border": "#cbcdf6ff", | |
"ignored": "#a1a1a3ff", | |
"ignored.background": "#dcdcddff", | |
"ignored.border": "#c9c9caff", | |
"info": "#004DDC", | |
"info.background": "#e2e2faff", | |
"info.border": "#cbcdf6ff", | |
"modified": "#9D0A9B", | |
"modified.background": "#BF8AFF", | |
"modified.border": "#f4e7d1ff", | |
"predictive": "#9b9ec6ff", | |
"predictive.background": "#dfeadbff", | |
"predictive.border": "#c8dcc1ff", | |
"renamed": "#004DDC", | |
"renamed.background": "#e2e2faff", | |
"renamed.border": "#cbcdf6ff", | |
"success": "#007E66", | |
"success.background": "#dfeadbff", | |
"success.border": "#c8dcc1ff", | |
"unreachable": "#7e8087ff", | |
"unreachable.background": "#dcdcddff", | |
"unreachable.border": "#c9c9caff", | |
"warning": "#FFB53F", | |
"warning.background": "#faf2e6ff", | |
"warning.border": "#f4e7d1ff", | |
"players": [], | |
"syntax": { | |
"boolean": { | |
"color": "#585CF6", | |
"background_color": null, | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"comment": { | |
"color": "#00B418", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#DEF8D6", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constant": { | |
"color": "#0206FF", | |
"background_color": null, | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#0000A2", | |
"background_color": null, | |
"font_style": "null", | |
"font_weight": null | |
}, | |
"emphasis": { | |
"background_color": "#585CF6", | |
"font_style": null, | |
"font_weight": 600 | |
}, | |
"emphasis.strong": { | |
"background_color": "#0000A2", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"enum": { | |
"background_color": "#BA0091", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"function": { | |
"color": "#0206FF", | |
"background_color": null, | |
"font_style": "italic", | |
"font_weight": 500 | |
}, | |
"hint": { | |
"color": "#6B5A8A", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"keyword": { | |
"color": "#0100B6", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"label": { | |
"color": "#0053F1", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"link_text": { | |
"color": "#007FFF", | |
"font_style": "normal", | |
"font_weight": null | |
}, | |
"link_uri": { | |
"color": "#00C7E4", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#CD0000", | |
"background_color": null, | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"operator": { | |
"color": "#687687", | |
"font_weight": 700 | |
}, | |
"preproc": { | |
"color": "#1A921C", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"primary": { | |
"color": "#acb2beff", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"property": { | |
"color": "#70727E", | |
"font_style": "italic", | |
"font_weight": 700 | |
}, | |
"punctuation": { | |
"color": "#0100B6", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"punctuation.bracket": { | |
"color": "#0100B6", | |
"font_style": null, | |
"font_weight": 600 | |
}, | |
"punctuation.delimiter": { | |
"color": "#0100B6", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"punctuation.list_marker": { | |
"color": "#BA0091", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"punctuation.special": { | |
"color": "#0053F1", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#D80800", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.doc": { | |
"color": "#00B418", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#D80800", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#D80800", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#D80800", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#D80800", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#BF0A73", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#D80800", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": null | |
}, | |
"type": { | |
"color": "#6D79DE", | |
"background_color": null, | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"variable": { | |
"color": "#0206FF", | |
"background_color": null, | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#585CF6", | |
"background_color": null, | |
"font_style": "italic", | |
"font_weight": 700 | |
}, | |
"variant": { | |
"color": "#00CD99", | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment