Last active
February 21, 2024 05:37
-
-
Save kwonoj/96abc7f38d6a0eadf6eb1e26808ecf1b to your computer and use it in GitHub Desktop.
Zed theme: Blanche Light
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
{ | |
"$schema": "https://zed.dev/schema/themes/v0.1.0.json", | |
"name": "Blanche", | |
"author": "OJ Kwon<[email protected]>", | |
"description": "Naive port for the VS code theme Blanche https://marketplace.visualstudio.com/items?itemName=shytikov.blanche . Credits to https://github.com/shytikov/blanche", | |
"themes": [ | |
{ | |
"name": "Blanche light", | |
"appearance": "light", | |
"style": { | |
"border": null, | |
"border.variant": null, | |
"border.focused": "#eeeeee", | |
"border.selected": null, | |
"border.transparent": null, | |
"border.disabled": null, | |
"elevated_surface.background": null, | |
"surface.background": "#ffffff", | |
"background": "#ffffff", | |
"element.background": "#e7e7e7", | |
"element.hover": "#00000011", | |
"element.active": null, | |
"element.selected": "#a8a8a844", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#00000011", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#a8a8a844", | |
"ghost_element.disabled": null, | |
"text": null, | |
"text.muted": null, | |
"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": "#eeeeee", | |
"title_bar.background": "#dddddd", | |
"toolbar.background": "#ffffff", | |
"tab_bar.background": "#eeeeee", | |
"tab.inactive_background": "#eeeeee", | |
"tab.active_background": "#ffffff", | |
"search.match_background": null, | |
"panel.background": "#ffffff", | |
"panel.focused_border": null, | |
"pane.focused_border": null, | |
"scrollbar_thumb.background": "#00000033", | |
"scrollbar.thumb.hover_background": null, | |
"scrollbar.thumb.border": "#00000033", | |
"scrollbar.track.background": "#ffffff", | |
"scrollbar.track.border": null, | |
"editor.foreground": "#232731", | |
"editor.background": "#ffffff", | |
"editor.gutter.background": "#ffffff", | |
"editor.subheader.background": null, | |
"editor.active_line.background": "#f9f9f9", | |
"editor.highlighted_line.background": null, | |
"editor.line_number": "#aaaaaa", | |
"editor.active_line_number": "#232731", | |
"editor.invisible": null, | |
"editor.wrap_guide": null, | |
"editor.active_wrap_guide": null, | |
"editor.document_highlight.read_background": null, | |
"editor.document_highlight.write_background": null, | |
"terminal.background": "#ffffff", | |
"terminal.foreground": null, | |
"terminal.bright_foreground": null, | |
"terminal.dim_foreground": null, | |
"terminal.ansi.black": "#ffffff", | |
"terminal.ansi.bright_black": "#e6e6e6", | |
"terminal.ansi.dim_black": null, | |
"terminal.ansi.red": "#808080", | |
"terminal.ansi.bright_red": "#808080", | |
"terminal.ansi.dim_red": null, | |
"terminal.ansi.green": "#b3b3b3", | |
"terminal.ansi.bright_green": "#b3b3b3", | |
"terminal.ansi.dim_green": null, | |
"terminal.ansi.yellow": "#4d4d4d", | |
"terminal.ansi.bright_yellow": "#4d4d4d", | |
"terminal.ansi.dim_yellow": null, | |
"terminal.ansi.blue": "#cccccc", | |
"terminal.ansi.bright_blue": "#cccccc", | |
"terminal.ansi.dim_blue": null, | |
"terminal.ansi.magenta": "#666666", | |
"terminal.ansi.bright_magenta": "#666666", | |
"terminal.ansi.dim_magenta": null, | |
"terminal.ansi.cyan": "#999999", | |
"terminal.ansi.bright_cyan": "#999999", | |
"terminal.ansi.dim_cyan": null, | |
"terminal.ansi.white": "#333333", | |
"terminal.ansi.bright_white": "#000000", | |
"terminal.ansi.dim_white": null, | |
"link_text.hover": "#404040", | |
"conflict": "#3f3f3f", | |
"conflict.background": null, | |
"conflict.border": null, | |
"created": "#007c23", | |
"created.background": null, | |
"created.border": null, | |
"deleted": "#a3a3a3", | |
"deleted.background": null, | |
"deleted.border": null, | |
"error": "#a3a3a3", | |
"error.background": null, | |
"error.border": null, | |
"hidden": null, | |
"hidden.background": null, | |
"hidden.border": null, | |
"hint": "#969696ff", | |
"hint.background": null, | |
"hint.border": null, | |
"ignored": "#d8d8d8", | |
"ignored.background": null, | |
"ignored.border": null, | |
"info": "#a3a3a3", | |
"info.background": null, | |
"info.border": null, | |
"modified": "#a8a8a844", | |
"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": "#a3a3a3", | |
"warning.background": null, | |
"warning.border": null, | |
"players": [], | |
"syntax": { | |
"comment": { | |
"color": "#999999", | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#666666", | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"function": { | |
"color": "#666666", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"keyword": { | |
"color": "#333333", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"operator": { | |
"color": "#333333", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"punctuation": { | |
"color": "#333333", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"punctuation.bracket": { | |
"color": "#333333", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"punctuation.delimiter": { | |
"color": "#333333", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"punctuation.list_marker": { | |
"color": "#333333", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"punctuation.special": { | |
"color": "#333333", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"type": { | |
"color": "#666666", | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment