Download/install
Windows/MAC OS
Download it from the official website and double-click it to install it ~
Linux
For Linux installation, download tar. bz from the official website and install it manually.
Here we will introduce the Automatic Installation Method with apt-get:
Sudo add-apt-repository ppa: webupd8team/sublime-text-2
Sudo apt-get update
Sudo apt-get install sublime-text-dev
After the command is completed, everything is done!
Check whether there is a friendly chart in the Application List? (Although this icon is not friendly at all ..)
Modify the siderbar color
Windows
Modify the topic file:/Pristine Packages/Theme-Default. sublime-package/Default. sublime-theme
Background Color
{
"Class": "sidebar_tree ",
"Row_padding": [8, 3],
"Indent": 12,
"Indent_offset": 17,
"Indent_top_level": false,
"Layer0.tint": [30, 30, 30],
"Layer 0.opacity": 1.0,
"Dark_content": false
},
Text
{
"Class": "sidebar_label ",
"Color": [1, 150,150,150],
"Font. bold": false
//, "Shadow_color": [250,250,250], "shadow_offset": [0, 0]
},
Split line
{
"Class": "sidebar_container ",
"Layer0.tint": [10, 10, 10],
"Layer 0.opacity": 1.0,
"Layer0.draw _ center": false,
"Layer0.inner _ margin": [0, 0, 1, 0],
"Content_margin": [0, 0, 1, 0]
},
In fact, everyone understands the RGB color and can change it to what they like.
PS: You must change the type name when backing up the original items, because sublime will load all the packages.
Ubuntu 12.10 install and crack Sublime Text 2
Install Sublime Text 2 on Ubuntu 13.04
Code artifact-Sublime Text package management tools and extensions
How to Develop the Sublime Text 2 plug-in
Install and crack the Sublime Text 2 editor in Windows Mac Linux
Text Editor Sublime Text User Experience