Compare commits

..

3 Commits

Author SHA1 Message Date
Cutieguwu
c02d4c1b07 Default to using Bash shell. 2025-06-09 16:33:30 -04:00
Olivia Bridie Alexandria Millicent Ivette Brooks
2cc16923cc Add rediculous scaling. Shift to blur override. 2025-06-09 14:23:47 -04:00
Cutieguwu
3fb6578f81 Override theme settings for Dracula to work. 2025-06-08 13:25:45 -04:00

View File

@@ -22,6 +22,11 @@
// "ui_font_size": 19,
// "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": {
"diagnostics": true,
"metrics": false,
@@ -30,7 +35,7 @@
"theme": {
"mode": "system",
"light": "One Light",
"dark": "Aura Soft Dark",
"dark": "Dracula",
},
"restore_on_startup": "last_workspace",
"soft_wrap": "preferred_line_length",
@@ -56,6 +61,13 @@
"button": "never",
},
// Use Bash as default shell
"terminal": {
"shell": {
"program": "bash",
},
},
// Language Overrides
"languages": {
"AsciiDoc": {},
@@ -108,4 +120,8 @@
"tab_size": 2,
},
},
"experimental.theme_overrides": {
"background.appearance": "blurred",
},
}