trying out Victor Mono for a bit but i hate contextual ligatures, also removing the dwrite thing for
mactype
This commit is contained in:
parent
46eb6df2ea
commit
563700db8b
1 changed files with 5 additions and 3 deletions
|
@ -10,10 +10,10 @@
|
||||||
"font_options":
|
"font_options":
|
||||||
[
|
[
|
||||||
"gray_antialias",
|
"gray_antialias",
|
||||||
"dwrite_cleartype_classic"
|
"no_calt"
|
||||||
],
|
],
|
||||||
"font_face": "Consolas",
|
"font_face": "Victor Mono",
|
||||||
"font_size": 13,
|
"font_size": 11,
|
||||||
"ignored_packages":
|
"ignored_packages":
|
||||||
[
|
[
|
||||||
"Vintage",
|
"Vintage",
|
||||||
|
@ -28,4 +28,6 @@
|
||||||
"word_wrap": false,
|
"word_wrap": false,
|
||||||
"show_project_first": true,
|
"show_project_first": true,
|
||||||
"index_files": true,
|
"index_files": true,
|
||||||
|
"line_padding_top": 1,
|
||||||
|
"line_padding_bottom": 1,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue