-
You must have install
git
-
1. Download:
Open terminal and type
git clone https://github.com/ErickTucto/theme-stix.git ~/theme-git
2. Move folders:
Open your package container.
Preferences
>Browse Packages...
Select Browser Packages In your package container, move the folders Scheme-Stix and Theme-Stix (these are in directory
sublime text
>theme
of the repository).Move Folders Or you can create symbolic link
ln -s /home/{user}/Downloads/theme-stix/Theme-Stix/ /home/{user}/.config/sublime-text-3/Packages/
ln -s /home/{user}/Downloads/theme-stix/Scheme-Stix/ /home/{user}/.config/sublime-text-3/Packages/3. Active Theme
In your settings (
Preferences
>Settings
){ "always_show_minimap_viewport": true, "color_scheme": "Packages/Scheme-Stix/Stix.tmTheme", "draw_minimap_border": true, "theme": "Theme-Stix.sublime-theme", }
-
coming soon
I use this setting and recommend it
{
"always_show_minimap_viewport": true,
"caret_extra_bottom": 3,
"caret_extra_top": 3,
"caret_extra_width": 2,
"caret_style": "solid",
"color_scheme": "Packages/Scheme-Stix/Stix.tmTheme",
"default_line_ending": "unix",
"draw_minimap_border": true,
"draw_white_space": true,
"fade_fold_buttons": false,
"font_face": "Ubuntu Mono", // If you have the fonts
"font_size": 16,
"highlight_line": true,
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 12,
"rulers":
[
80,
120
],
"tab_size": 4,
"theme": "Theme-Stix.sublime-theme",
"word_wrap": false
}
- Terminate Installation Guide
- Create Home Page
- Create Video Tutorial coming soon