dotfiles/.config/Code - OSS/User/settings.json

7 lines
183 B
JSON
Raw Normal View History

2020-09-14 11:12:41 +02:00
{
"workbench.colorTheme": "Atom One Dark",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 13,
"editor.minimap.enabled": false,
"editor.fontLigatures": true
}