Seti UI Preferences
Seti is a popular syntax highlighting kit by jesseweed, former created for Atom, now available for Sublime Text too. Cause I like this theme so mutch, I even colorized my terminal to look like Seti. Follow these steps to get a whole Seti development look:
Visual Studio Code (by TsumiNa)
- Open VSCode
- Launch VS Code Quick Open (⌘+P)
- Paste the following command, and press enter:
ext install Seti-theme
- If it doesn't activate itself go to
Code
>Preferences
>Color Scheme
and select Seti - Done
Sublime (by jesseweed)
- Open Sublime Text
- If you haven't allready installed Package Control do it now!
- Open Command Palette
Shift + Cmd + P
and typeInstall Packages
- Search for
Seti_UI
and hit Enter - If it doesn't activate itself go to
Sublime Text
>Preferences
>Color Scheme
>Seti_UI
>Scheme
and select Seti - Done
Atom (by jesseweed)
- Open Atom
- Go to
Preferences
>Package Control
- Search for
Seti UI
- Hit
Install
- Done
- Open ~/.bash_profile or create it otherwise
- Copy content from .bash_profile
- Save
- Restart terminal
- Checkout
seti.terminal
- Go to
Terminal
>Preferences
, select tabProfiles
- Click the little gear and select
Import …
- Navigate to
seti.terminal
and hitOpen
- Done
- Checkout Seti for iTerm by philduffy
- Go to
iTerm
>Preferences
, select tabProfiles
- Create new profile called
Seti
- Go to section
Colors
and selectLoad Presets …
>Import
- Navigate to
seti.itermcolors
and hitOpen
- Go to section
Window
and reduce transparency to0
- Choose Seti as your default theme
- Done
- Checkout Seti-UI Dev Tools Theme by WillsonSmith
- Follow the Steps
Have fun and be productive!