leandromatos
pre-theme
Shell

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

Last updated Jul 4, 2025
49
Stars
8
Forks
3
Issues
0
Stars/day
Attention Score
9
Language breakdown
No language data available.
β–Έ Files click to expand
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

  • Go to iTerm2 > Preferences > Profiles > Colors Tab
  • Click Load Presets …
  • Click Import
  • Select the iterm/Pre.itermcolors file
  • 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

  • Go to Sublime Text > Preferences > Browse Packages …
  • Copy the sublime/Theme - Pre folder and paste into your Sublime Text Package directory
  • 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

"prethemescreencasts": true,
"font_size": 18.0,

Recommended settings for a better UI experience:

"overlayscrollbars": "enabled",
"font_size": 14.0,
"linepaddingtop": 4,
"linepaddingbottom": 4,
"indentguideoptions": [ "drawnormal", "drawactive" ], // highlight active indent
"fontoptions": [ "grayantialias" ], // 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

Activate the theme

  • Go to Terminal > Preferences
  • Click "Gear" icon
  • Click Import …
  • Select the terminal/Pre.terminal file
  • 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 $PRETHEME/zsh/pre.zsh-theme $OHMY_ZSH/themes/pre.zsh-theme
Note: Remember that you should replace $PRETHEME and $OHMY_ZSH to the actual directories for this command to work.

Install manually

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

Activate the theme

  • 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

  • Go to iTerm2 > Preferences > Profiles > Text Tab
  • In Font click to Change font and select family FiraCode Nerd Font, typeface Regular, size 16, vertical align 90, and horizontal align 110.
  • In Non-ASCII Font click in Change font and select family FiraCode Nerd Font, typeface g and size 14
If you use terminal (mac)
  • Go to Terminal > Preferences
  • 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

Activate the theme

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

Slack

Slack

  • Go to User Menu > Preferences > Sidebar Theme
  • In the bottom of the window, look for a "customize your theme and share it with others" link
  • 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

πŸ”— More in this category

Β© 2026 GitRepoTrend Β· leandromatos/pre-theme Β· Updated daily from GitHub