Created
April 23, 2025 10:16
-
-
Save keyle/99a96e7769c4434e4a9c6b51f9972d89 to your computer and use it in GitHub Desktop.
Simply21 Zed theme
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": "Simply21", | |
| "author": "keyle", | |
| "themes": [ | |
| { | |
| "name": "Simply21", | |
| "appearance": "dark", | |
| "style": { | |
| "border": "#292A2E", | |
| "border.variant": "#292A2E", | |
| "border.focused": "#9FB3C6", | |
| "border.selected": "#A5D0F8", | |
| "border.transparent": "#a6e3a1", | |
| "border.disabled": "#585b70", | |
| "elevated_surface.background": "#000028", | |
| "surface.background": "#1E1F22", | |
| "background": "#1a1a1a", | |
| "element.background": "#393D3F", | |
| "element.hover": "#0000ff", | |
| "element.active": "#A5D0F880", | |
| "element.selected": "#1E1F2299", | |
| "element.disabled": "#6c7086", | |
| "drop_target.background": "#45475a", | |
| "ghost_element.background": null, | |
| "ghost_element.hover": "#1E1F2299", | |
| "ghost_element.active": "#585b7080", | |
| "ghost_element.selected": "#6c708699", | |
| "ghost_element.disabled": "#6c7086", | |
| "text": "#DFE7EF", | |
| "text.muted": "#DFE7EFCC", | |
| "text.placeholder": "#585b70", | |
| "text.disabled": "#6c7086", | |
| "text.accent": "#A5D0F8", | |
| "icon": "#C2D1E0", | |
| "icon.muted": "#7f849c", | |
| "icon.disabled": "#6c7086", | |
| "icon.placeholder": "#585b70", | |
| "icon.accent": "#A5D0F8", | |
| "status_bar.background": "#111", | |
| "title_bar.background": "#111", | |
| "toolbar.background": "#1A1A1A", | |
| "tab_bar.background": "#1A1A1A", | |
| "tab.inactive_background": "#1A1A1A", | |
| "tab.active_background": "#0a0a0a", | |
| "search.match_background": "#11ffcd38", | |
| "panel.background": "#181818", | |
| "panel.focused_border": "#C2D1E0", | |
| "scrollbar_thumb.background": "#292A2E55", | |
| "scrollbar.thumb.hover_background": "#6c7086", | |
| "scrollbar.thumb.border": "525456", | |
| "scrollbar.track.background": "#1A1A1A", | |
| "scrollbar.track.border": "#40414399", | |
| "editor.foreground": "#DFE7EF", | |
| "editor.background": "#181818", | |
| "editor.gutter.background": "#181818", | |
| "editor.subheader.background": "#0A0A0A", | |
| "editor.active_line.background": "#cdd6f412", | |
| "editor.highlighted_line.background": null, | |
| "editor.line_number": "#60636688", | |
| "editor.active_line_number": "#A4A3A3", | |
| "editor.invisible": "#9399b2", | |
| "editor.wrap_guide": "#585b70", | |
| "editor.active_wrap_guide": "#585b70", | |
| "editor.document_highlight.read_background": "#ffcd1138", | |
| "editor.document_highlight.write_background": "#11cdff38", | |
| "terminal.background": "#0A0A0A", | |
| "terminal.foreground": "#DFE7EF", | |
| "terminal.bright_foreground": "#FAFAFA", | |
| "terminal.dim_foreground": null, | |
| "terminal.ansi.black": "#45475a", | |
| "terminal.ansi.bright_black": "#a6adc8", | |
| "terminal.ansi.dim_black": null, | |
| "terminal.ansi.red": "#E19B9B", | |
| "terminal.ansi.bright_red": "#E19B9B", | |
| "terminal.ansi.dim_red": null, | |
| "terminal.ansi.green": "#a6e3a1", | |
| "terminal.ansi.bright_green": "#a6e3a1", | |
| "terminal.ansi.dim_green": null, | |
| "terminal.ansi.yellow": "#f9e2af", | |
| "terminal.ansi.bright_yellow": "#f9e2af", | |
| "terminal.ansi.dim_yellow": null, | |
| "terminal.ansi.blue": "#89b4fa", | |
| "terminal.ansi.bright_blue": "#89b4fa", | |
| "terminal.ansi.dim_blue": null, | |
| "terminal.ansi.magenta": "#f5c2e7", | |
| "terminal.ansi.bright_magenta": "#f5c2e7", | |
| "terminal.ansi.dim_magenta": null, | |
| "terminal.ansi.cyan": "#b4befe", | |
| "terminal.ansi.bright_cyan": "#b4befe", | |
| "terminal.ansi.dim_cyan": null, | |
| "terminal.ansi.white": "#cdd6f4", | |
| "terminal.ansi.bright_white": "#bac2de", | |
| "terminal.ansi.dim_white": null, | |
| "link_text.hover": "#89dceb", | |
| "conflict": "#A5D0F8", | |
| "conflict.border": "#A5D0F8", | |
| "conflict.background": "#2B2D30", | |
| "created": "#a6e3a133", | |
| "created.border": "#a6e3a155", | |
| "created.background": "#2B2D30", | |
| "deleted": "#E19B9Bbb", | |
| "deleted.border": "#E19B9Bbb", | |
| "deleted.background": "#2B2D30", | |
| "error": "#FF0000", | |
| "error.border": "#FF4444", | |
| "error.background": "#330000", | |
| "hidden": "#6c7086", | |
| "hidden.border": "#6c7086", | |
| "hidden.background": "#2B2D30", | |
| "hint": "#eba0ac", | |
| "hint.border": "#eba0ac", | |
| "hint.background": "#2B2D30", | |
| "ignored": "#6c7086", | |
| "ignored.border": "#6c7086", | |
| "ignored.background": "#2B2D30", | |
| "info": "#94e2d5", | |
| "info.border": "#94e2d5", | |
| "info.background": "#A5D0F866", | |
| "modified": "#f9e2af", | |
| "modified.border": "#f9e2af", | |
| "modified.background": "#2B2D30", | |
| "predictive": "#7688ae", | |
| "predictive.border": "#b4befe", | |
| "predictive.background": "#2B2D30", | |
| "renamed": "#74c7ec", | |
| "renamed.border": "#74c7ec", | |
| "renamed.background": "#2B2D30", | |
| "success": "#a6e3a1", | |
| "success.border": "#a6e3a1", | |
| "success.background": "#2B2D30", | |
| "unreachable": "#E19B9B", | |
| "unreachable.border": "#E19B9B", | |
| "unreachable.background": "#2B2D30", | |
| "warning": "#fab387", | |
| "warning.border": "#fab387", | |
| "warning.background": "#2B2D30", | |
| "players": [ | |
| { | |
| "cursor": "#ffffff", | |
| "selection": "#ffffff55", | |
| "background": "#f5e0dc" | |
| }, | |
| { | |
| "cursor": "#ccc2f5", | |
| "selection": "#ccc2f566", | |
| "background": "#ccc2f5" | |
| }, | |
| { | |
| "cursor": "#bddbd2", | |
| "selection": "#bddbd266", | |
| "background": "#bddbd2" | |
| }, | |
| { | |
| "cursor": "#dcb8d5", | |
| "selection": "#dcb8d566", | |
| "background": "#dcb8d5" | |
| }, | |
| { | |
| "cursor": "#b6dae7", | |
| "selection": "#b6dae766", | |
| "background": "#b6dae7" | |
| }, | |
| { | |
| "cursor": "#dfc8c8", | |
| "selection": "#dfc8c866", | |
| "background": "#dfc8c8" | |
| }, | |
| { | |
| "cursor": "#dfdad8", | |
| "selection": "#dfdad866", | |
| "background": "#dfdad8" | |
| }, | |
| { | |
| "cursor": "#b2c8f6", | |
| "selection": "#b2c8f666", | |
| "background": "#b2c8f6" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#f9e2af", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#fac397", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#78A3C1", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#759963", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#fab387", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#89b4fa", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#eba0ac", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#E19B9B", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#E19B9B", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#47C9A7", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "function": { | |
| "color": "#7ABFB8", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "function.method": { | |
| "color": "#7ABFB8", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#94e2d5", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#F9C465", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#89b4fa", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#89b4fa", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#938EFB", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#F9C465", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#7f9cd2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predoc": { | |
| "color": "#E19B9B", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#C2D1E0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#C2D1E0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#94e2d5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#FFC66D", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#9399b2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#94e2d5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#00BBBD", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special.symbol": { | |
| "color": "#E19B9B", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#DB5E63", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#CC7832", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#CC7832", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#f5c2e7", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#f2cdcd", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#89b4fa", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#a6e3a1", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#cdd6f4", | |
| "font_style": null, | |
| "font_weight": 800 | |
| }, | |
| "type": { | |
| "color": "#B3BE5A", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "type.qualifier": { | |
| "color": "#6A95EB", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#cdd6f4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#dcb8d5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#E19B9B", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment