16 lines
322 B
Cheetah
16 lines
322 B
Cheetah
{
|
|
"telemetry": {
|
|
"diagnostics": true,
|
|
"metrics": false
|
|
},
|
|
"vim_mode": true,
|
|
"ui_font_size": {{ .fontsize }},
|
|
"buffer_font_size": {{ .fontsize }},
|
|
"buffer_font_family": "BrutalistMono Nerd Font",
|
|
"theme": {
|
|
"mode": "system",
|
|
"dark": "Gruvbox Dark Hard",
|
|
"light": "Gruvbox Dark Hard"
|
|
}
|
|
}
|