Compare commits
3 Commits
274ad69bf2
...
c02d4c1b07
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c02d4c1b07 | ||
|
|
2cc16923cc | ||
|
|
3fb6578f81 |
@@ -22,6 +22,11 @@
|
|||||||
// "ui_font_size": 19,
|
// "ui_font_size": 19,
|
||||||
// "buffer_font_size": 17,
|
// "buffer_font_size": 17,
|
||||||
|
|
||||||
|
// 2560x1600 (16:10) scaled to 1440x900 MacOS Monterey
|
||||||
|
// this is so stupid on a 13.3" display...
|
||||||
|
// "ui_font_size": 14,
|
||||||
|
// "buffer_font_size": 13,
|
||||||
|
|
||||||
"telemetry": {
|
"telemetry": {
|
||||||
"diagnostics": true,
|
"diagnostics": true,
|
||||||
"metrics": false,
|
"metrics": false,
|
||||||
@@ -30,7 +35,7 @@
|
|||||||
"theme": {
|
"theme": {
|
||||||
"mode": "system",
|
"mode": "system",
|
||||||
"light": "One Light",
|
"light": "One Light",
|
||||||
"dark": "Aura Soft Dark",
|
"dark": "Dracula",
|
||||||
},
|
},
|
||||||
"restore_on_startup": "last_workspace",
|
"restore_on_startup": "last_workspace",
|
||||||
"soft_wrap": "preferred_line_length",
|
"soft_wrap": "preferred_line_length",
|
||||||
@@ -56,6 +61,13 @@
|
|||||||
"button": "never",
|
"button": "never",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Use Bash as default shell
|
||||||
|
"terminal": {
|
||||||
|
"shell": {
|
||||||
|
"program": "bash",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
// Language Overrides
|
// Language Overrides
|
||||||
"languages": {
|
"languages": {
|
||||||
"AsciiDoc": {},
|
"AsciiDoc": {},
|
||||||
@@ -108,4 +120,8 @@
|
|||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"experimental.theme_overrides": {
|
||||||
|
"background.appearance": "blurred",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user