Coder Social home page Coder Social logo

theme-stix's Introduction

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

theme-stix's People

Contributors

ericktucto avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.