diff --git a/misc_config/ghostty b/misc_config/ghostty index 785b0ef..bd09e05 100644 --- a/misc_config/ghostty +++ b/misc_config/ghostty @@ -1,4 +1,4 @@ -theme = dark:Bright Lights,light:AtomOneLight +theme = dark:Dark+,light:AtomOneLight cursor-style = underline shell-integration-features = no-cursor diff --git a/zed_config/settings.json b/zed_config/settings.json index 3ff4cd5..b1af8f8 100644 --- a/zed_config/settings.json +++ b/zed_config/settings.json @@ -17,7 +17,7 @@ }, "features": { - "inline_completion_provider": "supermaven" + "inline_completion_provider": "none" }, "collaboration_panel": { "button": false @@ -26,7 +26,7 @@ "button": "never" }, "toolbar": { - "breadcrumbs": false, + "breadcrumbs": true, "quick_actions": false }, "theme": { @@ -35,16 +35,16 @@ "dark": "Ayu Dark" }, "scrollbar": { - "show": "system" + "show": "never" }, "cursor_shape": "underline", "scroll_beyond_last_line": "vertical_scroll_margin", "vertical_scroll_margin": 20, "ui_font_family": "SF Mono", "ui_font_features": {}, - "ui_font_size": 16, + "ui_font_size": 15, "buffer_font_family": "Rec Mono Linear", - "buffer_font_size": 14.5, + "buffer_font_size": 13, "terminal": { "font_family": "Rec Mono Casual", "font_fallbacks": ["FiraCode Nerd Font Mono"]