From 278c6126f133228ba968e26978eda444716d0c14 Mon Sep 17 00:00:00 2001 From: Ben Kreeger Date: Thu, 19 Jun 2025 13:59:27 -0500 Subject: [PATCH] Add Zed to this project as well --- setup.sh | 2 +- zed/.DS_Store | Bin 0 -> 8196 bytes zed/keymap.json | 22 + zed/prompts/prompts-library-db.0.mdb/data.mdb | Bin 0 -> 49152 bytes zed/prompts/prompts-library-db.0.mdb/lock.mdb | Bin 0 -> 8192 bytes zed/settings.json | 79 ++ zed/themes/tomorrow.json | 1148 +++++++++++++++++ 7 files changed, 1250 insertions(+), 1 deletion(-) create mode 100644 zed/.DS_Store create mode 100644 zed/keymap.json create mode 100644 zed/prompts/prompts-library-db.0.mdb/data.mdb create mode 100644 zed/prompts/prompts-library-db.0.mdb/lock.mdb create mode 100644 zed/settings.json create mode 100644 zed/themes/tomorrow.json diff --git a/setup.sh b/setup.sh index 0995c9d..ea770db 100755 --- a/setup.sh +++ b/setup.sh @@ -14,7 +14,7 @@ if [[ ! -a "$HOME/.zshrc" ]]; then fi # Symlink directories to $XDG_CONFIG_HOME. -directories=("gem" "git" "k9s" "lazygit" "nvim" "starship" "tmux") +directories=("gem" "git" "k9s" "lazygit" "nvim" "starship" "tmux" "zed") for directory in "${directories[@]}"; do if [[ -d "$XDG_CONFIG_HOME/$directory" ]]; then continue; fi ln -sfv "$SCRIPTPATH/$directory" "$XDG_CONFIG_HOME/$directory" diff --git a/zed/.DS_Store b/zed/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..9cf3cf96fe6bc2248b7501912383afafc8a6be34 GIT binary patch literal 8196 zcmeHMO^g&p6t1s#VY?evdVyV*X(1z<@V5)@!m|9S%>MBs5RjSuVfh(nrW>|HZ}&3Y zGYb;ps_`QDlNjSk{D~eVF-8-O7`PEVX;zer8cn?D!JtQtzN+d0cYuQ&42G_x>h-Jl zURTwt?^Vs~VT_@tWOXps%otOta%#+?<`#v^dA+G9QBN&VkUe8I3-S}ec;5B%H)+Qm zu?J!g#2$z}5PKl@z}?^hy0dvvZ*%WUY23yhh&^ymdVrq~NvfQtB04FlI69~iDF9KP z0*FG-lm`f#WJFUDos?9V(mQ4LfXEb4iUDa(@+4O$nu_S8q|%&0nlnTrBg#-9Mkl+Z zP-jR<8n>|rVh`Nx0UkaxS;$5ycOR?D-#^NayG{_cw_kx$Q#)g3U7c1ptL{*G)SpO) zxv&)UqV4a&XpqeM+pWl`Tmi&8axmN_^ytY?k6Wt#b(@zC+TV9+iGM6<@6fL6Gp;Cp+E zHkS_-e77{_1zDq^kaG(qHy7I7uA6qAu!G^yJ`wV#k-#s8y+U!=AzR*;HH=bV@3YCk zDcgNy7R;}jIJEP#8y78E+SAisHzxav6<8l zS~REKzQsqeRO17B4~^bpCd~s}(p$8twIYLM<_bL%(6Uq`Cl%ZD)q3U_?XPA8vZq5| zYYw=%yzOd+CCBN~H<&|Z>08a%DLXgo51YdUe{77F7|;sZWOvH!F%R>Rcjba`&$#XJ zSzVU0ev*v@qq(BJXM!LWO=<`AiXEeVZq#o%p)Z8wkljhs+|OUvZCPR&%}opH&3$G@ zHNI47a~!Yi5Ugp_CA!s?)JnNO!m}-@cFAdURV`$z>0;W>4pPXBvy<#BdySoA@3Ifs zCH6V{f?Z|bvhUar>__$syT<-NE$T4`1{#pSGAzeRw4xI!bfX75u@{dajSLPUj{s28yp4Bo9vAQ_F5(hC!&kV1ukk&u;Wzw_Kb1N~RWxO; zGEZq#nv@mFN@cCGLFtxLS1J)RG97qI5AoBE0g9ODGoEt%RuPlfx^4U25iwV1ix`M_6d~( z*QkrMA6TLi=8YKeP)PE1w_t?kmBD>6{2&_M`pV_bMFQ^331d>=PK-!8`=)!tz zz$QF|er&}y>>#*iFn~b}V}!tJ5nPYLK@kB$g6xx+#8Y?%&k|r?#7lS?uizYBC+NNv zLHB)pQU%6Gr-Km}s=-)J7d_Yaj#7UGz|&1)?oK>VBaNDQ{@;K5@Ber5>ewdsKIm+s@g0B(1<@?1Mf^>M1aaJ@-Mg$XrWh4+heoapsG4Cy%;$x;!Wl$0b?{__t3 R@>gtp|Ht>gz~8;v{0;MABSHWG literal 0 HcmV?d00001 diff --git a/zed/keymap.json b/zed/keymap.json new file mode 100644 index 0000000..fcdefca --- /dev/null +++ b/zed/keymap.json @@ -0,0 +1,22 @@ +// Zed keymap +// +// For information on binding keys, see the Zed +// documentation: https://zed.dev/docs/key-bindings +// +// To see the default key bindings run `zed: open default keymap` +// from the command palette. +[ + { + "context": "Workspace", + "bindings": { + // "shift shift": "file_finder::Toggle" + } + }, + { + "context": "Editor", + "bindings": { + "alt-q": "editor::Rewrap" + // "j k": ["workspace::SendKeystrokes", "escape"] + } + } +] diff --git a/zed/prompts/prompts-library-db.0.mdb/data.mdb b/zed/prompts/prompts-library-db.0.mdb/data.mdb new file mode 100644 index 0000000000000000000000000000000000000000..edb1be9aed9e28786ccf6bed1a8646cf3d703e78 GIT binary patch literal 49152 zcmeI(F$%&!5CFh6m165VMEpSfN<<3_u`pQpHW6Rq7kq+>mk>A*M6ii-#ocAI?6K2t zM7xHs%k^?Q586;V7q8>Fr;HSQx8Ixf?tdO{^RqYeG~WaW5FkK+009C72oNAZfB*pk z1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1PBlyK!5-N0t5&UAV8qk z0^QvGFXsQd>fJ4I7L96t=6Suw*Bk)?1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009C7 z2oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF5FkK+009C72oPul+WGs4A|`PxkL9U^ zLx2DQ0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1PBlyK!5-N0t5&UAV7cs0RjXF z5FkK+009C72oNAZfB*pk1pY^0_H4C?Q7m_>&3ZpQ%s*}Y-mFL!#<5-3)vBtiZ)!XM D1;aV~ literal 0 HcmV?d00001 diff --git a/zed/prompts/prompts-library-db.0.mdb/lock.mdb b/zed/prompts/prompts-library-db.0.mdb/lock.mdb new file mode 100644 index 0000000000000000000000000000000000000000..224c5794b677287ea8e5b5682af768bbdec2af39 GIT binary patch literal 8192 zcmeIu!3}^Q5ClNA8k#e)4ZENc!j~p&!4l*F(t#u(Zv>d-dms y@$?xLN7?7Kk5&r-0t5&UAV7cs0RjXF5FkK+009C72oNAZfB*pk1PBoLwLk?V&<;TW literal 0 HcmV?d00001 diff --git a/zed/settings.json b/zed/settings.json new file mode 100644 index 0000000..2042477 --- /dev/null +++ b/zed/settings.json @@ -0,0 +1,79 @@ +// Zed settings +// +// For information on how to configure Zed, see the Zed +// documentation: https://zed.dev/docs/configuring-zed +// +// To see all of Zed's default settings without changing your +// custom settings, run `zed: open default settings` from the +// command palette (cmd-shift-p / ctrl-shift-p) +{ + "features": { + "edit_prediction_provider": "zed" + }, + "auto_install_extensions": { + "html": true, + "toml": true, + "catppuccin-icons": true, + "dockerfile": true, + "git-firefly": true, + "ruby": true, + "terraform": true, + "xml": true, + "swift": true, + "docker-compose": true, + "env": true, + "ini": true, + "ansible": true + }, + "edit_predictions": { + "mode": "subtle" + }, + "languages": { + "JavaScript": { + "formatter": { "code_actions": { "source.fixAll.eslint": true } }, + "code_actions_on_format": { "source.fixAll.eslint": true } + } + }, + "file_scan_exclusions": [ + "**/.terragrunt-cache", + "**/.terraform.lock.hcl", + "**/.git", + "**/.svn", + "**/.hg", + "**/.jj", + "**/CVS", + "**/.DS_Store", + "**/Thumbs.db", + "**/.classpath", + "**/.settings" + ], + "icon_theme": "Catppuccin Latte", + "ui_font_size": 15, + "ui_font_family": ".SystemUIFont", + "buffer_font_size": 12, + "buffer_font_family": "Inconsolata Patched G", + "buffer_line_height": { "custom": 1.8 }, + "wrap_guides": [80, 100], + "show_whitespaces": "boundary", + "project_panel": { + "entry_spacing": "comfortable", + "indent_size": 25 + }, + "collaboration_panel": { "button": false }, + "git": { + "inline_blame": { "enabled": false } + }, + "tabs": { + "show_diagnostics": "errors", + "file_icons": true, + "git_status": false + }, + "terminal": { + "line_height": { "custom": 1.8 } + }, + "theme": { + "mode": "system", + "light": "Catppuccin Latte", + "dark": "Catppuccin Mocha" + } +} diff --git a/zed/themes/tomorrow.json b/zed/themes/tomorrow.json new file mode 100644 index 0000000..4f42eaa --- /dev/null +++ b/zed/themes/tomorrow.json @@ -0,0 +1,1148 @@ +{ + "$schema": "https://zed.dev/schema/themes/v0.2.0.json", + "name": "tomorrow", + "author": "blaqat", + "themes": [ + { + "appearance": "dark", + "name": "Tomorrow Night", + "style": { + "accents": [ + "#81A2BE", + "#B294BB", + "#B5BD68", + "#FF9DA4", + "#F0C674", + "#8ABEB7", + "#CCC", + "#FF7882", + "#81A2BE", + "#B294BB", + "#B5BD68", + "#F0C674" + ], + "background": "#1E1F21", + "border.disabled": null, + "border.focused": "#1C1D1F", + "border.selected": null, + "border.transparent": null, + "border.variant": "#1C1D1F", + "conflict": "#FF5B69", + "conflict.background": null, + "conflict.border": "#FF5B69", + "created": "#B5BD68", + "created.background": null, + "created.border": null, + "deleted": "#C66", + "deleted.background": "#FF78822E", + "deleted.border": null, + "drop_target.background": null, + "editor.active_line.background": "#373B4180", + "editor.active_line_number": "#FFF", + "editor.active_wrap_guide": null, + "editor.background": "#1E1F21", + "editor.document_highlight.bracket_background": "#81A2BE40", + "editor.document_highlight.read_background": "#81A2BE2E", + "editor.document_highlight.write_background": null, + "editor.foreground": "#C5C8C6", + "editor.gutter.background": "#1E1F21", + "editor.highlighted_line.background": null, + "editor.indent_guide": "none", + "editor.indent_guide_active": "#F0C67480", + "editor.invisible": null, + "editor.line_number": null, + "editor.subheader.background": "#17181A50", + "editor.wrap_guide": null, + "element.active": null, + "element.background": null, + "element.disabled": null, + "element.hover": "#4D505740", + "element.selected": "#373B41C0", + "elevated_surface.background": "#17181A", + "error": "#C66", + "error.background": "#1E1F21", + "error.border": "#C66", + "ghost_element.active": null, + "ghost_element.background": null, + "ghost_element.disabled": null, + "ghost_element.hover": "#282A2E50", + "ghost_element.selected": "#282A2E", + "hidden": "#63666E", + "hidden.border": null, + "hint": "#63666E", + "hint.background": "#1E1F21", + "hint.border": "#81A2BE", + "icon": null, + "icon.accent": null, + "icon.disabled": null, + "icon.muted": null, + "icon.placeholder": null, + "ignored": "#4D5057", + "ignored.background": null, + "ignored.border": null, + "info": "#81A2BE", + "info.background": "#81A2BE2E", + "info.border": "#81A2BE", + "link_text.hover": null, + "modified": "#F0C674", + "modified.background": null, + "modified.border": null, + "pane.focused_border": null, + "panel.background": "#17181A", + "panel.focused_border": null, + "players": [ + { + "background": "#373B41", + "cursor": "#8ABEB7", + "selection": "#373B41C0" + }, + { + "background": null, + "cursor": null, + "selection": null + } + ], + "predictive": "#7C7C7C", + "predictive.border": null, + "renamed": null, + "renamed.background": null, + "renamed.border": null, + "scrollbar.thumb.background": "#27292CC0", + "scrollbar.thumb.border": "#1D1F21C0", + "scrollbar.thumb.hover_background": null, + "scrollbar.track.background": "#1D1F21C0", + "scrollbar.track.border": "#1D1F2100", + "search.match_background": "#F0C6743E", + "status_bar.background": "#17181A", + "success": "#B5BD68", + "success.background": null, + "success.border": null, + "surface.background": null, + "syntax": { + "boolean": { + "color": "#DE935F", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#969896", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#DE935F", + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#DE935F", + "font_style": null, + "font_weight": null + }, + "function": { + "color": "#85B7B1", + "font_style": null, + "font_weight": null + }, + "keyword": { + "color": "#B294BB", + "font_style": null, + "font_weight": null + }, + "lifetime": { + "color": "#81A2BE", + "font_style": null, + "font_weight": null + }, + "method": { + "color": "#85B7B1" + }, + "number": { + "color": "#DE935F", + "font_style": null, + "font_weight": null + }, + "property": { + "color": null, + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#DE935F", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#B5BD68", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#92B2CA", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#B294BB", + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#DE935F", + "font_style": null, + "font_weight": null + } + }, + "tab.active_background": "#1C1D1F", + "tab.inactive_background": "#17181A", + "tab_bar.background": "#17181A", + "terminal.ansi.black": "#000", + "terminal.ansi.blue": "#81A2BE", + "terminal.ansi.bright_black": "#FFFFFF40", + "terminal.ansi.bright_blue": "#7094B2", + "terminal.ansi.bright_cyan": "#7BB2AA", + "terminal.ansi.bright_green": "#AAB257", + "terminal.ansi.bright_magenta": "#A383AD", + "terminal.ansi.bright_red": "#FF5B69", + "terminal.ansi.bright_white": "#F2F2F2", + "terminal.ansi.bright_yellow": "#EAB85B", + "terminal.ansi.cyan": "#8ABEB7", + "terminal.ansi.dim_black": "#000", + "terminal.ansi.dim_blue": null, + "terminal.ansi.dim_cyan": null, + "terminal.ansi.dim_green": null, + "terminal.ansi.dim_magenta": null, + "terminal.ansi.dim_red": null, + "terminal.ansi.dim_white": "#FFF", + "terminal.ansi.dim_yellow": null, + "terminal.ansi.green": "#B5BD68", + "terminal.ansi.magenta": "#B294BB", + "terminal.ansi.red": "#FF9DA4", + "terminal.ansi.white": "#CCC", + "terminal.ansi.yellow": "#F0C674", + "terminal.background": "#1E1F21", + "terminal.bright_foreground": "#FFF", + "terminal.dim_foreground": "#FFF", + "terminal.foreground": "#FFF", + "text": "#C5C8C6", + "text.accent": "#F0C674", + "text.disabled": "#565960", + "text.muted": "#FFFFFF8F", + "text.placeholder": "#FFFFFF50", + "title_bar.background": "#17181A", + "toolbar.background": "#1C1D1F", + "unreachable": null, + "unreachable.border": null, + "warning": "#F0C674", + "warning.background": "#1E1F21", + "warning.border": "#F0C674" + } + }, + { + "appearance": "light", + "name": "Tomorrow", + "style": { + "accents": [ + "#5286BC", + "#9C71B7", + "#849B00", + "#FF9DA4", + "#F0C674", + "#4BA9AF", + "#505050", + "#FF7882", + "#5286BC", + "#9C71B7", + "#849B00", + "#F0C674" + ], + "background": "#FFF", + "border.disabled": null, + "border.focused": "#F2F2F2", + "border.selected": null, + "border.transparent": null, + "border.variant": "#F2F2F2", + "conflict": "#A34141", + "conflict.background": null, + "conflict.border": "#A34141", + "created": "#849B00", + "created.background": null, + "created.border": null, + "deleted": "#D43E36", + "deleted.background": "#FF78823E", + "deleted.border": null, + "drop_target.background": null, + "editor.active_line.background": "#F2F2F2", + "editor.active_line_number": null, + "editor.active_wrap_guide": null, + "editor.background": "#FFF", + "editor.document_highlight.bracket_background": "#5286BC50", + "editor.document_highlight.read_background": null, + "editor.document_highlight.write_background": null, + "editor.foreground": "#60605F", + "editor.gutter.background": "#FFF", + "editor.highlighted_line.background": null, + "editor.indent_guide": "#00000050", + "editor.indent_guide_active": "#5286BC80", + "editor.invisible": null, + "editor.line_number": null, + "editor.subheader.background": "#F2F2F2", + "editor.wrap_guide": null, + "element.active": null, + "element.background": null, + "element.disabled": null, + "element.hover": "#FFF", + "element.selected": "#DEDEDEC0", + "elevated_surface.background": "#F2F2F2", + "error": "#D43E36", + "error.background": "#EAC5C3", + "error.border": "#D43E36", + "ghost_element.active": null, + "ghost_element.background": null, + "ghost_element.disabled": null, + "ghost_element.hover": "#60605F1F", + "ghost_element.selected": "#5286BC1F", + "hidden": "#63666E", + "hidden.border": null, + "hint": "#63666E", + "hint.background": "#5286BC50", + "hint.border": "#5286BC", + "icon": null, + "icon.accent": null, + "icon.disabled": null, + "icon.muted": null, + "icon.placeholder": null, + "ignored": "#8C8C8C", + "ignored.background": null, + "ignored.border": null, + "info": "#5286BC", + "info.background": "#5286BC2E", + "info.border": null, + "link_text.hover": null, + "modified": "#5286BC", + "modified.background": null, + "modified.border": null, + "pane.focused_border": null, + "panel.background": "#F2F2F2", + "panel.focused_border": null, + "players": [ + { + "background": "#DEDEDE", + "cursor": "#5286BC", + "selection": "#DEDEDE8F" + }, + { + "background": null, + "cursor": null, + "selection": null + } + ], + "predictive": "#777", + "predictive.border": null, + "renamed": null, + "renamed.background": null, + "renamed.border": null, + "scrollbar.thumb.background": null, + "scrollbar.thumb.border": null, + "scrollbar.thumb.hover_background": null, + "scrollbar.track.background": null, + "scrollbar.track.border": "#F2F2F2", + "search.match_background": "#F0C6748F", + "status_bar.background": "#FAFAFA", + "success": "#849B00", + "success.background": null, + "success.border": null, + "surface.background": null, + "syntax": { + "boolean": { + "color": "#F39929", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#9FA19E", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#F39929", + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#F39929", + "font_style": null, + "font_weight": 600 + }, + "function": { + "color": "#4BA9AF", + "font_style": null, + "font_weight": 600 + }, + "keyword": { + "color": "#9C71B7", + "font_style": null, + "font_weight": 600 + }, + "lifetime": { + "color": "#5286BC", + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#F39929", + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#F39929", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#849B00", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#5286BC", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#9C71B7", + "font_style": null, + "font_weight": 600 + }, + "type": { + "color": "#F39929", + "font_style": null, + "font_weight": 600 + } + }, + "tab.active_background": "#FAFAFA", + "tab.inactive_background": "#F2F2F2", + "tab_bar.background": "#F2F2F2", + "terminal.ansi.black": "#000", + "terminal.ansi.blue": "#47A", + "terminal.ansi.bright_black": "#0000009F", + "terminal.ansi.bright_blue": "#3E6C9B", + "terminal.ansi.bright_cyan": "#3D888C", + "terminal.ansi.bright_green": "#5C6B00", + "terminal.ansi.bright_magenta": "#8456A3", + "terminal.ansi.bright_red": "#A34141", + "terminal.ansi.bright_white": "#383838", + "terminal.ansi.bright_yellow": "#E8B04A", + "terminal.ansi.cyan": "#44979B", + "terminal.ansi.dim_black": "#000", + "terminal.ansi.dim_blue": null, + "terminal.ansi.dim_cyan": null, + "terminal.ansi.dim_green": null, + "terminal.ansi.dim_magenta": null, + "terminal.ansi.dim_red": null, + "terminal.ansi.dim_white": "#383838", + "terminal.ansi.dim_yellow": null, + "terminal.ansi.green": "#6E7F00", + "terminal.ansi.magenta": "#8D61AA", + "terminal.ansi.red": "#BF4444", + "terminal.ansi.white": "#424242", + "terminal.ansi.yellow": "#EAB85B", + "terminal.background": "#FFF", + "terminal.bright_foreground": "#000", + "terminal.dim_foreground": "#000", + "terminal.foreground": "#000", + "text": "#60605F", + "text.accent": "#5286BC", + "text.disabled": "#00000050", + "text.muted": "#00000071", + "text.placeholder": "#00000071", + "title_bar.background": "#F2F2F2", + "toolbar.background": "#F2F2F29F", + "unreachable": null, + "unreachable.border": null, + "warning": "#F0C674", + "warning.background": "#FCD890", + "warning.border": "#F0C674" + } + }, + { + "appearance": "dark", + "name": "Tomorrow Night Out", + "style": { + "accents": [ + "#78AAD7", + "#D7ACD7", + "#A8D3AA", + "#FF9DA4", + "#F7D479", + "#76D4D6", + "#CCC", + "#F48D8C", + "#78AAD7", + "#D7ACD7", + "#A8D3AA", + "#F7D479" + ], + "background": "#3B3B3B", + "border.disabled": null, + "border.focused": "#1C1D1F", + "border.selected": null, + "border.transparent": null, + "border.variant": "#2F2F2F", + "conflict": "#ED7676", + "conflict.background": null, + "conflict.border": "#ED7676", + "created": "#A8D3AA", + "created.background": null, + "created.border": null, + "deleted": "#F48D8C", + "deleted.background": "#F48D8C5F", + "deleted.border": null, + "drop_target.background": null, + "editor.active_line.background": "#494949", + "editor.active_line_number": "#FFF", + "editor.active_wrap_guide": null, + "editor.background": "#3B3B3B", + "editor.document_highlight.read_background": "#76D4D62E", + "editor.document_highlight.write_background": null, + "editor.foreground": "#D5D5D5", + "editor.gutter.background": "#49494980", + "editor.highlighted_line.background": null, + "editor.indent_guide": "none", + "editor.indent_guide_active": "#F7D47980", + "editor.invisible": null, + "editor.line_number": null, + "editor.subheader.background": "#17181A50", + "editor.wrap_guide": null, + "element.active": null, + "element.background": null, + "element.disabled": null, + "element.hover": "#3B3B3B40", + "element.selected": "#545454", + "elevated_surface.background": "#262626", + "error": "#F48D8C", + "error.background": "#2F2F2F", + "error.border": "#F48D8C", + "ghost_element.active": null, + "ghost_element.background": null, + "ghost_element.disabled": null, + "ghost_element.hover": "#6464646E", + "ghost_element.selected": "#64646440", + "hidden": "#63666E", + "hidden.border": null, + "hint": "#696969", + "hint.background": "#2F2F2F", + "hint.border": "#78AAD7", + "icon": null, + "icon.accent": null, + "icon.disabled": null, + "icon.muted": null, + "icon.placeholder": null, + "ignored": "#575757", + "ignored.background": null, + "ignored.border": null, + "info": "#78AAD7", + "info.background": "#78AAD750", + "info.border": null, + "link_text.hover": null, + "modified": "#F7D479", + "modified.background": null, + "modified.border": null, + "pane.focused_border": null, + "panel.background": "#2B2B2B", + "panel.focused_border": null, + "players": [ + { + "background": "#494949", + "cursor": "#9E9E9E", + "selection": "#545454" + }, + { + "background": null, + "cursor": null, + "selection": null + } + ], + "predictive": "#969896", + "predictive.border": null, + "renamed": null, + "renamed.background": null, + "renamed.border": null, + "scrollbar.thumb.background": "#49494980", + "scrollbar.thumb.border": "#2B2B2BC0", + "scrollbar.thumb.hover_background": null, + "scrollbar.track.background": "#2B2B2BC0", + "scrollbar.track.border": "#1D1F2100", + "search.match_background": "#F7D4792E", + "status_bar.background": "#262626", + "success": "#A8D3AA", + "success.background": null, + "success.border": null, + "surface.background": null, + "syntax": { + "boolean": { + "color": "#F4A369", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#969896", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#F4A369", + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#F4A369", + "font_style": null, + "font_weight": null + }, + "function": { + "color": "#76D4D6", + "font_style": null, + "font_weight": null + }, + "keyword": { + "color": "#D7ACD7", + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#F4A369", + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#F4A369", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#A8D3AA", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#FFD479", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#D7ACD7", + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#F4A369", + "font_style": null, + "font_weight": null + } + }, + "tab.active_background": "#3B3B3B", + "tab.inactive_background": "#2F2F2F", + "tab_bar.background": "#2B2B2B", + "terminal.ansi.black": "#000", + "terminal.ansi.blue": "#78AAD7", + "terminal.ansi.bright_black": "#FFFFFF40", + "terminal.ansi.bright_blue": "#639CCE", + "terminal.ansi.bright_cyan": "#66CACC", + "terminal.ansi.bright_green": "#97C698", + "terminal.ansi.bright_magenta": "#C999C9", + "terminal.ansi.bright_red": "#ED7676", + "terminal.ansi.bright_white": "#F2F2F2", + "terminal.ansi.bright_yellow": "#F2C963", + "terminal.ansi.cyan": "#76D4D6", + "terminal.ansi.dim_black": "#000", + "terminal.ansi.dim_blue": null, + "terminal.ansi.dim_cyan": null, + "terminal.ansi.dim_green": null, + "terminal.ansi.dim_magenta": null, + "terminal.ansi.dim_red": null, + "terminal.ansi.dim_white": "#FFF", + "terminal.ansi.dim_yellow": null, + "terminal.ansi.green": "#A8D3AA", + "terminal.ansi.magenta": "#D7ACD7", + "terminal.ansi.red": "#FF9DA4", + "terminal.ansi.white": "#CCC", + "terminal.ansi.yellow": "#F7D479", + "terminal.background": "#3B3B3B", + "terminal.bright_foreground": "#FFF", + "terminal.dim_foreground": "#FFF", + "terminal.foreground": "#FFF", + "text": "#D5D5D5", + "text.accent": "#F7D479", + "text.disabled": "#7C7C7C", + "text.muted": "#FFFFFF8F", + "text.placeholder": "#FFFFFF50", + "title_bar.background": "#262626", + "toolbar.background": "#3B3B3B", + "unreachable": null, + "unreachable.border": null, + "warning": "#F7D479", + "warning.background": "#2F2F2F", + "warning.border": "#F7D479" + } + }, + { + "appearance": "dark", + "name": "Tomorrow Night Blue", + "style": { + "accents": [ + "#80BAFF", + "#EBBBFF", + "#D1F1A9", + "#FF9DA4", + "#FFEEAD", + "#9FF", + "#CCC", + "#FF7882", + "#80BAFF", + "#D778FF", + "#B8F171", + "#FFE580" + ], + "background": "#002451", + "border": "#001733", + "border.disabled": null, + "border.focused": "#BBDAFF", + "border.selected": "#BBDAFF", + "border.transparent": null, + "border.variant": "#001C40", + "conflict": "#FF7882", + "conflict.background": null, + "conflict.border": "#FF7882", + "created": "#74C991", + "created.background": null, + "created.border": null, + "deleted": "#FF9DA4", + "deleted.background": "#FF78823E", + "deleted.border": null, + "drop_target.background": null, + "editor.active_line.background": "#00346E", + "editor.active_line_number": "#FFF", + "editor.active_wrap_guide": null, + "editor.background": "#002451", + "editor.document_highlight.bracket_background": null, + "editor.document_highlight.read_background": "#80BAFF2E", + "editor.document_highlight.write_background": null, + "editor.foreground": "#FF9DA4", + "editor.gutter.background": "#002451", + "editor.highlighted_line.background": null, + "editor.indent_guide": "false", + "editor.indent_guide_active": "#FFC58F80", + "editor.invisible": null, + "editor.line_number": null, + "editor.subheader.background": "#001733", + "editor.wrap_guide": "#001733", + "element.active": "#003B7A50", + "element.background": "#00346E", + "element.disabled": null, + "element.hover": "#FFFFFF2E", + "element.selected": "#0045959F", + "elevated_surface.background": "#001733", + "error": "#FF7882", + "error.background": "#001733", + "error.border": "#FF9DA4", + "ghost_element.active": null, + "ghost_element.background": null, + "ghost_element.disabled": null, + "ghost_element.hover": "#324764", + "ghost_element.selected": "#415570", + "hidden": "#818DA1", + "hidden.border": "#000", + "hint": "#7285B79F", + "hint.background": "#001733", + "hint.border": "#80BAFF", + "icon": null, + "icon.accent": null, + "icon.disabled": null, + "icon.muted": null, + "icon.placeholder": null, + "ignored": "#818DA19F", + "ignored.background": null, + "ignored.border": null, + "info": "#80BAFF", + "info.background": "#80BAFF2E", + "info.border": "#80BAFF", + "link_text.hover": null, + "modified": "#E2C08D", + "modified.background": null, + "modified.border": null, + "pane.focused_border": "#BBDAFF", + "panel.background": "#001C40", + "panel.focused_border": "#BBDAFF", + "players": [ + { + "background": "#00346E", + "cursor": "#FFF", + "selection": "#0045959F" + }, + { + "background": null, + "cursor": null, + "selection": null + } + ], + "predictive": "#53689E", + "predictive.border": null, + "renamed": null, + "renamed.background": null, + "renamed.border": null, + "scrollbar.thumb.background": "#BBDAFF2E", + "scrollbar.thumb.border": "#001C40", + "scrollbar.thumb.hover_background": null, + "scrollbar.track.background": "#002451C0", + "scrollbar.track.border": "#001C40", + "search.match_background": "#533741F0", + "status_bar.background": "#001126", + "success": "#D1F1A9", + "success.background": null, + "success.border": null, + "surface.background": null, + "syntax": { + "boolean": { + "color": "#FFC58F", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#7285B7", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#FFC58F", + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#FFEEAD", + "font_style": null, + "font_weight": null + }, + "function": { + "color": "#BBDAFF", + "font_style": null, + "font_weight": null + }, + "invalid": { + "color": "#A92049" + }, + "keyword": { + "color": "#EBBBFF", + "font_style": null, + "font_weight": null + }, + "number": { + "color": "#FFC58F", + "font_style": null, + "font_weight": null + }, + "parameter": { + "color": "#FFC58F" + }, + "punctuation.list_marker": { + "color": "#FFC58F", + "font_style": null, + "font_weight": null + }, + "storage": { + "color": "#EBBBFF" + }, + "string": { + "color": "#D1F1A9", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#FF9DA4", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#EBBBFF", + "font_style": null, + "font_weight": null + }, + "type": { + "color": "#BBDAFF", + "font_style": null, + "font_weight": null + } + }, + "tab.active_background": "#002451", + "tab.inactive_background": "#001C40", + "tab_bar.background": "#001733", + "terminal.ansi.black": "#000", + "terminal.ansi.blue": "#80BAFF", + "terminal.ansi.bright_black": "#FFFFFF40", + "terminal.ansi.bright_blue": "#80BAFF", + "terminal.ansi.bright_cyan": "#78FFFF", + "terminal.ansi.bright_green": "#B8F171", + "terminal.ansi.bright_magenta": "#D778FF", + "terminal.ansi.bright_red": "#FF7882", + "terminal.ansi.bright_white": "#FFF", + "terminal.ansi.bright_yellow": "#FFE580", + "terminal.ansi.cyan": "#9FF", + "terminal.ansi.dim_black": "#000", + "terminal.ansi.dim_blue": null, + "terminal.ansi.dim_cyan": null, + "terminal.ansi.dim_green": null, + "terminal.ansi.dim_magenta": null, + "terminal.ansi.dim_red": null, + "terminal.ansi.dim_white": "#FFF", + "terminal.ansi.dim_yellow": null, + "terminal.ansi.green": "#D1F1A9", + "terminal.ansi.magenta": "#EBBBFF", + "terminal.ansi.red": "#FF9DA4", + "terminal.ansi.white": "#CCC", + "terminal.ansi.yellow": "#FFEEAD", + "terminal.background": "#002451", + "terminal.bright_foreground": "#FFF", + "terminal.dim_foreground": "#FFF", + "terminal.foreground": "#FFF", + "text": "#FFF", + "text.accent": "#FFC58F", + "text.disabled": "#818DA1", + "text.muted": "#FFFFFFA1", + "text.placeholder": "#818DA1", + "title_bar.background": "#001126", + "toolbar.background": "#002451", + "unreachable": null, + "unreachable.border": "#001C40", + "warning": "#FFEEAD", + "warning.background": "#001733", + "warning.border": "#FFEEAD" + } + }, + { + "appearance": "dark", + "name": "Tomorrow at Midnight", + "style": { + "accents": [ + "#8CB6E2", + "#B294BB", + "#C5D15C", + "#FF9DA4", + "#ECCE59", + "#8ABEB7", + "#CCC", + "#FF7882", + "#8CB6E2", + "#B294BB", + "#C5D15C", + "#ECCE59" + ], + "background": "#000", + "border.disabled": null, + "border.focused": "#000", + "border.selected": null, + "border.transparent": null, + "border.variant": "#303446", + "conflict": "#FF606E", + "conflict.background": null, + "conflict.border": "#FF606E", + "created": "#C5D15C", + "created.background": null, + "created.border": null, + "deleted": "#DF6565", + "deleted.background": "#FF78825F", + "deleted.border": null, + "drop_target.background": null, + "editor.active_line.background": "#3034465F", + "editor.active_line_number": "#FFF", + "editor.active_wrap_guide": null, + "editor.background": "#000", + "editor.document_highlight.bracket_background": "#59607FAE", + "editor.document_highlight.read_background": "#303446AE", + "editor.document_highlight.write_background": "#303446C0", + "editor.foreground": "#EEE", + "editor.gutter.background": "#000", + "editor.highlighted_line.background": "#3034468F", + "editor.indent_guide": "none", + "editor.indent_guide_active": "#ED9E566E", + "editor.invisible": null, + "editor.line_number": null, + "editor.subheader.background": "#30344680", + "editor.wrap_guide": null, + "element.active": "#383C5150", + "element.background": "#30344650", + "element.disabled": null, + "element.hover": "#303446", + "element.selected": "#3034468F", + "elevated_surface.background": "#000", + "error": "#DF6565", + "error.background": "#000", + "error.border": "#DF6565", + "ghost_element.active": null, + "ghost_element.background": null, + "ghost_element.disabled": null, + "ghost_element.hover": "#3034468F", + "ghost_element.selected": "#3034469F", + "hidden": "#63666E", + "hidden.border": null, + "hint": "#3034469F", + "hint.background": "#000", + "hint.border": "#8CB6E2", + "icon": null, + "icon.accent": null, + "icon.disabled": null, + "icon.muted": null, + "icon.placeholder": null, + "ignored": "#4D5057", + "ignored.background": null, + "ignored.border": null, + "info": "#8CB6E2", + "info.background": "#8CB6E22E", + "info.border": "#8CB6E2", + "link_text.hover": null, + "modified": "#ECCE59", + "modified.background": null, + "modified.border": null, + "pane.focused_border": null, + "panel.background": "#000", + "panel.focused_border": null, + "players": [ + { + "background": "#373B41", + "cursor": "#ED9E56", + "selection": "#3034468F" + }, + { + "background": null, + "cursor": null, + "selection": null + } + ], + "predictive": "#7F7F7F", + "predictive.border": null, + "renamed": null, + "renamed.background": null, + "renamed.border": null, + "scrollbar.thumb.background": "#30344650", + "scrollbar.thumb.border": "#8CB6E203", + "scrollbar.thumb.hover_background": null, + "scrollbar.track.background": null, + "scrollbar.track.border": "#8CB6E215", + "search.match_background": "#75BAFF5F", + "status_bar.background": "#000", + "success": "#C5D15C", + "success.background": null, + "success.border": null, + "surface.background": null, + "syntax": { + "boolean": { + "color": "#ED9E56", + "font_style": null, + "font_weight": null + }, + "comment": { + "color": "#A7A8A7", + "font_style": null, + "font_weight": null + }, + "constant": { + "color": "#ED9E56", + "font_style": null, + "font_weight": null + }, + "constant.builtin": { + "color": "#ED9E56", + "font_style": null, + "font_weight": 600 + }, + "function": { + "color": "#80CABF", + "font_style": null, + "font_weight": 600 + }, + "keyword": { + "color": "#B294BB", + "font_style": null, + "font_weight": 600 + }, + "method": { + "color": "#80CABF", + "font_weight": 400 + }, + "number": { + "color": "#ED9E56", + "font_style": null, + "font_weight": null + }, + "punctuation.list_marker": { + "color": "#ED9E56", + "font_style": null, + "font_weight": null + }, + "string": { + "color": "#C5D15C", + "font_style": null, + "font_weight": null + }, + "tag": { + "color": "#8CB6E1", + "font_style": null, + "font_weight": null + }, + "title": { + "color": "#B294BB", + "font_style": null, + "font_weight": 600 + }, + "type": { + "color": "#ED9E56", + "font_style": null, + "font_weight": 600 + } + }, + "tab.active_background": "#000", + "tab.inactive_background": "#000", + "tab_bar.background": "#000", + "terminal.ansi.black": "#000", + "terminal.ansi.blue": "#8CB6E2", + "terminal.ansi.bright_black": "#FFFFFF50", + "terminal.ansi.bright_blue": "#7AABDB", + "terminal.ansi.bright_cyan": "#7CB2AA", + "terminal.ansi.bright_green": "#BAC64F", + "terminal.ansi.bright_magenta": "#A687AF", + "terminal.ansi.bright_red": "#FF606E", + "terminal.ansi.bright_white": "#F4F4F4", + "terminal.ansi.bright_yellow": "#E5C244", + "terminal.ansi.cyan": "#8ABEB7", + "terminal.ansi.dim_black": "#000", + "terminal.ansi.dim_blue": null, + "terminal.ansi.dim_cyan": null, + "terminal.ansi.dim_green": null, + "terminal.ansi.dim_magenta": null, + "terminal.ansi.dim_red": null, + "terminal.ansi.dim_white": "#FFF", + "terminal.ansi.dim_yellow": null, + "terminal.ansi.green": "#C5D15C", + "terminal.ansi.magenta": "#B294BB", + "terminal.ansi.red": "color.lightcoral..(l+2)..s+5", + "terminal.ansi.white": "#CCC", + "terminal.ansi.yellow": "#ECCE59", + "terminal.background": "#000", + "terminal.bright_foreground": "#FFF", + "terminal.dim_foreground": "#FFF", + "terminal.foreground": "#FFF", + "text": "#EEE", + "text.accent": "#ED9E56", + "text.disabled": "#565960", + "text.muted": "#FFFFFF8F", + "text.placeholder": "#FFFFFF50", + "title_bar.background": "#000", + "toolbar.background": "#000", + "unreachable": null, + "unreachable.border": null, + "warning": "#ECCE59", + "warning.background": "#000", + "warning.border": "#ECCE59" + } + } + ] +}