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
shell-integration-features = no-cursor
+5 -5
View File
@@ -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"]