pre

From their README

Pre Theme

A simple and dark theme enough for Alfred, iTerm, Sublime, Terminal (Mac), ZSH and Sequel Pro.

Alfred

Alfred

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/leandromatos/pre-theme/

Install manually

Download using the GitHub .zip download option and unzip them.

Activate the theme

Double-clicking on alfred/Pre.alfredappearance file

iTerm2

iTerm2

Note: iTerm2 with ZSH Theme.

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/leandromatos/pre-theme/

Install manually

Download using the GitHub .zip download option and unzip them.

Activate the theme

  1. Go to iTerm2 > Preferences > Profiles > Colors Tab
  2. Click Load Presets …
  3. Click Import
  4. Select the iterm/Pre.itermcolors file
  5. Select Pre from Load Presets …

Sublime

Sublime

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/leandromatos/pre-theme/

Install manually

Download using the GitHub .zip download option and unzip them.

Activate the theme

  1. Go to Sublime Text > Preferences > Browse Packages …
  2. Copy the sublime/Theme - Pre folder and paste into your Sublime Text Package directory
  3. Go to Sublime Text > Preferences > Settings – User and add preferences
"theme": "Pre.sublime-theme",
"color_scheme": "Packages/Theme - Pre/Pre.tmTheme",

Theme styles

This theme provides an alternative style:

Screencasts

Set big text including tabs and sidebar

"pre_theme_screencasts": true,
"font_size": 18.0,

Recommended settings for a better UI experience:

"overlay_scroll_bars": "enabled",
"font_size": 14.0,
"line_padding_top": 4,
"line_padding_bottom": 4,
"indent_guide_options": [ "draw_normal", "draw_active" ], // highlight active indent
"font_options": [ "gray_antialias" ], // on retina Mac

Note: Remember to restart Sublime Text after modify any preferences in Settings – User.

Terminal (Mac)

Terminal (Mac)

Note: Terminal (Mac) with ZSH Theme.

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/leandromatos/pre-theme/

Install manually

  1. Download using the GitHub .zip download option and unzip them.

Activate the theme

  1. Go to Terminal > Preferences
  2. Click "Gear" icon
  3. Click Import …
  4. Select the terminal/Pre.terminal file
  5. Click Default

ZSH

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/leandromatos/pre-theme/

And creating a symbolic link to oh-my-zsh's theme folder:

$ ln -s $PRE_THEME/zsh/pre.zsh-theme $OH_MY_ZSH/themes/pre.zsh-theme

Note: Remember that you should replace $PRE_THEME and $OH_MY_ZSH to the actual directories for this command to work.

Install manually

  1. Download using the GitHub .zip download option and unzip them.
  2. Move zsh/pre.zsh-theme file to oh-my-zsh's theme folder: ~/.oh-my-zsh/themes/pre.zsh-theme.

Activate the theme

  1. Go to your ~/.zshrc file and set ZSH_THEME="pre".

Note: The theme requires specific fonts to display the status icons correctly in the terminal. Please download and install all variations named "FiraCode Nerd Font".

Recommended settings for a better UI experience:

If you use iTerm2

  1. Go to iTerm2 > Preferences > Profiles > Text Tab
  2. In Font click to Change font and select family FiraCode Nerd Font, typeface Regular, size 16, vertical align 90, and horizontal align 110.
  3. In Non-ASCII Font click in Change font and select family FiraCode Nerd Font, typeface g and size 14

If you use terminal (mac)

  1. Go to Terminal > Preferences
  2. In Font click in Change … and select family FiraCode Nerd Font, typeface Regular and size 16

Sequel Pro

Sequel Pro

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

$ git clone https://github.com/leandromatos/pre-theme/

Install manually

  1. Download using the GitHub .zip download option and unzip them.

Activate the theme

  1. Go to Sequel Pro > Preferences > Query Editor
  2. Click "Gear" icon
  3. Click Click Import Color Scheme...
  4. Select the Select the Pre.spTheme file file

Slack

Slack

  1. Go to User Menu > Preferences > Sidebar Theme
  2. In the bottom of the window, look for a "customize your theme and share it with others" link
  3. Copy and paste the values below
#191919,#292929,#191919,#23FF5E,#292929,#FFFFFF,#23ff5e,#23FF5E

Contributing

If you want to help, please read the Contributing guide.

License

MIT License © Leandro Matos