Sublime text is a powerful editor that not only has many powerful features, but also has a lot of beautiful themes and a lot of plugins available for configuration.
This article mainly describes the sublime Text 3 installation refreshing theme, the default dark theme Monokai see long visual fatigue.
The steps are as follows:
1, Preferences, package Control
2. Input: Install package, then enter
3, Search: Soda light theme, enter the installation
4, Preferences, Settings-user, modify the theme, save the effective visible effect, modify the content as:
"Theme": "Soda Light 3.sublime-theme"
After saving, the menu bar theme has changed, the editing area remains the same, and you need color scheme! Click here to download, or download from my blog!
After the download is placed into the directory c:\users\{user name}\appdata\roaming\sublime Text 3\packages\user.
Restart Sublime Text 3, select the appropriate light dark color under User, preferences, color Schema, scheme,ok! You can also choose the color scheme that comes with your system!
......................................................................................................................... ....................................................
In addition, Settings-user is configured with some personal settings, as follows:
1 {
2 "theme": "Soda Light 3.sublime-theme",
3 "color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
4 "font_size": 11,
5 "ignored_packages":
6 [
7 "Vintage"
8]
9 "show_encoding": true,
10 "soda_classic_tabs": true,
11 "soda_folder_icons": true,
Twelve
13 "highlight line": true, / / highlight the current line
14 "fade / fold / buttons": false, / / the code fold button is always displayed
15 "show encoding": true, / / display the encoding of the current file
16 "bold? Folder? Labels": true, / / bold folder name
17 "highlight_modified_tabs": true, / / highlight the modified file
18 "trim ﹣ trailing ﹣ white ﹣ space ﹣ on ﹣ save": true, / / remove useless space at the end of line when saving
19 "show full path": true, / / show full path, default
Twenty
21 // "show_line_endings": true,
22 / / "draw ﹤ white ﹤ space": "all", / / display all spaces, "None" | "selection" | "all"
23 / / "sublime_enhanced_keybindings": true, / / go to the last edit
24 / / "word" wrap ": true, / / text wraps automatically according to screen size, preventing horizontal scrolling true | false |" auto "
25 / / "save on focus lost": true, / / automatically save after the focus is lost
26}
Lightweight text editor, refreshing theme, ^_^
......................................................................................................................... ....................................................
Reference:
Github:soda-theme
SODA THEME Dark and light custom UI themes for Sublime Text
Best Sublime Text 3 Themes of and 2016
Sublime Text 3 Installation refreshing theme (famous soda Theme)