Home > Development Tools > sublime > body text

Sublime Text3 Github's most popular theme font recommendation!

藏色散人
Release: 2020-06-22 13:34:11
forward
10989 people have browsed it

The following tutorial column from sublime recommends Sublime Text3 theme Material font Fira Code! , I hope it will be helpful to friends in need!

Sublime Text3 Github's most popular theme font recommendation!

##Sublime Text3 Theme Material Font Fira Code Recommended

Material theme

1. As the most popular theme on Github, the color design of the interface is indeed more comfortable than the several themes I have used before. Of course, the theme is subjective. Of course, each has its own merits. The following is the official theme interface diagram:


mac:


Sublime Text3 Githubs most popular theme font recommendation!windwos:


Sublime Text3 Githubs most popular theme font recommendation! 2. To download and install, you can directly search for material theme through the built-in package install, download and install it directly, and then select the theme. Of course, the downloaded theme also supports 5 styles. If you like it, you can try them all

Sublime Text3 Githubs most popular theme font recommendation!3. The last official recommended additional setting: open the user option and add the following code

"always_show_minimap_viewport" : true,
"bold_folder_labels"           : true,
"font_options"                 : ["gray_antialias", "subpixel_antialias"], // On retina Mac & Windows
"indent_guide_options"         : ["draw_normal", "draw_active"], // Highlight active indent
"line_padding_bottom"          : 3,
"line_padding_top"             : 3,
"overlay_scroll_bars"          : "enabled",
Copy after login
Sublime Text3 Githubs most popular theme font recommendation!Material theme official recommended font Fira Code

Fira Code is a font that I recently discovered that is very comfortable. I have been using the default font before, but I found that the lowercase L "l" and the number 1 were often indistinguishable on the small laptop screen. I went to look for which fonts are more suitable, and then I found this font,

1. The lowercase L "l" is clearly separated from the number 1,

2. The logical judgment symbols will have special marks, For example, entering >= will automatically change to the symbol ≥, etc., as shown below! = becomes ≠

3. The color matches the material and is comfortable,

Sublime Text3 Githubs most popular theme font recommendation!Download link: https://github.com/tonsky/FiraCode

Download Then unzip and open the folder, find five font files, select them all, right-click to install:

Sublime Text3 Githubs most popular theme font recommendation!After installation, go to the previous preferences-----User Settings (user ): Select the font: If it exists, change it to Fira Code. If it does not exist, add the following line of code.

"font_face": "Fira Code",
Copy after login

Now you’re done, thank you!

The above is the detailed content of Sublime Text3 Github's most popular theme font recommendation!. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template