Created
July 30, 2024 16:34
-
-
Save ozwaldorf/a02be72742471917d9c3a0500aae008e 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
| { | |
| "theme": "carburetor regular (blue)", | |
| "ui_font_family": "Berkeley Mono", | |
| "buffer_font_family": "Berkeley Mono", | |
| "buffer_font_features": {}, | |
| "load_direnv": "shell_hook", | |
| "tab_size": 2, | |
| "ui_font_size": 14, | |
| "buffer_font_size": 14, | |
| "vim_mode": true, | |
| "inlay_hints": { | |
| "enabled": true, | |
| "show_type_hints": true, | |
| "show_parameter_hints": true, | |
| "show_other_hints": true, | |
| "edit_debounce_ms": 700, | |
| "scroll_debounce_ms": 50 | |
| }, | |
| "git": { | |
| "git_gutter": "tracked_files", | |
| "inline_blame": { | |
| "enabled": true | |
| } | |
| }, | |
| "lsp": { | |
| "bash-language-server": { | |
| "binary": { | |
| "path": "/etc/profiles/per-user/oz/bin/bash-language-server", | |
| "arguments": ["start"] | |
| } | |
| }, | |
| "clangd": { | |
| "binary": { | |
| "path": "/etc/profiles/per-user/oz/bin/clangd", | |
| "arguments": ["--background-index", "--compile-commands-dir=build"] | |
| } | |
| }, | |
| "rust-analyzer": { | |
| "binary": { | |
| "path": "/run/current-system/sw/bin/bash", | |
| "arguments": [ | |
| "-c", | |
| "if [ -e flake.nix ]; then nix develop --command rust-analyzer; else rust-analyzer; fi" | |
| ] | |
| }, | |
| "initialization_options": { | |
| "checkOnSave": { | |
| "command": "clippy" | |
| } | |
| } | |
| }, | |
| "json-language-server": { | |
| "binary": { | |
| "path": "/etc/profiles/per-user/oz/bin/vscode-json-languageserver", | |
| "arguments": ["--stdio"] | |
| } | |
| }, | |
| "nixd": { | |
| "binary": { | |
| "path": "/usr/bin/env", | |
| "arguments": ["nil"] | |
| } | |
| } | |
| } | |
| } |
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": "carburetor", | |
| "author": "Andrew Tec <[email protected]>", | |
| "themes": [ | |
| { | |
| "name": "carburetor light (blue)", | |
| "appearance": "light", | |
| "style": { | |
| "border": "#ccd0da", | |
| "border.variant": "#417cf0", | |
| "border.focused": "#7287fd", | |
| "border.selected": "#1e66f5", | |
| "border.transparent": "#40a02b", | |
| "border.disabled": "#acb0be", | |
| "elevated_surface.background": "#e6e9ef", | |
| "surface.background": "#eff1f5", | |
| "background": "#eff1f5", | |
| "element.background": "#dce0e8", | |
| "element.hover": "#9ca0b04d", | |
| "element.active": "#1e66f533", | |
| "element.selected": "#ccd0da99", | |
| "element.disabled": "#9ca0b0", | |
| "drop_target.background": "#1e66f566", | |
| "ghost_element.background": null, | |
| "ghost_element.hover": "#acb0be4d", | |
| "ghost_element.active": "#acb0be80", | |
| "ghost_element.selected": "#9ca0b059", | |
| "ghost_element.disabled": "#9ca0b0", | |
| "text": "#4c4f69", | |
| "text.muted": "#5c5f77", | |
| "text.placeholder": "#acb0be", | |
| "text.disabled": "#9ca0b0", | |
| "text.accent": "#1e66f5", | |
| "icon": "#4c4f69", | |
| "icon.muted": "#8c8fa1", | |
| "icon.disabled": "#9ca0b0", | |
| "icon.placeholder": "#acb0be", | |
| "icon.accent": "#1e66f5", | |
| "status_bar.background": "#dce0e8", | |
| "title_bar.background": "#dce0e8", | |
| "toolbar.background": "#eff1f5", | |
| "tab_bar.background": "#dce0e8", | |
| "tab.inactive_background": "#e6e9ef", | |
| "tab.active_background": "#eff1f5", | |
| "search.match_background": "#17929933", | |
| "panel.background": "#e6e9ef", | |
| "panel.focused_border": "#4c4f69", | |
| "pane.focused_border": "#4c4f69", | |
| "scrollbar_thumb.background": "#1e66f533", | |
| "scrollbar.thumb.hover_background": "#9ca0b0", | |
| "scrollbar.thumb.border": "#acb0be80", | |
| "scrollbar.track.background": "#eff1f5", | |
| "scrollbar.track.border": "#4c4f6912", | |
| "editor.foreground": "#4c4f69", | |
| "editor.background": "#eff1f5", | |
| "editor.gutter.background": "#eff1f5", | |
| "editor.subheader.background": "#e6e9ef", | |
| "editor.active_line.background": "#4c4f6905", | |
| "editor.highlighted_line.background": null, | |
| "editor.line_number": "#8c8fa1", | |
| "editor.active_line_number": "#1e66f5", | |
| "editor.invisible": "#7c7f9366", | |
| "editor.wrap_guide": "#acb0be", | |
| "editor.active_wrap_guide": "#acb0be", | |
| "editor.document_highlight.read_background": "#6c6f8529", | |
| "editor.document_highlight.write_background": "#6c6f8529", | |
| "terminal.background": "#eff1f5", | |
| "terminal.foreground": "#4c4f69", | |
| "terminal.dim_foreground": "#8c8fa1", | |
| "terminal.bright_foreground": "#4c4f69", | |
| "terminal.ansi.black": "#bcc0cc", | |
| "terminal.ansi.red": "#d20f39", | |
| "terminal.ansi.green": "#40a02b", | |
| "terminal.ansi.yellow": "#df8e1d", | |
| "terminal.ansi.blue": "#1e66f5", | |
| "terminal.ansi.magenta": "#ea76cb", | |
| "terminal.ansi.cyan": "#179299", | |
| "terminal.ansi.white": "#4c4f69", | |
| "terminal.ansi.bright_black": "#acb0be", | |
| "terminal.ansi.bright_red": "#d20f39", | |
| "terminal.ansi.bright_green": "#40a02b", | |
| "terminal.ansi.bright_yellow": "#df8e1d", | |
| "terminal.ansi.bright_blue": "#1e66f5", | |
| "terminal.ansi.bright_magenta": "#ea76cb", | |
| "terminal.ansi.bright_cyan": "#179299", | |
| "terminal.ansi.bright_white": "#6c6f85", | |
| "terminal.ansi.dim_black": "#bcc0cc", | |
| "terminal.ansi.dim_red": "#d20f39", | |
| "terminal.ansi.dim_green": "#40a02b", | |
| "terminal.ansi.dim_yellow": "#df8e1d", | |
| "terminal.ansi.dim_blue": "#1e66f5", | |
| "terminal.ansi.dim_magenta": "#ea76cb", | |
| "terminal.ansi.dim_cyan": "#179299", | |
| "terminal.ansi.dim_white": "#5c5f77", | |
| "link_text.hover": "#04a5e5", | |
| "conflict": "#8839ef", | |
| "conflict.border": "#8839ef", | |
| "conflict.background": "#e6e9ef", | |
| "created": "#40a02b", | |
| "created.border": "#40a02b", | |
| "created.background": "#e6e9ef", | |
| "deleted": "#d20f39", | |
| "deleted.border": "#d20f39", | |
| "deleted.background": "#e6e9ef", | |
| "error": "#d20f39", | |
| "error.border": "#d20f39", | |
| "error.background": "#e6e9ef", | |
| "hidden": "#9ca0b0", | |
| "hidden.border": "#9ca0b0", | |
| "hidden.background": "#e6e9ef", | |
| "hint": "#acb0be", | |
| "hint.border": "#acb0be", | |
| "hint.background": "#e6e9ef", | |
| "ignored": "#9ca0b0", | |
| "ignored.border": "#9ca0b0", | |
| "ignored.background": "#e6e9ef", | |
| "info": "#179299", | |
| "info.border": "#179299", | |
| "info.background": "#1e66f566", | |
| "modified": "#df8e1d", | |
| "modified.border": "#df8e1d", | |
| "modified.background": "#e6e9ef", | |
| "predictive": "#acb0be", | |
| "predictive.border": "#acb0be", | |
| "predictive.background": "#e6e9ef", | |
| "renamed": "#209fb5", | |
| "renamed.border": "#209fb5", | |
| "renamed.background": "#e6e9ef", | |
| "success": "#40a02b", | |
| "success.border": "#40a02b", | |
| "success.background": "#e6e9ef", | |
| "unreachable": "#d20f39", | |
| "unreachable.border": "#d20f39", | |
| "unreachable.background": "#e6e9ef", | |
| "warning": "#fe640b", | |
| "warning.border": "#fe640b", | |
| "warning.background": "#e6e9ef", | |
| "players": [ | |
| { | |
| "cursor": "#dc8a78", | |
| "selection": "#acb0be80", | |
| "background": "#dc8a78" | |
| }, | |
| { | |
| "cursor": "#3b6f87", | |
| "selection": "#3b6f8733", | |
| "background": "#3b6f87" | |
| }, | |
| { | |
| "cursor": "#823556", | |
| "selection": "#82355633", | |
| "background": "#823556" | |
| }, | |
| { | |
| "cursor": "#37697c", | |
| "selection": "#37697c33", | |
| "background": "#37697c" | |
| }, | |
| { | |
| "cursor": "#945743", | |
| "selection": "#94574333", | |
| "background": "#945743" | |
| }, | |
| { | |
| "cursor": "#87684b", | |
| "selection": "#87684b33", | |
| "background": "#87684b" | |
| }, | |
| { | |
| "cursor": "#3a58a1", | |
| "selection": "#3a58a133", | |
| "background": "#3a58a1" | |
| }, | |
| { | |
| "cursor": "#486f50", | |
| "selection": "#486f5033", | |
| "background": "#486f50" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#df8e1d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#fe640b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#8c8fa1", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#8c8fa1", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#fe640b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#1e66f5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#e64553", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#d20f39", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#d20f39", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#179299", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "function": { | |
| "color": "#1e66f5", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#179299", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#8839ef", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#1e66f5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#1e66f5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#fe640b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#04a5e5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#acb0be", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predoc": { | |
| "color": "#d20f39", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#e64553", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#1e66f5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#179299", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#179299", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#7c7f93", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#179299", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#179299", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special.symbol": { | |
| "color": "#d20f39", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#40a02b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#ea76cb", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#ea76cb", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#ea76cb", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#dd7878", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#1e66f5", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#40a02b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#4c4f69", | |
| "font_style": null, | |
| "font_weight": 800 | |
| }, | |
| "type": { | |
| "color": "#df8e1d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.interface": { | |
| "color": "#df8e1d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.super": { | |
| "color": "#df8e1d", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#4c4f69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.member": { | |
| "color": "#4c4f69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.parameter": { | |
| "color": "#fe640b", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#823556", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#d20f39", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "carburetor Frappé (blue)", | |
| "appearance": "dark", | |
| "style": { | |
| "border": "#272525", | |
| "border.variant": "#3f75d3", | |
| "border.focused": "#be95ff", | |
| "border.selected": "#4589ff", | |
| "border.transparent": "#42be65", | |
| "border.disabled": "#565151", | |
| "elevated_surface.background": "#0b0a0a", | |
| "surface.background": "#171414", | |
| "background": "#171414", | |
| "element.background": "#000000", | |
| "element.hover": "#726e6e4d", | |
| "element.active": "#4589ff33", | |
| "element.selected": "#27252599", | |
| "element.disabled": "#726e6e", | |
| "drop_target.background": "#4589ff66", | |
| "ghost_element.background": null, | |
| "ghost_element.hover": "#5651514d", | |
| "ghost_element.active": "#56515180", | |
| "ghost_element.selected": "#726e6e59", | |
| "ghost_element.disabled": "#726e6e", | |
| "text": "#f7f3f2", | |
| "text.muted": "#e5e0df", | |
| "text.placeholder": "#565151", | |
| "text.disabled": "#726e6e", | |
| "text.accent": "#4589ff", | |
| "icon": "#f7f3f2", | |
| "icon.muted": "#8f8b8b", | |
| "icon.disabled": "#726e6e", | |
| "icon.placeholder": "#565151", | |
| "icon.accent": "#4589ff", | |
| "status_bar.background": "#000000", | |
| "title_bar.background": "#000000", | |
| "toolbar.background": "#171414", | |
| "tab_bar.background": "#000000", | |
| "tab.inactive_background": "#0b0a0a", | |
| "tab.active_background": "#171414", | |
| "search.match_background": "#3ddbd933", | |
| "panel.background": "#0b0a0a", | |
| "panel.focused_border": "#f7f3f2", | |
| "pane.focused_border": "#f7f3f2", | |
| "scrollbar_thumb.background": "#4589ff33", | |
| "scrollbar.thumb.hover_background": "#726e6e", | |
| "scrollbar.thumb.border": "#56515180", | |
| "scrollbar.track.background": "#171414", | |
| "scrollbar.track.border": "#f7f3f212", | |
| "editor.foreground": "#f7f3f2", | |
| "editor.background": "#171414", | |
| "editor.gutter.background": "#171414", | |
| "editor.subheader.background": "#0b0a0a", | |
| "editor.active_line.background": "#f7f3f205", | |
| "editor.highlighted_line.background": null, | |
| "editor.line_number": "#8f8b8b", | |
| "editor.active_line_number": "#4589ff", | |
| "editor.invisible": "#ada8a866", | |
| "editor.wrap_guide": "#565151", | |
| "editor.active_wrap_guide": "#565151", | |
| "editor.document_highlight.read_background": "#cac5c429", | |
| "editor.document_highlight.write_background": "#cac5c429", | |
| "terminal.background": "#171414", | |
| "terminal.foreground": "#f7f3f2", | |
| "terminal.dim_foreground": "#8f8b8b", | |
| "terminal.bright_foreground": "#f7f3f2", | |
| "terminal.ansi.black": "#3c3838", | |
| "terminal.ansi.red": "#fa4d56", | |
| "terminal.ansi.green": "#42be65", | |
| "terminal.ansi.yellow": "#fddc69", | |
| "terminal.ansi.blue": "#4589ff", | |
| "terminal.ansi.magenta": "#ff7eb6", | |
| "terminal.ansi.cyan": "#3ddbd9", | |
| "terminal.ansi.white": "#f7f3f2", | |
| "terminal.ansi.bright_black": "#565151", | |
| "terminal.ansi.bright_red": "#fa4d56", | |
| "terminal.ansi.bright_green": "#42be65", | |
| "terminal.ansi.bright_yellow": "#fddc69", | |
| "terminal.ansi.bright_blue": "#4589ff", | |
| "terminal.ansi.bright_magenta": "#ff7eb6", | |
| "terminal.ansi.bright_cyan": "#3ddbd9", | |
| "terminal.ansi.bright_white": "#cac5c4", | |
| "terminal.ansi.dim_black": "#3c3838", | |
| "terminal.ansi.dim_red": "#fa4d56", | |
| "terminal.ansi.dim_green": "#42be65", | |
| "terminal.ansi.dim_yellow": "#fddc69", | |
| "terminal.ansi.dim_blue": "#4589ff", | |
| "terminal.ansi.dim_magenta": "#ff7eb6", | |
| "terminal.ansi.dim_cyan": "#3ddbd9", | |
| "terminal.ansi.dim_white": "#e5e0df", | |
| "link_text.hover": "#82cffe", | |
| "conflict": "#d4bbff", | |
| "conflict.border": "#d4bbff", | |
| "conflict.background": "#0b0a0a", | |
| "created": "#42be65", | |
| "created.border": "#42be65", | |
| "created.background": "#0b0a0a", | |
| "deleted": "#fa4d56", | |
| "deleted.border": "#fa4d56", | |
| "deleted.background": "#0b0a0a", | |
| "error": "#fa4d56", | |
| "error.border": "#fa4d56", | |
| "error.background": "#0b0a0a", | |
| "hidden": "#726e6e", | |
| "hidden.border": "#726e6e", | |
| "hidden.background": "#0b0a0a", | |
| "hint": "#565151", | |
| "hint.border": "#565151", | |
| "hint.background": "#0b0a0a", | |
| "ignored": "#726e6e", | |
| "ignored.border": "#726e6e", | |
| "ignored.background": "#0b0a0a", | |
| "info": "#3ddbd9", | |
| "info.border": "#3ddbd9", | |
| "info.background": "#4589ff66", | |
| "modified": "#fddc69", | |
| "modified.border": "#fddc69", | |
| "modified.background": "#0b0a0a", | |
| "predictive": "#565151", | |
| "predictive.border": "#565151", | |
| "predictive.background": "#0b0a0a", | |
| "renamed": "#78a9ff", | |
| "renamed.border": "#78a9ff", | |
| "renamed.background": "#0b0a0a", | |
| "success": "#42be65", | |
| "success.border": "#42be65", | |
| "success.background": "#0b0a0a", | |
| "unreachable": "#fa4d56", | |
| "unreachable.border": "#fa4d56", | |
| "unreachable.background": "#0b0a0a", | |
| "warning": "#fe832b", | |
| "warning.border": "#fe832b", | |
| "warning.background": "#0b0a0a", | |
| "players": [ | |
| { | |
| "cursor": "#fed7d9", | |
| "selection": "#56515180", | |
| "background": "#fed7d9" | |
| }, | |
| { | |
| "cursor": "#c4d6f7", | |
| "selection": "#c4d6f733", | |
| "background": "#c4d6f7" | |
| }, | |
| { | |
| "cursor": "#f8b1b3", | |
| "selection": "#f8b1b333", | |
| "background": "#f8b1b3" | |
| }, | |
| { | |
| "cursor": "#aceae8", | |
| "selection": "#aceae833", | |
| "background": "#aceae8" | |
| }, | |
| { | |
| "cursor": "#fac6a2", | |
| "selection": "#fac6a233", | |
| "background": "#fac6a2" | |
| }, | |
| { | |
| "cursor": "#f9eabb", | |
| "selection": "#f9eabb33", | |
| "background": "#f9eabb" | |
| }, | |
| { | |
| "cursor": "#b0c9f7", | |
| "selection": "#b0c9f733", | |
| "background": "#b0c9f7" | |
| }, | |
| { | |
| "cursor": "#aedeb9", | |
| "selection": "#aedeb933", | |
| "background": "#aedeb9" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#8f8b8b", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#8f8b8b", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#ff8389", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#fa4d56", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "function": { | |
| "color": "#4589ff", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#3ddbd9", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#d4bbff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#82cffe", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#565151", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predoc": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#ff8389", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#ada8a8", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special.symbol": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#42be65", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#ffb3b8", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#42be65", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#f7f3f2", | |
| "font_style": null, | |
| "font_weight": 800 | |
| }, | |
| "type": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.interface": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.super": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#f7f3f2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.member": { | |
| "color": "#f7f3f2", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.parameter": { | |
| "color": "#fe832b", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#f8b1b3", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "carburetor warm (blue)", | |
| "appearance": "dark", | |
| "style": { | |
| "border": "#21272a", | |
| "border.variant": "#3e76d4", | |
| "border.focused": "#be95ff", | |
| "border.selected": "#4589ff", | |
| "border.transparent": "#42be65", | |
| "border.disabled": "#4d5358", | |
| "elevated_surface.background": "#090b0c", | |
| "surface.background": "#121619", | |
| "background": "#121619", | |
| "element.background": "#000000", | |
| "element.hover": "#6970774d", | |
| "element.active": "#4589ff33", | |
| "element.selected": "#21272a99", | |
| "element.disabled": "#697077", | |
| "drop_target.background": "#4589ff66", | |
| "ghost_element.background": null, | |
| "ghost_element.hover": "#4d53584d", | |
| "ghost_element.active": "#4d535880", | |
| "ghost_element.selected": "#69707759", | |
| "ghost_element.disabled": "#697077", | |
| "text": "#f2f4f8", | |
| "text.muted": "#dde1e6", | |
| "text.placeholder": "#4d5358", | |
| "text.disabled": "#697077", | |
| "text.accent": "#4589ff", | |
| "icon": "#f2f4f8", | |
| "icon.muted": "#878d96", | |
| "icon.disabled": "#697077", | |
| "icon.placeholder": "#4d5358", | |
| "icon.accent": "#4589ff", | |
| "status_bar.background": "#000000", | |
| "title_bar.background": "#000000", | |
| "toolbar.background": "#121619", | |
| "tab_bar.background": "#000000", | |
| "tab.inactive_background": "#090b0c", | |
| "tab.active_background": "#121619", | |
| "search.match_background": "#3ddbd933", | |
| "panel.background": "#090b0c", | |
| "panel.focused_border": "#f2f4f8", | |
| "pane.focused_border": "#f2f4f8", | |
| "scrollbar_thumb.background": "#4589ff33", | |
| "scrollbar.thumb.hover_background": "#697077", | |
| "scrollbar.thumb.border": "#4d535880", | |
| "scrollbar.track.background": "#121619", | |
| "scrollbar.track.border": "#f2f4f812", | |
| "editor.foreground": "#f2f4f8", | |
| "editor.background": "#121619", | |
| "editor.gutter.background": "#121619", | |
| "editor.subheader.background": "#090b0c", | |
| "editor.active_line.background": "#f2f4f805", | |
| "editor.highlighted_line.background": null, | |
| "editor.line_number": "#878d96", | |
| "editor.active_line_number": "#4589ff", | |
| "editor.invisible": "#a2a9b066", | |
| "editor.wrap_guide": "#4d5358", | |
| "editor.active_wrap_guide": "#4d5358", | |
| "editor.document_highlight.read_background": "#c1c7cd29", | |
| "editor.document_highlight.write_background": "#c1c7cd29", | |
| "terminal.background": "#121619", | |
| "terminal.foreground": "#f2f4f8", | |
| "terminal.dim_foreground": "#878d96", | |
| "terminal.bright_foreground": "#f2f4f8", | |
| "terminal.ansi.black": "#343a3f", | |
| "terminal.ansi.red": "#fa4d56", | |
| "terminal.ansi.green": "#42be65", | |
| "terminal.ansi.yellow": "#fddc69", | |
| "terminal.ansi.blue": "#4589ff", | |
| "terminal.ansi.magenta": "#ff7eb6", | |
| "terminal.ansi.cyan": "#3ddbd9", | |
| "terminal.ansi.white": "#f2f4f8", | |
| "terminal.ansi.bright_black": "#4d5358", | |
| "terminal.ansi.bright_red": "#fa4d56", | |
| "terminal.ansi.bright_green": "#42be65", | |
| "terminal.ansi.bright_yellow": "#fddc69", | |
| "terminal.ansi.bright_blue": "#4589ff", | |
| "terminal.ansi.bright_magenta": "#ff7eb6", | |
| "terminal.ansi.bright_cyan": "#3ddbd9", | |
| "terminal.ansi.bright_white": "#c1c7cd", | |
| "terminal.ansi.dim_black": "#343a3f", | |
| "terminal.ansi.dim_red": "#fa4d56", | |
| "terminal.ansi.dim_green": "#42be65", | |
| "terminal.ansi.dim_yellow": "#fddc69", | |
| "terminal.ansi.dim_blue": "#4589ff", | |
| "terminal.ansi.dim_magenta": "#ff7eb6", | |
| "terminal.ansi.dim_cyan": "#3ddbd9", | |
| "terminal.ansi.dim_white": "#dde1e6", | |
| "link_text.hover": "#82cffe", | |
| "conflict": "#d4bbff", | |
| "conflict.border": "#d4bbff", | |
| "conflict.background": "#090b0c", | |
| "created": "#42be65", | |
| "created.border": "#42be65", | |
| "created.background": "#090b0c", | |
| "deleted": "#fa4d56", | |
| "deleted.border": "#fa4d56", | |
| "deleted.background": "#090b0c", | |
| "error": "#fa4d56", | |
| "error.border": "#fa4d56", | |
| "error.background": "#090b0c", | |
| "hidden": "#697077", | |
| "hidden.border": "#697077", | |
| "hidden.background": "#090b0c", | |
| "hint": "#4d5358", | |
| "hint.border": "#4d5358", | |
| "hint.background": "#090b0c", | |
| "ignored": "#697077", | |
| "ignored.border": "#697077", | |
| "ignored.background": "#090b0c", | |
| "info": "#3ddbd9", | |
| "info.border": "#3ddbd9", | |
| "info.background": "#4589ff66", | |
| "modified": "#fddc69", | |
| "modified.border": "#fddc69", | |
| "modified.background": "#090b0c", | |
| "predictive": "#4d5358", | |
| "predictive.border": "#4d5358", | |
| "predictive.background": "#090b0c", | |
| "renamed": "#78a9ff", | |
| "renamed.border": "#78a9ff", | |
| "renamed.background": "#090b0c", | |
| "success": "#42be65", | |
| "success.border": "#42be65", | |
| "success.background": "#090b0c", | |
| "unreachable": "#fa4d56", | |
| "unreachable.border": "#fa4d56", | |
| "unreachable.background": "#090b0c", | |
| "warning": "#fe832b", | |
| "warning.border": "#fe832b", | |
| "warning.background": "#090b0c", | |
| "players": [ | |
| { | |
| "cursor": "#fed7d9", | |
| "selection": "#4d535880", | |
| "background": "#fed7d9" | |
| }, | |
| { | |
| "cursor": "#c1d6fb", | |
| "selection": "#c1d6fb33", | |
| "background": "#c1d6fb" | |
| }, | |
| { | |
| "cursor": "#f5b1b7", | |
| "selection": "#f5b1b733", | |
| "background": "#f5b1b7" | |
| }, | |
| { | |
| "cursor": "#a9eaec", | |
| "selection": "#a9eaec33", | |
| "background": "#a9eaec" | |
| }, | |
| { | |
| "cursor": "#f7c6a6", | |
| "selection": "#f7c6a633", | |
| "background": "#f7c6a6" | |
| }, | |
| { | |
| "cursor": "#f6eabf", | |
| "selection": "#f6eabf33", | |
| "background": "#f6eabf" | |
| }, | |
| { | |
| "cursor": "#adc9fb", | |
| "selection": "#adc9fb33", | |
| "background": "#adc9fb" | |
| }, | |
| { | |
| "cursor": "#abdebd", | |
| "selection": "#abdebd33", | |
| "background": "#abdebd" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#878d96", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#878d96", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#ff8389", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#fa4d56", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "function": { | |
| "color": "#4589ff", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#3ddbd9", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#d4bbff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#82cffe", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#4d5358", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predoc": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#ff8389", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#a2a9b0", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special.symbol": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#42be65", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#ffb3b8", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#42be65", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#f2f4f8", | |
| "font_style": null, | |
| "font_weight": 800 | |
| }, | |
| "type": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.interface": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.super": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#f2f4f8", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.member": { | |
| "color": "#f2f4f8", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.parameter": { | |
| "color": "#fe832b", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#f5b1b7", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| }, | |
| { | |
| "name": "carburetor regular (blue)", | |
| "appearance": "dark", | |
| "style": { | |
| "border": "#262626", | |
| "border.variant": "#3f76d4", | |
| "border.focused": "#be95ff", | |
| "border.selected": "#4589ff", | |
| "border.transparent": "#42be65", | |
| "border.disabled": "#525252", | |
| "elevated_surface.background": "#0b0b0b", | |
| "surface.background": "#161616", | |
| "background": "#161616", | |
| "element.background": "#000000", | |
| "element.hover": "#6f6f6f4d", | |
| "element.active": "#4589ff33", | |
| "element.selected": "#26262699", | |
| "element.disabled": "#6f6f6f", | |
| "drop_target.background": "#4589ff66", | |
| "ghost_element.background": null, | |
| "ghost_element.hover": "#5252524d", | |
| "ghost_element.active": "#52525280", | |
| "ghost_element.selected": "#6f6f6f59", | |
| "ghost_element.disabled": "#6f6f6f", | |
| "text": "#f4f4f4", | |
| "text.muted": "#e0e0e0", | |
| "text.placeholder": "#525252", | |
| "text.disabled": "#6f6f6f", | |
| "text.accent": "#4589ff", | |
| "icon": "#f4f4f4", | |
| "icon.muted": "#8d8d8d", | |
| "icon.disabled": "#6f6f6f", | |
| "icon.placeholder": "#525252", | |
| "icon.accent": "#4589ff", | |
| "status_bar.background": "#000000", | |
| "title_bar.background": "#000000", | |
| "toolbar.background": "#161616", | |
| "tab_bar.background": "#000000", | |
| "tab.inactive_background": "#0b0b0b", | |
| "tab.active_background": "#161616", | |
| "search.match_background": "#3ddbd933", | |
| "panel.background": "#0b0b0b", | |
| "panel.focused_border": "#f4f4f4", | |
| "pane.focused_border": "#f4f4f4", | |
| "scrollbar_thumb.background": "#4589ff33", | |
| "scrollbar.thumb.hover_background": "#6f6f6f", | |
| "scrollbar.thumb.border": "#52525280", | |
| "scrollbar.track.background": "#161616", | |
| "scrollbar.track.border": "#f4f4f412", | |
| "editor.foreground": "#f4f4f4", | |
| "editor.background": "#161616", | |
| "editor.gutter.background": "#161616", | |
| "editor.subheader.background": "#0b0b0b", | |
| "editor.active_line.background": "#f4f4f405", | |
| "editor.highlighted_line.background": null, | |
| "editor.line_number": "#8d8d8d", | |
| "editor.active_line_number": "#4589ff", | |
| "editor.invisible": "#a8a8a866", | |
| "editor.wrap_guide": "#525252", | |
| "editor.active_wrap_guide": "#525252", | |
| "editor.document_highlight.read_background": "#c6c6c629", | |
| "editor.document_highlight.write_background": "#c6c6c629", | |
| "terminal.background": "#161616", | |
| "terminal.foreground": "#f4f4f4", | |
| "terminal.dim_foreground": "#8d8d8d", | |
| "terminal.bright_foreground": "#f4f4f4", | |
| "terminal.ansi.black": "#393939", | |
| "terminal.ansi.red": "#fa4d56", | |
| "terminal.ansi.green": "#42be65", | |
| "terminal.ansi.yellow": "#fddc69", | |
| "terminal.ansi.blue": "#4589ff", | |
| "terminal.ansi.magenta": "#ff7eb6", | |
| "terminal.ansi.cyan": "#3ddbd9", | |
| "terminal.ansi.white": "#f4f4f4", | |
| "terminal.ansi.bright_black": "#525252", | |
| "terminal.ansi.bright_red": "#fa4d56", | |
| "terminal.ansi.bright_green": "#42be65", | |
| "terminal.ansi.bright_yellow": "#fddc69", | |
| "terminal.ansi.bright_blue": "#4589ff", | |
| "terminal.ansi.bright_magenta": "#ff7eb6", | |
| "terminal.ansi.bright_cyan": "#3ddbd9", | |
| "terminal.ansi.bright_white": "#c6c6c6", | |
| "terminal.ansi.dim_black": "#393939", | |
| "terminal.ansi.dim_red": "#fa4d56", | |
| "terminal.ansi.dim_green": "#42be65", | |
| "terminal.ansi.dim_yellow": "#fddc69", | |
| "terminal.ansi.dim_blue": "#4589ff", | |
| "terminal.ansi.dim_magenta": "#ff7eb6", | |
| "terminal.ansi.dim_cyan": "#3ddbd9", | |
| "terminal.ansi.dim_white": "#e0e0e0", | |
| "link_text.hover": "#82cffe", | |
| "conflict": "#d4bbff", | |
| "conflict.border": "#d4bbff", | |
| "conflict.background": "#0b0b0b", | |
| "created": "#42be65", | |
| "created.border": "#42be65", | |
| "created.background": "#0b0b0b", | |
| "deleted": "#fa4d56", | |
| "deleted.border": "#fa4d56", | |
| "deleted.background": "#0b0b0b", | |
| "error": "#fa4d56", | |
| "error.border": "#fa4d56", | |
| "error.background": "#0b0b0b", | |
| "hidden": "#6f6f6f", | |
| "hidden.border": "#6f6f6f", | |
| "hidden.background": "#0b0b0b", | |
| "hint": "#525252", | |
| "hint.border": "#525252", | |
| "hint.background": "#0b0b0b", | |
| "ignored": "#6f6f6f", | |
| "ignored.border": "#6f6f6f", | |
| "ignored.background": "#0b0b0b", | |
| "info": "#3ddbd9", | |
| "info.border": "#3ddbd9", | |
| "info.background": "#4589ff66", | |
| "modified": "#fddc69", | |
| "modified.border": "#fddc69", | |
| "modified.background": "#0b0b0b", | |
| "predictive": "#525252", | |
| "predictive.border": "#525252", | |
| "predictive.background": "#0b0b0b", | |
| "renamed": "#78a9ff", | |
| "renamed.border": "#78a9ff", | |
| "renamed.background": "#0b0b0b", | |
| "success": "#42be65", | |
| "success.border": "#42be65", | |
| "success.background": "#0b0b0b", | |
| "unreachable": "#fa4d56", | |
| "unreachable.border": "#fa4d56", | |
| "unreachable.background": "#0b0b0b", | |
| "warning": "#fe832b", | |
| "warning.border": "#fe832b", | |
| "warning.background": "#0b0b0b", | |
| "players": [ | |
| { | |
| "cursor": "#fed7d9", | |
| "selection": "#52525280", | |
| "background": "#fed7d9" | |
| }, | |
| { | |
| "cursor": "#c2d6f8", | |
| "selection": "#c2d6f833", | |
| "background": "#c2d6f8" | |
| }, | |
| { | |
| "cursor": "#f6b1b4", | |
| "selection": "#f6b1b433", | |
| "background": "#f6b1b4" | |
| }, | |
| { | |
| "cursor": "#aaeae9", | |
| "selection": "#aaeae933", | |
| "background": "#aaeae9" | |
| }, | |
| { | |
| "cursor": "#f8c6a3", | |
| "selection": "#f8c6a333", | |
| "background": "#f8c6a3" | |
| }, | |
| { | |
| "cursor": "#f7eabc", | |
| "selection": "#f7eabc33", | |
| "background": "#f7eabc" | |
| }, | |
| { | |
| "cursor": "#aec9f8", | |
| "selection": "#aec9f833", | |
| "background": "#aec9f8" | |
| }, | |
| { | |
| "cursor": "#acdeba", | |
| "selection": "#acdeba33", | |
| "background": "#acdeba" | |
| } | |
| ], | |
| "syntax": { | |
| "attribute": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "boolean": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "comment": { | |
| "color": "#8d8d8d", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "comment.doc": { | |
| "color": "#8d8d8d", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "constant": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "constructor": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "embedded": { | |
| "color": "#ff8389", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "emphasis": { | |
| "color": "#fa4d56", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "emphasis.strong": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "enum": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": 700 | |
| }, | |
| "function": { | |
| "color": "#4589ff", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "hint": { | |
| "color": "#3ddbd9", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "keyword": { | |
| "color": "#d4bbff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_text": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "link_uri": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "number": { | |
| "color": "#fe832b", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "operator": { | |
| "color": "#82cffe", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predictive": { | |
| "color": "#525252", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "predoc": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "primary": { | |
| "color": "#ff8389", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "property": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.bracket": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.delimiter": { | |
| "color": "#a8a8a8", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.list_marker": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special": { | |
| "color": "#3ddbd9", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "punctuation.special.symbol": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string": { | |
| "color": "#42be65", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.escape": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.regex": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special": { | |
| "color": "#ff7eb6", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "string.special.symbol": { | |
| "color": "#ffb3b8", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "tag": { | |
| "color": "#4589ff", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "text.literal": { | |
| "color": "#42be65", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "title": { | |
| "color": "#f4f4f4", | |
| "font_style": null, | |
| "font_weight": 800 | |
| }, | |
| "type": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.interface": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "type.super": { | |
| "color": "#fddc69", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable": { | |
| "color": "#f4f4f4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.member": { | |
| "color": "#f4f4f4", | |
| "font_style": null, | |
| "font_weight": null | |
| }, | |
| "variable.parameter": { | |
| "color": "#fe832b", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variable.special": { | |
| "color": "#f6b1b4", | |
| "font_style": "italic", | |
| "font_weight": null | |
| }, | |
| "variant": { | |
| "color": "#fa4d56", | |
| "font_style": null, | |
| "font_weight": null | |
| } | |
| } | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment