1. 程式人生 > >Sublime好看字體

Sublime好看字體

light tabs enable enabled ble ret always info win

Windows系統,字體是:Inconsolata,這是在知乎上看見尤雨溪回答的。字體下載

技術分享圖片

Prefernces

{
    "always_show_minimap_viewport": true,
    "bold_folder_labels": true,
    "caret_extra_bottom": 0,
    "caret_extra_top": 0,
    "caret_extra_width": 1.2,
    "caret_style": "phase",
    "color_scheme": "Packages/Color Scheme - Default/Mariana.tmTheme",
    "draw_minimap_border": true,
    "font_face": "Inconsolata",
    "font_size": 14.0,
    "font_options": ["no_italic"],
    "save_on_focus_lost": true,
    "highlight_line": true,
    "highlight_modified_tabs": true,
    "ignored_packages":
    [
        "Vintage"
    ],
    "overlay_scroll_bars": "enabled",
    "tab_size": 2,
    "theme": "Adaptive.sublime-theme",
    "update_check": false,
    "word_wrap": "true"
}

Sublime好看字體