2025-02-08

This commit is contained in:
2025-02-08 10:00:04 -05:00
parent 8e5c44023b
commit 7c637ef1b7
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
theme = dark:Bright Lights,light:AtomOneLight theme = dark:Dark+,light:AtomOneLight
cursor-style = underline cursor-style = underline
shell-integration-features = no-cursor shell-integration-features = no-cursor
+5 -5
View File
@@ -17,7 +17,7 @@
}, },
"features": { "features": {
"inline_completion_provider": "supermaven" "inline_completion_provider": "none"
}, },
"collaboration_panel": { "collaboration_panel": {
"button": false "button": false
@@ -26,7 +26,7 @@
"button": "never" "button": "never"
}, },
"toolbar": { "toolbar": {
"breadcrumbs": false, "breadcrumbs": true,
"quick_actions": false "quick_actions": false
}, },
"theme": { "theme": {
@@ -35,16 +35,16 @@
"dark": "Ayu Dark" "dark": "Ayu Dark"
}, },
"scrollbar": { "scrollbar": {
"show": "system" "show": "never"
}, },
"cursor_shape": "underline", "cursor_shape": "underline",
"scroll_beyond_last_line": "vertical_scroll_margin", "scroll_beyond_last_line": "vertical_scroll_margin",
"vertical_scroll_margin": 20, "vertical_scroll_margin": 20,
"ui_font_family": "SF Mono", "ui_font_family": "SF Mono",
"ui_font_features": {}, "ui_font_features": {},
"ui_font_size": 16, "ui_font_size": 15,
"buffer_font_family": "Rec Mono Linear", "buffer_font_family": "Rec Mono Linear",
"buffer_font_size": 14.5, "buffer_font_size": 13,
"terminal": { "terminal": {
"font_family": "Rec Mono Casual", "font_family": "Rec Mono Casual",
"font_fallbacks": ["FiraCode Nerd Font Mono"] "font_fallbacks": ["FiraCode Nerd Font Mono"]