Skip to content

Instantly share code, notes, and snippets.

@mary-ext
Created November 9, 2024 05:19
Show Gist options
  • Save mary-ext/f64de03068f09d0623a1517abbe370bb to your computer and use it in GitHub Desktop.
Save mary-ext/f64de03068f09d0623a1517abbe370bb to your computer and use it in GitHub Desktop.
// 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 the `open default settings` command
// from the command palette or from `Zed` application menu.
{
"project_panel": {
"dock": "right"
},
"outline_panel": {
"dock": "right"
},
"terminal": {
"dock": "bottom"
},
"ui_font_size": 15,
"ui_font_family": "Roboto",
"buffer_font_size": 12,
"buffer_font_family": "JetBrains Mono NL",
"theme": {
"mode": "system",
"light": "One Light",
"dark": "One Dark"
},
"hard_tabs": true,
"tab_size": 2,
"wrap_guides": [80, 100, 120],
"show_whitespaces": "all",
"tabs": {
"git_status": true
},
"format_on_save": "off",
"experimental.theme_overrides": {
"text": "#e6edf3",
"text.muted": "#7d8590",
"background": "#0d1117",
"border": "#30363d",
"title_bar.background": "#010409",
"tab_bar.background": "#010409",
"tab.active_background": "#0d1117",
"tab.inactive_background": "#010409",
"panel.background": "#010409",
"panel.indent_guide": "#20262c",
"ghost_element.selected": "#2d3139",
"ghost_element.hover": "#0c1015",
"ghost_element.active": "#0c1015",
"toolbar.background": "#0d1117",
"editor.background": "#0d1117",
"editor.line_number": "#6e7681",
"editor.active_line_number": "#e6edf3",
"editor.active_line.background": "#171b22",
"editor.gutter.background": "#0d1117",
"editor.indent_guide": "#272c32",
"editor.indent_guide_active": "#79c0ff",
"editor.wrap_guide": "#5a5a5a",
"editor.invisible": "#484f58",
"hint": "#7d8590",
"status_bar.background": "#010409",
"terminal.background": "#0d1117",
"elevated_surface.background": "#161b22",
"scrollbar.track.border": "#ffffff00",
"scrollbar.track.background": "#ffffff00",
"scrollbar.thumb.background": "#8b949e33",
"scrollbar.thumb.hover_background": "#8b949e3d",
"syntax": {
"comment": {
// One Dark: #5d636f
// GitHub Dark Default: #8b949e
"color": "#747c87"
}
}
},
"features": {
"inline_completion_provider": "none",
"copilot": false
},
"collaboration_panel": {
"button": false
},
"chat_panel": {
"button": false
},
"notification_panel": {
"button": false
},
"assistant": {
"version": "2",
"default_model": {
"provider": "zed.dev",
"model": "claude-3-5-sonnet-latest"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment