Skip to content

Instantly share code, notes, and snippets.

@Princesseuh
Created January 12, 2026 11:31
Show Gist options
  • Select an option

  • Save Princesseuh/e2cd34e74841bf7a7216f7648213419a to your computer and use it in GitHub Desktop.

Select an option

Save Princesseuh/e2cd34e74841bf7a7216f7648213419a to your computer and use it in GitHub Desktop.
{
"agent": {
"always_allow_tool_actions": true,
"default_profile": "write",
"default_model": {
"provider": "copilot_chat",
"model": "claude-sonnet-4.5",
},
"model_parameters": [],
},
"window_decorations": "server",
"features": {
"edit_prediction_provider": "copilot",
},
"debugger": {
"dock": "right",
},
"notification_panel": {
"dock": "left",
},
"rounded_selection": false,
"theme": "Zoegi Dark",
"gutter": {
"min_line_number_digits": 3,
},
"windows": {
"ui_font_size": 18,
"buffer_font_size": 16,
},
"icon_theme": "Colored Zed Icons Theme Light",
"experimental.theme_overrides": {
"background": "#1e1e1e",
"border.variant": "#191919",
"border.selected": "#ec9dc2",
"hidden": "#dddddd",
"editor.background": "#191919",
"editor.foreground": "#dddddd",
"panel.background": "#121212",
"tab_bar.background": "#191919",
"tab.inactive_background": "#121212",
"tab.active_background": "#191919",
"editor.gutter.background": "#191919",
"toolbar.background": "#191919",
"title_bar.background": "#121212",
"title_bar.inactive_background": "#191919",
"border": "#303030",
"players": [{ "selection": "#ec9dc233" }],
"panel.focused_border": "#ccc",
"hint": "#ffffff6f",
"hint.background": "#ffffff10",
"status_bar.background": "#121212",
"editor.indent_guide_active": "#ffffff3f",
"panel.indent_guide_active": "#ffffff3f",
"elevated_surface.background": "#121212",
"terminal.background": "#191919",
"terminal.foreground": "#c0c0c0",
"terminal.ansi.black": "#333333",
"terminal.ansi.blue": "#7098d4",
"terminal.ansi.bright_black": "#666666",
"terminal.ansi.bright_blue": "#80a8e4",
"terminal.ansi.bright_cyan": "#7ac8d0",
"terminal.ansi.bright_green": "#76c3a5",
"terminal.ansi.bright_magenta": "#f0abcb",
"terminal.ansi.bright_red": "#f48484",
"terminal.ansi.bright_white": "#f6f6f6",
"terminal.ansi.bright_yellow": "#f2d98e",
"terminal.ansi.cyan": "#6ab8c0",
"terminal.ansi.green": "#66b395",
"terminal.ansi.magenta": "#f0abcb",
"terminal.ansi.red": "#e47474",
"terminal.ansi.white": "#dddddd",
"terminal.ansi.yellow": "#e2c97e",
"syntax": {
"property": { "color": "#F5CA7F" },
"link_uri": { "color": "#8bc3c9" },
"function": { "color": "#8bc3c9" },
"identifier": { "color": "#8bc3c9" },
"attribute": {
"color": "#8bc3c9f",
},
"keyword": { "color": "#f0abcb" },
"label": { "color": "#f0abcb" },
"punctuation.list_marker": { "color": "#f0abcb" },
"punctuation.special": { "color": "#f0abcb" },
"selector.pseudo": { "color": "#f0abcb" },
"string.escape": { "color": "#f0abcb" },
"tag": { "color": "#f0abcb" },
"title": { "color": "#f0abcb" },
"variable.special": { "color": "#ea88b5" },
"variant": { "color": "#f0abcb" },
"namespace": { "color": "#f4a580" },
"selector": { "color": "#f4a580" },
"type": { "color": "#f4a580" },
"type.unit": { "color": "#f4a580" },
"comment": {
"color": "#808080",
"font_style": "normal",
"font_weight": null,
},
"comment.doc": {
"color": "#595959",
"font_style": "italic",
},
"variable": {
"color": "#e6e6e6",
},
},
},
"indent_guides": {
"active_line_width": 2,
},
"git_panel": {
"dock": "right",
},
"git": {
"blame": {
"show_avatar": true,
},
},
"project_panel": {
"dock": "right",
"entry_spacing": "standard",
"hide_root": true,
"indent_size": 16,
},
"languages": {
// tsgo is a bit unstable still, unfortunately
"Markdown": {
"show_edit_predictions": false,
},
},
"outline_panel": {
"dock": "right",
},
"inlay_hints": {
"enabled": true,
},
"diagnostics": {
"inline": {
"enabled": true,
"max_severity": "error",
},
},
"search": {
"button": false,
},
"tab_bar": {
"show": true,
"show_nav_history_buttons": false,
"show_tab_bar_buttons": true,
},
"tabs": {
"file_icons": true,
"show_diagnostics": "all",
},
"terminal": {
"font_size": 14.0,
"cursor_shape": "bar",
"blinking": "on",
"font_family": "Iosevka Term",
"line_height": "standard",
"toolbar": {
"breadcrumbs": false,
},
"env": {
"EDITOR": "zeditor --wait",
},
},
"title_bar": {
"show_user_picture": false,
},
"minimap": {
"show": "never",
},
"file_finder": {
"modal_max_width": "medium",
},
"hover_popover_delay": 150,
"autosave": {
"after_delay": {
"milliseconds": 5000,
},
},
"buffer_font_weight": 500,
"unstable.ui_density": "compact",
"buffer_font_family": "Iosevka",
"buffer_font_size": 15,
"buffer_line_height": "standard",
"wrap_guides": [80, 120],
"soft_wrap": "editor_width",
"hard_tabs": true,
"tab_size": 2,
"scrollbar": {
"show": "auto",
},
"vertical_scroll_margin": 0,
"toolbar": {
"breadcrumbs": true,
"quick_actions": false,
},
"active_pane_modifiers": {
"border_size": 0.4,
"inactive_opacity": 0.68,
},
"excerpt_context_lines": 7,
"collaboration_panel": {
"button": false,
},
"lsp": {
"rust-analyzer": {
"initialization_options": {
"check": {
"command": "clippy",
},
},
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment