Created
October 15, 2025 07:13
-
-
Save takumade/538928700392cf6de35adbcc85e88ad6 to your computer and use it in GitHub Desktop.
Takucoder Zed Config
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": "Catppuccin Frappé - No Italics", | |
| "buffer_font_size": null, | |
| "tab_size": 4, | |
| "buffer_font_family": "MonoLisa", | |
| "format_on_save": "off", | |
| "project_panel": { "dock": "right" }, | |
| "git_panel": { "button": true, "dock": "right" }, | |
| "outline_panel": { "dock": "right", "button": false }, | |
| "notification_panel": { "button": false }, | |
| "terminal": { "button": false }, | |
| "collaboration_panel": { "button": false, "dock": "right" }, | |
| "experimental.theme_overrides": { | |
| "background.appearance": "blurred", | |
| // Catppuccin Frappé dark translucent overrides | |
| "background": "#303446e0", // base | |
| "status_bar.background": "#303446e0", | |
| "title_bar.background": "#303446e0", | |
| "elevated_surface.background": "#303446e0", | |
| "surface.background": "#303446e0", | |
| "editor.background": "#00000000", | |
| "editor.gutter.background": "#00000000", | |
| "editor.line_number": "#b5bfe299", | |
| "editor.active_line_number": "#8caaee", | |
| "editor.active_line.background": "#51576d40", | |
| "editor.indent_guide": "#8caaee1a", | |
| "editor.indent_guide_active": "#8caaee33", | |
| "border": "#73799440", | |
| "border.variant": "#73799420", | |
| "hint.background": "#414559cc", | |
| "tab_bar.background": "#00000000", | |
| "tab.active_background": "#8caaee20", | |
| "tab.inactive_background": "#00000000", | |
| "element.selected": "#8caaee20", | |
| "panel.background": "#00000000", | |
| "panel.indent_guide": "#8caaee12", | |
| "panel.indent_guide_hover": "#8caaee16", | |
| "panel.indent_guide_active": "#8caaee1a", | |
| "panel.focused_border": "#00000000", | |
| "toolbar.background": "#00000000", | |
| "terminal.background": "#00000000", | |
| "scrollbar.track.background": "#00000000", | |
| "scrollbar.track.border": "#00000000", | |
| "scrollbar.thumb.background": "#8caaee20", | |
| "ghost_element.background": "#8caaee05", | |
| "ghost_element.hover": "#8caaee10", | |
| "ghost_element.active": "#8caaee15", | |
| "ghost_element.selected": "#8caaee20", | |
| "drop_target.background": "#8caaee20", | |
| "element.hover": "#8caaee10", | |
| "editor.highlighted_line.background": "#8caaee25" | |
| }, | |
| "toolbar": { | |
| "breadcrumbs": false, | |
| "quick_actions": false | |
| }, | |
| "tab_bar": { | |
| "show_nav_history_buttons": false | |
| }, | |
| "features": { | |
| "edit_prediction_provider": "zed" | |
| }, | |
| "hard_tabs": true, | |
| "languages": { | |
| "Vue.js": { | |
| "linked_edits": false | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment