Created
September 9, 2025 19:42
-
-
Save manugill/f3ec1ab298ff02f34127b976d1c61c92 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
| // My Zed settings for a minimial dark transaprent glass-like theme. | |
| // Modify the colors in experimental.theme_overrides to suit yourself. | |
| { | |
| "theme": { | |
| "mode": "dark", | |
| "light": "Nightfox - blurred", | |
| "dark": "Nightfox - blurred" | |
| }, | |
| "icon_theme": "Zed (Default)", | |
| "unstable.ui_density": "comfortable", | |
| // DARK OVERRIDES | |
| "experimental.theme_overrides": { | |
| // "background.appearance": "transparent", | |
| // RGBA as hex, increase the last 2 values to turn down transparency | |
| "background": "#00000000", | |
| "editor.background": "#00000033", | |
| "editor.gutter.background": "#00000033", | |
| "editor.active_line.background": "#0000002f", | |
| "editor.document_highlight.bracket_background": "#855", | |
| "editor.document_highlight.read_background": "#0005", | |
| // "search.match_background": "#444", | |
| "editor.document_highlight.write_background": "#f00", | |
| "title_bar.background": "#ffffff00", | |
| "tab_bar.background": "#ffffff00", | |
| "toolbar.background": "#ffffff00", | |
| "status_bar.background": "#00000000", | |
| "panel.background": "#00000000", | |
| "border.selected": "#fff", | |
| "border": "#0000", | |
| "border.variant": "#0000", | |
| "border.focused": "#fff", | |
| "element.hover": "#fff2", | |
| "element.selected": "#0003", | |
| "border.transparent": "#fff", | |
| "panel.overlay_background": "#0006", | |
| "panel.focused_border": "#0000", | |
| "scrollbar.thumb.background": "#fff1", | |
| "scrollbar.thumb.border": "#0000", | |
| "scrollbar.thumb.active_background": "#fff2", | |
| "scrollbar.thumb.hover_background": "#fff2", | |
| "scrollbar.track.background": "#0000", | |
| "scrollbar.track.border": "#0000", | |
| "error": "#f33", | |
| "players": [ | |
| { | |
| "cursor": "#fff", | |
| "selection": "#ff5555" | |
| } | |
| ], | |
| "syntax": { | |
| "comment": { "color": "#777" }, | |
| "comment.doc": { "color": "#777" }, | |
| "keyword": { "color": "#aaa" }, | |
| "variable": { "color": "#ffffff" }, | |
| "function": { "color": "#ffffff" }, | |
| "constant": { "color": "#ffffff" }, | |
| "tag": { "color": "#ffffff" }, | |
| "constructor": { "color": "#ffffff" }, | |
| "variant": { "color": "#ffffff" }, | |
| "variable.special": { "color": "#ffffff" }, | |
| "type": { "color": "#ffffff" }, | |
| "enum": { "color": "#ffffff" }, | |
| "property": { "color": "#ffffff" }, | |
| "attribute": { "color": "#ffffff" }, | |
| "operator": { "color": "#99ff99" }, | |
| "punctuation": { "color": "#ff99ff" }, | |
| "punctuation.bracket": { "color": "#ff77ff" }, | |
| "punctuation.delimiter": { "color": "#99ff99" }, | |
| "punctuation.definition.string": { "color": "#9999ff" }, | |
| "punctuation.separator": { "color": "#99ff99" }, | |
| "punctuation.special": { "color": "#ff99ff" }, | |
| "boolean": { "color": "#eeee00" }, | |
| "number": { "color": "#efef00" }, | |
| "string": { "color": "#ffff77" } | |
| } | |
| }, | |
| "ui_font_size": 20, | |
| "buffer_font_size": 18.0, | |
| "agent_font_size": 21.0, | |
| "ui_font_weight": 300, | |
| "buffer_font_weight": 300, | |
| "ui_font_family": "Pixeloid Sans", | |
| "buffer_font_family": "Pixel Code", | |
| "ui_font_features": { | |
| "calt": true | |
| }, | |
| "buffer_font_features": { | |
| "calt": true | |
| }, | |
| "hard_tabs": true, | |
| "tab_size": 8, | |
| "cursor_blink": false, | |
| "autosave": "on_focus_change", | |
| "restore_on_startup": "last_session", | |
| "when_closing_with_no_tabs": "keep_window_open", | |
| "use_autoclose": false, | |
| "always_treat_brackets_as_autoclosed": true, | |
| "jsx_tag_auto_close": null, | |
| "vim_mode": true, | |
| "vim": { | |
| "use_smartcase_find": true, | |
| "use_system_clipboard": "on_yank" | |
| }, | |
| "tab_bar": { | |
| "show": false, | |
| "show_nav_history_buttons": false | |
| }, | |
| "tabs": { | |
| "file_icons": true, | |
| "close_position": "left", | |
| "git_status": true | |
| }, | |
| "preview_tabs": { | |
| "enabled": true, | |
| "enable_preview_from_file_finder": true, | |
| "enable_preview_from_code_navigation": true | |
| }, | |
| "toolbar": { | |
| "quick_actions": false, | |
| "breadcrumbs": true | |
| }, | |
| "inline_code_actions": false, | |
| "gutter": { | |
| "breakpoints": false, | |
| "line_numbers": false, | |
| "runnables": false, | |
| "folds": false | |
| }, | |
| "indent_guides": { | |
| "enabled": false, | |
| "line_width": 2, | |
| "active_line_width": 2 | |
| // "coloring": "indent_aware", | |
| }, | |
| "agent": { | |
| "always_allow_tool_actions": true, | |
| "default_profile": "write", | |
| "default_model": { | |
| "provider": "google", | |
| "model": "gemini-2.5-pro" | |
| }, | |
| "dock": "left", | |
| "button": false, | |
| "play_sound_when_agent_done": true, | |
| "enable_feedback": false | |
| }, | |
| "title_bar": { | |
| "show_user_picture": false | |
| }, | |
| "git_panel": { | |
| "dock": "right", | |
| "button": false | |
| }, | |
| "project_panel": { | |
| "button": false, | |
| "dock": "right", | |
| "hide_root": true, | |
| "indent_size": 32, | |
| // "indent_size": 28, | |
| "scrollbar": { | |
| "show": "never" | |
| }, | |
| "indent_guides": { | |
| "show": "never" | |
| } | |
| }, | |
| "outline_panel": { | |
| "dock": "right", | |
| "button": false | |
| }, | |
| "collaboration_panel": { | |
| "dock": "right", | |
| "button": false | |
| }, | |
| "chat_panel": { | |
| "button": "never" | |
| }, | |
| "notification_panel": { | |
| "button": false | |
| }, | |
| "terminal": { | |
| "dock": "bottom", | |
| "button": false | |
| }, | |
| "debugger": { | |
| "button": false | |
| }, | |
| "search": { | |
| "button": false | |
| }, | |
| "features": { | |
| // "edit_prediction_provider": "zed" | |
| "edit_prediction_provider": "none" | |
| }, | |
| "show_edit_predictions": false, | |
| "edit_predictions": { | |
| "mode": "subtle" | |
| }, | |
| "show_completions_on_input": true, | |
| "completions": { | |
| "lsp": true | |
| // "words": "enabled" | |
| }, | |
| "auto_signature_help": false, | |
| "show_signature_help_after_edits": false, | |
| // "search_wrap": false, | |
| "vertical_scroll_margin": 9, | |
| "scroll_beyond_last_line": "vertical_scroll_margin", | |
| // "scroll_sensitivity": 1.25, | |
| "git": { | |
| "inline_blame": { | |
| "enabled": false | |
| } | |
| }, | |
| "prettier": { | |
| "allowed": true | |
| }, | |
| "show_whitespaces": "none", | |
| // "show_whitespaces": "all", | |
| "preferred_line_length": 120, | |
| "soft_wrap": "editor_width", | |
| // "soft_wrap": "bounded", | |
| // "show_wrap_guides": true, | |
| "centered_layout": { | |
| "left_padding": 0.1, | |
| "right_padding": 0 | |
| }, | |
| // "double_click_in_multibuffer": "open", | |
| "telemetry": { | |
| "metrics": false, | |
| "diagnostics": false | |
| }, | |
| "file_scan_exclusions": [ | |
| "**/.git", | |
| "**/.svn", | |
| "**/.hg", | |
| "**/.jj", | |
| "**/CVS", | |
| "**/.DS_Store", | |
| "**/Thumbs.db", | |
| "**/.classpath", | |
| "**/.settings", | |
| "**/*.fbx", | |
| "**/*.vrm", | |
| "**/*.vrma", | |
| "node_modules/.package-lock.json", | |
| "package-lock.json", | |
| "pnpm-lock.json" | |
| ] | |
| } |
dandenkijin
commented
Sep 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment