Skip to content
This repository has been archived by the owner on Dec 7, 2018. It is now read-only.

ericktucto/theme-stix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation Guide

  • Requirement

    You must have install git

  • Steps

    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...

    Oops! I will repair it the image
    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).

    Oops! I will repair it the image
    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",
     }
  • Video Tutorial

    coming soon

My Settings (Optional)

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
}

Tasks:

  • Terminate Installation Guide
  • Create Home Page
  • Create Video Tutorial coming soon

About

New Theme of Sublimet Text 3. Theme Stix

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages