Created
June 17, 2024 10:58
-
-
Save ivryb/4b50dfc2349fb20209039370a208ff7f to your computer and use it in GitHub Desktop.
Put it in the ~/.config/zed/themes
This file contains hidden or 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": "One Dark Ocean", | |
"author": "", | |
"themes": [ | |
{ | |
"name": "One Dark Ocean", | |
"appearance": "dark", | |
"style": { | |
"border": "#0F111A60", | |
"border.variant": "#0F111A60", | |
"border.focused": "#FFFFFF00", | |
"border.selected": "#0F111A60", | |
"border.transparent": "#0F111A60", | |
"border.disabled": "#0F111A60", | |
"elevated_surface.background": "#1A1C23", | |
"surface.background": "#0F111A", | |
"background": "#0F111A", | |
"element.background": "#717CB450", | |
"element.hover": "#0F111A", | |
"element.active": null, | |
"element.selected": "#0F111A", | |
"element.disabled": null, | |
"drop_target.background": null, | |
"ghost_element.background": null, | |
"ghost_element.hover": "#0F111A", | |
"ghost_element.active": null, | |
"ghost_element.selected": "#0A0C13", | |
"ghost_element.disabled": null, | |
"text": null, | |
"text.muted": "#525975", | |
"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": "#0F111A", | |
"title_bar.background": "#0F111A", | |
"toolbar.background": "#0F111A", | |
"tab_bar.background": "#0F111A", | |
"tab.inactive_background": "#0F111A", | |
"tab.active_background": "#0F111A", | |
"search.match_background": null, | |
"panel.background": "#0F111A", | |
"panel.focused_border": null, | |
"pane.focused_border": null, | |
"scrollbar_thumb.background": "#8F93A220", | |
"scrollbar.thumb.hover_background": "#8F93A210", | |
"scrollbar.thumb.border": "#8F93A220", | |
"scrollbar.track.background": "#0F111A", | |
"scrollbar.track.border": "#0F111A", | |
"editor.foreground": "#8F93A2", | |
"editor.background": "#0F111A", | |
"editor.gutter.background": "#0F111A", | |
"editor.subheader.background": null, | |
"editor.active_line.background": "#00000050", | |
"editor.highlighted_line.background": null, | |
"editor.line_number": "#3B3F5180", | |
"editor.active_line_number": "#8F93A2", | |
"editor.invisible": null, | |
"editor.wrap_guide": "#0F111A60", | |
"editor.active_wrap_guide": "#0F111A60", | |
"editor.document_highlight.read_background": null, | |
"editor.document_highlight.write_background": null, | |
"terminal.background": null, | |
"terminal.foreground": null, | |
"terminal.bright_foreground": null, | |
"terminal.dim_foreground": null, | |
"terminal.ansi.black": "#000000", | |
"terminal.ansi.bright_black": "#464B5D", | |
"terminal.ansi.dim_black": null, | |
"terminal.ansi.red": "#FF5370", | |
"terminal.ansi.bright_red": "#FF5370", | |
"terminal.ansi.dim_red": null, | |
"terminal.ansi.green": "#C3E88D", | |
"terminal.ansi.bright_green": "#C3E88D", | |
"terminal.ansi.dim_green": null, | |
"terminal.ansi.yellow": "#FFCB6B", | |
"terminal.ansi.bright_yellow": "#FFCB6B", | |
"terminal.ansi.dim_yellow": null, | |
"terminal.ansi.blue": "#82AAFF", | |
"terminal.ansi.bright_blue": "#82AAFF", | |
"terminal.ansi.dim_blue": null, | |
"terminal.ansi.magenta": "#C792EA", | |
"terminal.ansi.bright_magenta": "#C792EA", | |
"terminal.ansi.dim_magenta": null, | |
"terminal.ansi.cyan": "#89DDFF", | |
"terminal.ansi.bright_cyan": "#89DDFF", | |
"terminal.ansi.dim_cyan": null, | |
"terminal.ansi.white": "#ffffff", | |
"terminal.ansi.bright_white": "#ffffff", | |
"terminal.ansi.dim_white": null, | |
"link_text.hover": "#8F93A2", | |
"conflict": "#FFCB6B90", | |
"conflict.background": null, | |
"conflict.border": null, | |
"created": "#C3E88D60", | |
"created.background": null, | |
"created.border": null, | |
"deleted": "#FF537060", | |
"deleted.background": null, | |
"deleted.border": null, | |
"error": "#FF537070", | |
"error.background": null, | |
"error.border": null, | |
"hidden": "#525975", | |
"hidden.background": null, | |
"hidden.border": null, | |
"hint": "#969696ff", | |
"hint.background": null, | |
"hint.border": null, | |
"ignored": "#52597590", | |
"ignored.background": null, | |
"ignored.border": null, | |
"info": "#82AAFF70", | |
"info.background": null, | |
"info.border": null, | |
"modified": "#82AAFF60", | |
"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": "#FFCB6B70", | |
"warning.background": null, | |
"warning.border": null, | |
"players": [], | |
"syntax": { | |
"attribute": { | |
"color": "#D19A66", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"comment": { | |
"color": "#5C6370", | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"comment.doc": { | |
"color": "#5C6370", | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"constant": { | |
"color": "#D19A66", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"constructor": { | |
"color": "#E06C75", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"emphasis": { | |
"color": "#C678DD", | |
"font_style": "italic", | |
"font_weight": null | |
}, | |
"emphasis.strong": { | |
"color": "#D19A66", | |
"font_style": null, | |
"font_weight": 700 | |
}, | |
"function": { | |
"color": "#61AFEF", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"keyword": { | |
"color": "#C678DD", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"link_text": { | |
"color": "#E06C75", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"link_uri": { | |
"color": "#E06C75", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"number": { | |
"color": "#D19A66", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"operator": { | |
"color": "#C678DD", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"property": { | |
"color": "#ABB2BF", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string": { | |
"color": "#98C379", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.escape": { | |
"color": "#98C379", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.regex": { | |
"color": "#98C379", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special": { | |
"color": "#56B6C2", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"string.special.symbol": { | |
"color": "#56B6C2", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"tag": { | |
"color": "#E06C75", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"text.literal": { | |
"color": "#98C379", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"type": { | |
"color": "#E5C07B", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable": { | |
"color": "#E06C75", | |
"font_style": null, | |
"font_weight": null | |
}, | |
"variable.special": { | |
"color": "#E06C75", | |
"font_style": null, | |
"font_weight": null | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment