init
This commit is contained in:
BIN
.config/zed/.DS_Store
vendored
Normal file
BIN
.config/zed/.DS_Store
vendored
Normal file
Binary file not shown.
20
.config/zed/keymap.json
Normal file
20
.config/zed/keymap.json
Normal file
@@ -0,0 +1,20 @@
|
||||
// Zed keymap
|
||||
//
|
||||
// For information on binding keys, see the Zed
|
||||
// documentation: https://zed.dev/docs/key-bindings
|
||||
//
|
||||
// To see the default key bindings run `zed: open default keymap`
|
||||
// from the command palette.
|
||||
[
|
||||
{
|
||||
"bindings": {
|
||||
"f3": "editor::RestartLanguageServer",
|
||||
"f6": "editor::OrganizeImports",
|
||||
"f7": "editor::Format",
|
||||
"f10": "debugger::StepOver",
|
||||
"cmd-shift-a": "editor::SelectAllMatches",
|
||||
"cmd-\\": "workspace::CloseAllDocks",
|
||||
"cmd-|": "workspace::CloseInactiveTabsAndPanes"
|
||||
}
|
||||
}
|
||||
]
|
||||
116
.config/zed/settings.json
Normal file
116
.config/zed/settings.json
Normal file
@@ -0,0 +1,116 @@
|
||||
// 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 `zed: open default settings` from the
|
||||
// command palette (cmd-shift-p / ctrl-shift-p)
|
||||
{
|
||||
// general
|
||||
"agent": {
|
||||
"default_profile": "write",
|
||||
"default_model": {
|
||||
"provider": "zed.dev",
|
||||
"model": "claude-sonnet-4"
|
||||
}
|
||||
},
|
||||
"features": {
|
||||
"edit_prediction_provider": "zed"
|
||||
},
|
||||
"vim_mode": false,
|
||||
"confirm_quit": true,
|
||||
"auto_update": false,
|
||||
"telemetry": {
|
||||
"diagnostics": false,
|
||||
"metrics": false
|
||||
},
|
||||
|
||||
"when_closing_with_no_tabs": "keep_window_open",
|
||||
|
||||
// scrollbar
|
||||
"scrollbar": {
|
||||
"diagnostics": "none"
|
||||
},
|
||||
|
||||
// editor
|
||||
"show_completions_on_input": false,
|
||||
"diagnostics_max_severity": "off",
|
||||
"use_autoclose": false,
|
||||
"use_auto_surround": false,
|
||||
"show_edit_predictions": false,
|
||||
"auto_indent_on_paste": true,
|
||||
"extend_comment_on_newline": false,
|
||||
|
||||
// appearance
|
||||
"current_line_highlight": "none",
|
||||
"selection_highlight": true,
|
||||
|
||||
"theme": {
|
||||
"mode": "system",
|
||||
"light": "One Dark",
|
||||
"dark": "New Darcula"
|
||||
},
|
||||
|
||||
"indent_guides": {
|
||||
"enabled": false
|
||||
},
|
||||
|
||||
"cursor_shape": "bar",
|
||||
"buffer_font_family": "Zed Plex Mono",
|
||||
"format_on_save": "off",
|
||||
"buffer_line_height": "standard",
|
||||
"buffer_font_features": {
|
||||
"calt": false
|
||||
},
|
||||
|
||||
"ui_font_size": 14,
|
||||
"buffer_font_size": 14,
|
||||
|
||||
"toolbar": {
|
||||
"quick_actions": false,
|
||||
"breadcrumbs": false
|
||||
},
|
||||
|
||||
// turn off ui crap
|
||||
"project_panel": {
|
||||
"show_diagnostics": "off"
|
||||
},
|
||||
|
||||
"diagnostics": {
|
||||
"include_warnings": false,
|
||||
"inline": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
|
||||
"tab_bar": {
|
||||
"show_nav_history_buttons": false
|
||||
},
|
||||
|
||||
// git settings
|
||||
"git": {
|
||||
"git_gutter": "hide",
|
||||
"inline_blame": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
|
||||
"gutter": {
|
||||
"code_actions": false,
|
||||
"folds": false,
|
||||
"line_numbers": false,
|
||||
"runnables": false
|
||||
},
|
||||
|
||||
"languages": {
|
||||
"Go": {
|
||||
"show_edit_predictions": false,
|
||||
"enable_language_server": true
|
||||
},
|
||||
"JavaScript": {
|
||||
"tab_size": 4,
|
||||
"hard_tabs": true
|
||||
}
|
||||
}
|
||||
}
|
||||
290
.config/zed/themes/all-hallows-eve.json
Normal file
290
.config/zed/themes/all-hallows-eve.json
Normal file
@@ -0,0 +1,290 @@
|
||||
{
|
||||
"$schema": "https://zed.dev/schema/themes/v0.2.0.json",
|
||||
"name": "All Hallows' Eve",
|
||||
"author": "David Heinemeier Hansson (original), adapted for Zed",
|
||||
"themes": [
|
||||
{
|
||||
"name": "All Hallows' Eve",
|
||||
"appearance": "dark",
|
||||
"style": {
|
||||
"background": "#2a2a2a",
|
||||
"foreground": "#ffffff",
|
||||
"accent": "#DE761B",
|
||||
"border": "#555555",
|
||||
"border.variant": "#444444",
|
||||
"border.focused": "#DE761B",
|
||||
"border.selected": "#DE761B",
|
||||
"border.transparent": "#00000000",
|
||||
"border.disabled": "#404040",
|
||||
"elevated_surface.background": "#333333",
|
||||
"surface.background": "#2a2a2a",
|
||||
"element.background": "#333333",
|
||||
"element.hover": "#3a3a3a",
|
||||
"element.active": "#4a90e2",
|
||||
"element.selected": "#4a90e2",
|
||||
"element.disabled": "#404040",
|
||||
"drop_target.background": "#DE761B80",
|
||||
"ghost_element.background": "#00000000",
|
||||
"ghost_element.hover": "#3a3a3a80",
|
||||
"ghost_element.active": "#4a90e280",
|
||||
"ghost_element.selected": "#4a90e280",
|
||||
"ghost_element.disabled": "#40404080",
|
||||
"text": "#ffffff",
|
||||
"text.muted": "#cccccc",
|
||||
"text.placeholder": "#aaaaaa",
|
||||
"text.disabled": "#666666",
|
||||
"text.accent": "#DE761B",
|
||||
"icon": "#ffffff",
|
||||
"icon.muted": "#cccccc",
|
||||
"icon.disabled": "#666666",
|
||||
"icon.placeholder": "#aaaaaa",
|
||||
"icon.accent": "#DE761B",
|
||||
"status_bar.background": "#2a2a2a",
|
||||
"title_bar.background": "#2a2a2a",
|
||||
"title_bar.inactive_background": "#242424",
|
||||
"toolbar.background": "#2a2a2a",
|
||||
"tab_bar.background": "#2a2a2a",
|
||||
"tab.inactive_background": "#242424",
|
||||
"tab.active_background": "#333333",
|
||||
"search.match_background": "#DE761B80",
|
||||
"editor.selection.background": "#4a90e260",
|
||||
"panel.background": "#2a2a2a",
|
||||
"panel.focused_border": "#DE761B",
|
||||
"pane.focused_border": "#DE761B",
|
||||
"scrollbar.thumb.background": "#555555",
|
||||
"scrollbar.thumb.hover_background": "#666666",
|
||||
"scrollbar.thumb.border": "#444444",
|
||||
"scrollbar.track.background": "#2a2a2a",
|
||||
"scrollbar.track.border": "#444444",
|
||||
"editor.background": "#000000",
|
||||
"editor.gutter.background": "#2a2a2a",
|
||||
"editor.subheader.background": "#181818",
|
||||
"editor.active_line.background": "#222222",
|
||||
"editor.highlighted_line.background": "#222222",
|
||||
"editor.line_number": "#666666",
|
||||
"editor.active_line_number": "#DE761B",
|
||||
"editor.invisible": "#404040",
|
||||
"editor.wrap_guide": "#333333",
|
||||
"editor.active_wrap_guide": "#666666",
|
||||
"editor.document_highlight.read_background": "#4a90e240",
|
||||
"editor.document_highlight.write_background": "#DE761B40",
|
||||
"terminal.background": "#000000",
|
||||
"terminal.foreground": "#ffffff",
|
||||
"terminal.bright_foreground": "#ffffff",
|
||||
"terminal.dim_foreground": "#cccccc",
|
||||
"terminal.ansi.black": "#000000",
|
||||
"terminal.ansi.bright_black": "#666666",
|
||||
"terminal.ansi.dim_black": "#333333",
|
||||
"terminal.ansi.red": "#DE761B",
|
||||
"terminal.ansi.bright_red": "#ff9966",
|
||||
"terminal.ansi.dim_red": "#994422",
|
||||
"terminal.ansi.green": "#66cc33",
|
||||
"terminal.ansi.bright_green": "#99ff66",
|
||||
"terminal.ansi.dim_green": "#449922",
|
||||
"terminal.ansi.yellow": "#cccc33",
|
||||
"terminal.ansi.bright_yellow": "#ffff66",
|
||||
"terminal.ansi.dim_yellow": "#999922",
|
||||
"terminal.ansi.blue": "#3387cc",
|
||||
"terminal.ansi.bright_blue": "#66aaff",
|
||||
"terminal.ansi.dim_blue": "#225599",
|
||||
"terminal.ansi.magenta": "#9933cc",
|
||||
"terminal.ansi.bright_magenta": "#cc66ff",
|
||||
"terminal.ansi.dim_magenta": "#662299",
|
||||
"terminal.ansi.cyan": "#66cccc",
|
||||
"terminal.ansi.bright_cyan": "#99ffff",
|
||||
"terminal.ansi.dim_cyan": "#449999",
|
||||
"terminal.ansi.white": "#ffffff",
|
||||
"terminal.ansi.bright_white": "#ffffff",
|
||||
"terminal.ansi.dim_white": "#cccccc",
|
||||
"link_text.hover": "#66aaff",
|
||||
"conflict": "#DE761B",
|
||||
"conflict.background": "#DE761B20",
|
||||
"conflict.border": "#DE761B",
|
||||
"created": "#66cc33",
|
||||
"created.background": "#66cc3320",
|
||||
"created.border": "#66cc33",
|
||||
"deleted": "#ff6666",
|
||||
"deleted.background": "#ff666620",
|
||||
"deleted.border": "#ff6666",
|
||||
"error": "#ff6666",
|
||||
"error.background": "#ff666620",
|
||||
"error.border": "#ff6666",
|
||||
"hidden": "#666666",
|
||||
"hidden.background": "#66666620",
|
||||
"hidden.border": "#666666",
|
||||
"hint": "#cccc33",
|
||||
"hint.background": "#cccc3320",
|
||||
"hint.border": "#cccc33",
|
||||
"ignored": "#666666",
|
||||
"ignored.background": "#66666620",
|
||||
"ignored.border": "#666666",
|
||||
"info": "#3387cc",
|
||||
"info.background": "#3387cc20",
|
||||
"info.border": "#3387cc",
|
||||
"modified": "#cccc33",
|
||||
"modified.background": "#cccc3320",
|
||||
"modified.border": "#cccc33",
|
||||
"predictive": "#9933cc",
|
||||
"predictive.background": "#9933cc20",
|
||||
"predictive.border": "#9933cc",
|
||||
"renamed": "#3387cc",
|
||||
"renamed.background": "#3387cc20",
|
||||
"renamed.border": "#3387cc",
|
||||
"success": "#66cc33",
|
||||
"success.background": "#66cc3320",
|
||||
"success.border": "#66cc33",
|
||||
"unreachable": "#666666",
|
||||
"unreachable.background": "#66666620",
|
||||
"unreachable.border": "#666666",
|
||||
"warning": "#cccc33",
|
||||
"warning.background": "#cccc3320",
|
||||
"warning.border": "#cccc33",
|
||||
"separator": "#66cc33",
|
||||
"separator.background": "#66cc3320",
|
||||
"list.separator": "#66cc33",
|
||||
"list.separator.background": "#66cc3320",
|
||||
"players": [
|
||||
{
|
||||
"cursor": "#FF00FF",
|
||||
"background": "#4a90e240",
|
||||
"selection": "#4a90e240"
|
||||
},
|
||||
{
|
||||
"cursor": "#ffffff",
|
||||
"background": "#4a90e240",
|
||||
"selection": "#4a90e240"
|
||||
},
|
||||
{
|
||||
"cursor": "#ffffff",
|
||||
"background": "#4a90e240",
|
||||
"selection": "#4a90e240"
|
||||
},
|
||||
{
|
||||
"cursor": "#ffffff",
|
||||
"background": "#4a90e240",
|
||||
"selection": "#4a90e240"
|
||||
}
|
||||
],
|
||||
"syntax": {
|
||||
"attribute": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#3387cc"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#FFFF00"
|
||||
},
|
||||
"comment.doc": {
|
||||
"color": "#FFFF00"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#3387cc"
|
||||
},
|
||||
"constructor": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"embedded": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"emphasis": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"emphasis.strong": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"enum": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"function": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"hint": {
|
||||
"color": "#cccc33"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"label": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"link_text": {
|
||||
"color": "#66cc33"
|
||||
},
|
||||
"link_uri": {
|
||||
"color": "#3387cc"
|
||||
},
|
||||
"number": {
|
||||
"color": "#3387cc"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"predictive": {
|
||||
"color": "#9933cc"
|
||||
},
|
||||
"preproc": {
|
||||
"color": "#d0d0ff"
|
||||
},
|
||||
"primary": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"property": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"punctuation.bracket": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"punctuation.delimiter": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"punctuation.list_marker": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"punctuation.special": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"string": {
|
||||
"color": "#1FBA17"
|
||||
},
|
||||
"string.escape": {
|
||||
"color": "#aaaaaa"
|
||||
},
|
||||
"string.regex": {
|
||||
"color": "#cccc33"
|
||||
},
|
||||
"string.special": {
|
||||
"color": "#cccc33"
|
||||
},
|
||||
"string.special.symbol": {
|
||||
"color": "#3387cc"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"text.literal": {
|
||||
"color": "#66cc33"
|
||||
},
|
||||
"title": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"type": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#FBD598"
|
||||
},
|
||||
"variable.special": {
|
||||
"color": "#DE761B"
|
||||
},
|
||||
"variant": {
|
||||
"color": "#DE761B"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user