Created
July 1, 2024 10:18
-
-
Save thephucit/0df20eef095073c70e55654f2f579b6b to your computer and use it in GitHub Desktop.
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
| { | |
| "$schema": "https://zed.dev/schema/themes/v0.1.0.json", | |
| "name": "Peter Monokai", | |
| "author": "Peter Nguyen", | |
| "themes": [ | |
| { | |
| "name": "Peter-Monokai", | |
| "appearance": "dark", | |
| "style": { | |
| "border.transparent": "#414339", | |
| "border.disabled": "#414339", | |
| "elevated_surface.background": "#414339", | |
| "surface.background": null, | |
| "background": "#272822", | |
| "element.background": "#75715E", | |
| "element.hover": "#272822", | |
| "element.active": null, | |
| "element.selected": "#75715E", | |
| "element.disabled": null, | |
| "drop_target.background": "#414339", | |
| "ghost_element.background": null, | |
| "ghost_element.hover": "#272822", | |
| "ghost_element.active": null, | |
| "ghost_element.selected": "#75715E", | |
| "ghost_element.disabled": null, | |
| "text": "#F8F8F2", | |
| "text.muted": "#ccccc7", | |
| "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": "#414339", | |
| "title_bar.background": "#1e1f1c", | |
| "toolbar.background": "#272822", | |
| "tab_bar.background": "#1e1f1c", | |
| "tab.inactive_background": "#414339", | |
| "tab.active_background": "#272822", | |
| "search.match_background": null, | |
| "panel.background": null, | |
| "panel.focused_border": null, | |
| "pane.focused_border": null, | |
| "scrollbar_thumb.background": null, | |
| "scrollbar.thumb.hover_background": null, | |
| "scrollbar.thumb.border": null, | |
| "scrollbar.track.background": "#272822", | |
| "scrollbar.track.border": null, | |
| "editor.foreground": "#f8f8f2", | |
| "editor.background": "#272822", | |
| "editor.gutter.background": "#272822", | |
| "editor.subheader.background": null, | |
| "editor.active_line.background": "#3e3d32", | |
| "editor.highlighted_line.background": null, | |
| "editor.line_number": "#90908a", | |
| "editor.active_line_number": "#f8f8f2", | |
| "editor.invisible": null, | |
| "editor.wrap_guide": "#414339", | |
| "editor.active_wrap_guide": "#414339", | |
| "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": "#333333", | |
| "terminal.ansi.bright_black": "#666666", | |
| "terminal.ansi.dim_black": null, | |
| "terminal.ansi.red": "#C4265E", | |
| "terminal.ansi.bright_red": "#f92672", | |
| "terminal.ansi.dim_red": null, | |
| "terminal.ansi.green": "#86B42B", | |
| "terminal.ansi.bright_green": "#A6E22E", | |
| "terminal.ansi.dim_green": null, | |
| "terminal.ansi.yellow": "#B3B42B", | |
| "terminal.ansi.bright_yellow": "#e2e22e", | |
| "terminal.ansi.dim_yellow": null, | |
| "terminal.ansi.blue": "#6A7EC8", | |
| "terminal.ansi.bright_blue": "#819aff", | |
| "terminal.ansi.dim_blue": null, | |
| "terminal.ansi.magenta": "#8C6BC8", | |
| "terminal.ansi.bright_magenta": "#AE81FF", | |
| "terminal.ansi.dim_magenta": null, | |
| "terminal.ansi.cyan": "#56ADBC", | |
| "terminal.ansi.bright_cyan": "#66D9EF", | |
| "terminal.ansi.dim_cyan": null, | |
| "terminal.ansi.white": "#e3e3dd", | |
| "terminal.ansi.bright_white": "#f8f8f2", | |
| "terminal.ansi.dim_white": null, | |
| "link_text.hover": null, | |
| "conflict": null, | |
| "conflict.background": null, | |
| "conflict.border": null, | |
| "created": null, | |
| "created.background": null, | |
| "created.border": null, | |
| "deleted": null, | |
| "deleted.background": null, | |
| "deleted.border": null, | |
| "error": null, | |
| "error.background": null, | |
| "error.border": null, | |
| "hidden": "#ccccc7", | |
| "hidden.background": null, | |
| "hidden.border": null, | |
| "hint": "#969696ff", | |
| "hint.background": null, | |
| "hint.border": null, | |
| "ignored": null, | |
| "ignored.background": null, | |
| "ignored.border": null, | |
| "info": null, | |
| "info.background": null, | |
| "info.border": null, | |
| "modified": null, | |
| "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": null, | |
| "warning.background": null, | |
| "warning.border": null, | |
| "players": [ | |
| { | |
| "selection": "#7f8c8d" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#A6E22E", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#AE81FF", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#75715E", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#75715E", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#AE81FF", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "function": { | |
| "color": "#A6E22E", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#F92672", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#F92672", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#AE81FF", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#E6DB74", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#E6DB74", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#E6DB74", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#E6DB74", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#E6DB74", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#E6DB74", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#F8F8F2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#FD971F", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "type": { | |
| "color": "#a6e22e", | |
| "font_style": "italic", | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment