fix(oni): increase font size
Anirudh icyph0x@protonmail.com
Mon, 26 Mar 2018 23:55:50 +0530
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
oni/config.tsx
→
oni/config.tsx
@@ -20,10 +20,10 @@ "tabs.enabled": true,
"recorder.copyScreenshotToClipboard": true, "recorder.outputPath": "~/pics/scrots", "language.python.languageServer.command": "pyls", -// "oni.loadInitVim": true, + "oni.loadInitVim": true, "oni.useDefaultConfig": true, "oni.hideMenu": true, - "editor.fontSize": "18px", + "editor.fontSize": "20px", "editor.fontFamily": "Operator Mono Book", "editor.clipboard.enabled": true, "oni.useExternalPopupMenu": true,