Skip to content

Instantly share code, notes, and snippets.

@SaltyAom
Last active August 27, 2024 07:51
Show Gist options
  • Save SaltyAom/58d6cfda531573c84acd06c28cae048e to your computer and use it in GitHub Desktop.
Save SaltyAom/58d6cfda531573c84acd06c28cae048e 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.
{
"theme": "Catppuccin Latte",
"buffer_font_size": 19,
"tab_size": 4,
"buffer_font_family": "Geist Mono",
"format_on_save": "off",
"project_panel": {
"dock": "right"
},
"outline_panel": {
"dock": "right",
"button": false
},
"notification_panel": {
"button": false
},
"chat_panel": {
"button": false,
"dock": "right"
},
"assistant": {
"button": false
},
"terminal": {
"button": false
},
"collaboration_panel": {
"button": false
},
"experimental.theme_overrides": {
"background.appearance": "blurred",
"background": "#f9fafcd7",
"status_bar.background": "#f9fafcd7",
"title_bar.background": "#f9fafcd7",
"elevated_surface.background": "#f9fafc",
"surface.background": "#f9fafcd0",
"border": "#90909000",
"hint.background": "#e8e8e8c0",
"editor.background": "#00000000",
"editor.line_number": "#00000020",
"editor.active_line_number": "#0079ff90",
"editor.gutter.background": "#00000000",
"tab_bar.background": "#00000000",
"terminal.background": "#00000000",
"toolbar.background": "#00000000",
"tab.active_background": "#007aff12",
"tab.inactive_background": "#00000000",
"panel.background": "#00000000",
"panel.focused_border": "00000000",
"element.active": "#00000000",
"border.variant": "#00000000",
"scrollbar.track.border": "#00000000",
"editor.active_line.background": "#00000000",
"scrollbar.track.background": "#00000000",
"scrollbar.thumb.background": "#007aff12",
"ghost_element.hover": "#007aff08",
"ghost_element.active": "#007aff12",
"ghost_element.selected": "#007aff12",
"drop_target.background": "#007aff18",
"editor.highlighted_line.background": "#007aff12"
},
"toolbar": {
"breadcrumbs": false,
"quick_actions": false
},
"tab_bar": {
"show_nav_history_buttons": false
},
"features": {
"inline_completion_provider": "copilot"
},
"hard_tabs": true,
"language_overrides": {
"TypeScript": {
"tab_size": 4,
"hard_tabs": true
},
"JSON": {
"tab_size": 4,
"hard_tabs": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment